Home
last modified time | relevance | path

Searched refs:OSReadDir (Results 1 – 4 of 4) sorted by relevance

/bin/ls/
Dls.c33 status = OSReadDir(fd, (char *)&de, sizeof(de), &offset); in main()
/lib/libc/
Ddir.c27 int status = OSReadDir(d->fd, (char *)&d->de, sizeof(struct dirent), &d->offset); in readdir()
Dsyscall.c95 OSReadDir(uint64_t fd, char *buf, size_t length, uint64_t *offset) in OSReadDir() function
/include/
Dsyscall.h30 int OSReadDir(uint64_t fd, char *buf, size_t length, uint64_t *offset);