Home
last modified time | relevance | path

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

/sys/include/
Dsyscall.h24 #define SYSCALL_CLOSE 0x19 macro
/lib/libc/
Dsyscall.c85 return syscall(SYSCALL_CLOSE, fd); in OSClose()
/sys/kern/
Dsyscall.c705 case SYSCALL_CLOSE: in Syscall_Entry()