Home
last modified time | relevance | path

Searched refs:SYSCALL_READDIR (Results 1 – 3 of 3) sorted by relevance

/sys/include/
Dsyscall.h29 #define SYSCALL_READDIR 0x1E macro
/lib/libc/
Dsyscall.c97 return syscall(SYSCALL_READDIR, fd, buf, length, offset); in OSReadDir()
/sys/kern/
Dsyscall.c709 case SYSCALL_READDIR: in Syscall_Entry()