Home
last modified time | relevance | path

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

/sys/include/
Dsyscall.h20 #define SYSCALL_FLUSH 0x12 macro
/lib/libc/
Dsyscall.c73 return syscall(SYSCALL_FLUSH, fd); in OSFlush()
/sys/kern/
Dsyscall.c701 case SYSCALL_FLUSH: in Syscall_Entry()