Searched defs:fd (Results 1 – 15 of 15) sorted by relevance
/tests/ |
D | writetest.c | 23 write(int fd, int i) in write() 45 int fd; in writetest() local 59 read(int fd, int i) in read() 88 int fd; in readtest() local
|
D | fiotest.c | 14 uint64_t fd = OSOpen("/LICENSE", 0); in main() local
|
/lib/libc/ |
D | syscall.c | 59 OSRead(uint64_t fd, void *addr, uint64_t off, uint64_t length) in OSRead() 65 OSWrite(uint64_t fd, const void *addr, uint64_t off, uint64_t length) in OSWrite() 71 OSFlush(uint64_t fd) in OSFlush() 83 OSClose(uint64_t fd) in OSClose() 95 OSReadDir(uint64_t fd, char *buf, size_t length, uint64_t *offset) in OSReadDir()
|
D | file.c | 68 uint64_t fd; in fopen() local
|
/bin/ls/ |
D | ls.c | 15 int fd; in main() local
|
/include/ |
D | dirent.h | 8 int fd; member
|
D | stdio.h | 10 uint64_t fd; /* Kernel File Descriptor */ member
|
/bin/cat/ |
D | cat.c | 16 int status, fd; in main() local
|
/sys/kern/ |
D | syscall.c | 219 Syscall_Read(uint64_t fd, uint64_t addr, uint64_t off, uint64_t length) in Syscall_Read() 237 Syscall_Write(uint64_t fd, uint64_t addr, uint64_t off, uint64_t length) in Syscall_Write() 255 Syscall_Flush(uint64_t fd) in Syscall_Flush() 314 Syscall_Close(uint64_t fd) in Syscall_Close() 358 Syscall_ReadDir(uint64_t fd, char *user_buf, size_t len, uintptr_t user_off) in Syscall_ReadDir()
|
D | handle.c | 71 Handle_Lookup(Process *proc, uint64_t fd) in Handle_Lookup()
|
/lib/libc/posix/ |
D | mman.c | 35 mmap(void *addr, size_t len, int prot, int flags, int fd, off_t offset) in mmap()
|
/sys/include/ |
D | handle.h | 18 uint64_t fd; // FD Number member
|
/sbin/newfs_o2fs/ |
D | newfs_o2fs.c | 46 int fd = open(manifest, O_RDONLY); in LoadManifest() local 128 int fd; in AddFile() local
|
/lib/liblwip/src/netif/ppp/ |
D | ppp.h | 155 #define pppOpen(fd,cb,ls) pppOverSerialOpen(fd,cb,ls) argument
|
D | ppp.c | 173 sio_fd_t fd; member 204 sio_fd_t fd; /* File device ID of port. */ member 537 pppOverSerialOpen(sio_fd_t fd, pppLinkStatusCB_fn linkStatusCB, void *linkStatusCtx) in pppOverSerialOpen()
|