Home
last modified time | relevance | path

Searched defs:fd (Results 1 – 10 of 10) sorted by relevance

/DragonOS-0.1.2/user/libs/libc/src/
Dunistd.c15 int close(int fd) in close()
28 ssize_t read(int fd, void *buf, size_t count) in read()
41 ssize_t write(int fd, void const *buf, size_t count) in write()
54 off_t lseek(int fd, off_t offset, int whence) in lseek()
Ddirent.c18 int fd = open(path, O_DIRECTORY); in opendir() local
57 int64_t getdents(int fd, struct dirent *dirent, long count) in getdents()
Ddirent.h20 int fd; member
/DragonOS-0.1.2/user/libs/libc/src/sys/
Dstat.c20 int pipe(int *fd) in pipe()
/DragonOS-0.1.2/user/apps/shell/
Dcmd_test.c10 int fd[2]; in shell_pipe_test() local
Dshell.c152 int shell_readline(int fd, char *buf) in shell_readline()
Dcmd.c311 int fd = open(file_path, 0); in shell_cmd_cat() local
356 int fd = open(file_path, O_CREAT); in shell_cmd_touch() local
/DragonOS-0.1.2/user/libs/libKeyboard/
Dkeyboard.c290 int keyboard_analyze_keycode(int fd) in keyboard_analyze_keycode()
527 int keyboard_get_scancode(int fd) in keyboard_get_scancode()
/DragonOS-0.1.2/kernel/src/ipc/
Dpipe.c137 int *fd = NULL; in sys_pipe() local
/DragonOS-0.1.2/kernel/src/syscall/
Dsyscall.c427 int fd = (int)regs->r8; in sys_getdents() local