Home
last modified time | relevance | path

Searched defs:position (Results 1 – 9 of 9) sorted by relevance

/DragonOS-0.1.2/kernel/src/driver/tty/
Dtty.c62 long tty_read(struct vfs_file_t *filp, char *buf, int64_t count, long *position) in tty_read()
76 long tty_write(struct vfs_file_t *filp, char *buf, int64_t count, long *position) in tty_write()
/DragonOS-0.1.2/kernel/src/driver/keyboard/
Dps2_keyboard.c102 long ps2_keyboard_read(struct vfs_file_t *filp, char *buf, int64_t count, long *position) in ps2_keyboard_read()
121 long ps2_keyboard_write(struct vfs_file_t *filp, char *buf, int64_t count, long *position) in ps2_keyboard_write()
/DragonOS-0.1.2/kernel/src/ipc/
Dpipe.c31 int64_t count, long *position) in pipe_read()
64 int64_t count, long *position) in pipe_write()
/DragonOS-0.1.2/kernel/src/filesystem/rootfs/
Drootfs.c46 static long rootfs_read(struct vfs_file_t *file_ptr, char *buf, int64_t count, long *position) { re… in rootfs_read()
47 static long rootfs_write(struct vfs_file_t *file_ptr, char *buf, int64_t count, long *position) { r… in rootfs_write()
/DragonOS-0.1.2/kernel/src/filesystem/procfs/
Dprocfs.c175 static long procfs_read(struct vfs_file_t *file_ptr, char *buf, int64_t count, long *position) in procfs_read()
197 static long simple_procfs_read(void *to, int64_t count, long *position, void *from, int64_t availab… in simple_procfs_read()
218 static long procfs_write(struct vfs_file_t *file_ptr, char *buf, int64_t count, long *position) in procfs_write()
/DragonOS-0.1.2/kernel/src/debug/
Dkallsyms.c152 uint64_t position = 0; in generate_result() local
/DragonOS-0.1.2/kernel/src/filesystem/devfs/
Ddevfs.c79 static long devfs_read(struct vfs_file_t *file_ptr, char *buf, int64_t count, long *position) { ret… in devfs_read()
80 static long devfs_write(struct vfs_file_t *file_ptr, char *buf, int64_t count, long *position) { re… in devfs_write()
/DragonOS-0.1.2/kernel/src/filesystem/fat32/
Dfat32.c573 long fat32_read(struct vfs_file_t *file_ptr, char *buf, int64_t count, long *position) in fat32_read()
662 long fat32_write(struct vfs_file_t *file_ptr, char *buf, int64_t count, long *position) in fat32_write()
/DragonOS-0.1.2/kernel/src/filesystem/VFS/
DVFS.h104 long position; member