Searched refs:OSReadDir (Results 1 – 4 of 4) sorted by relevance
| /bin/ls/ |
| D | ls.c | 33 status = OSReadDir(fd, (char *)&de, sizeof(de), &offset); in main()
|
| /lib/libc/ |
| D | dir.c | 27 int status = OSReadDir(d->fd, (char *)&d->de, sizeof(struct dirent), &d->offset); in readdir()
|
| D | syscall.c | 95 OSReadDir(uint64_t fd, char *buf, size_t length, uint64_t *offset) in OSReadDir() function
|
| /include/ |
| D | syscall.h | 30 int OSReadDir(uint64_t fd, char *buf, size_t length, uint64_t *offset);
|