Home
last modified time | relevance | path

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

/sys/include/
Dsyscall.h18 #define SYSCALL_READ 0x10 macro
/lib/libc/
Dsyscall.c61 return syscall(SYSCALL_READ, fd, addr, off, length); in OSRead()
/sys/kern/
Dsyscall.c697 case SYSCALL_READ: in Syscall_Entry()