Home
last modified time | relevance | path

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

/sys/include/
Dsyscall.h49 #define SYSCALL_FSUNMOUNT 0x82 macro
/lib/libc/
Dsyscall.c169 return syscall(SYSCALL_FSUNMOUNT, mntpt); in OSFSUnmount()
/sys/kern/
Dsyscall.c732 case SYSCALL_FSUNMOUNT: in Syscall_Entry()