Home
last modified time | relevance | path

Searched refs:SYSCALL_PIPE (Results 1 – 2 of 2) sorted by relevance

/sys/include/
Dsyscall.h32 #define SYSCALL_PIPE 0x20 macro
/lib/libc/
Dsyscall.c103 return syscall(SYSCALL_PIPE, &fd[0]); in OSPipe()