Home
last modified time | relevance | path

Searched refs:PROC_FD_DUP (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/contrib/ast/src/lib/libast/misc/
H A Dsystrace.c59 ov[0] = PROC_FD_DUP(open("/dev/null", O_WRONLY), 2, PROC_FD_PARENT|PROC_FD_CHILD); in systrace()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/
H A Dproc.h75 #define PROC_FD_DUP(p,c,f) PROC_op2(PROC_fd_dup|(f),p,c) macro
/illumos-gate/usr/src/contrib/ast/src/lib/libast/path/
H A Dpathprobe.c253 ops[0] = PROC_FD_DUP(1, 2, 0); in pathprobe_20100601()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/port/
H A Dastconf.c1387 ops[0] = PROC_FD_DUP(open("/dev/null",O_WRONLY,0), 2, PROC_FD_CHILD); in nativeconf()