Home
last modified time | relevance | path

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

/sys/include/
Dsyscall.h9 #define SYSCALL_SPAWN 0x04 macro
/lib/libc/
Dsyscall.c31 return syscall(SYSCALL_SPAWN, path, argv); in OSSpawn()
/sys/kern/
Dsyscall.c687 case SYSCALL_SPAWN: in Syscall_Entry()