Home
last modified time | relevance | path

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

/sys/include/
Dsyscall.h28 #define SYSCALL_STAT 0x1D macro
/lib/libc/
Dsyscall.c91 return syscall(SYSCALL_STAT, path, sb); in OSStat()
/sys/kern/
Dsyscall.c707 case SYSCALL_STAT: in Syscall_Entry()