Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/
H A Dsyscall.h101 #define SYS_pipe 42 macro
/illumos-gate/usr/src/lib/brand/solaris10/s10_brand/common/
H A Ds10_brand.c1414 if ((err = __systemcall(rval, SYS_pipe + 1024, fds, 0)) != 0) in s10_pipe()