Home
last modified time | relevance | path

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

/sys/include/
Dsyscall.h7 #define SYSCALL_GETPID 0x02 macro
/lib/libc/
Dsyscall.c25 return syscall(SYSCALL_GETPID); in OSGetPID()
/sys/kern/
Dsyscall.c682 case SYSCALL_GETPID: in Syscall_Entry()