Home
last modified time | relevance | path

Searched refs:pipe2 (Results 1 – 12 of 12) sorted by relevance

/titanic_50/usr/src/lib/libc/common/sys/
H A Dpipe2.s30 SYSCALL2(pipe2,pipe);
32 SET_SIZE(pipe2)
/titanic_50/usr/src/lib/libc/port/gen/
H A Dpipe.c34 return (pipe2(fds, 0)); in pipe()
/titanic_50/usr/src/cmd/rcm_daemon/common/
H A Drcm_script_impl.h110 int pipe2[2]; member
H A Drcm_script.c922 if ((p1 = pipe(rsi->pipe1)) == -1 || (p2 = pipe(rsi->pipe2)) == -1) { in run_script()
935 if ((p2 = pipe(rsi->pipe2)) == -1) in run_script()
964 (void) dup2(rsi->pipe2[CHILD_END_OF_PIPE], 2); in run_script()
997 (void) close(rsi->pipe2[CHILD_END_OF_PIPE]); in run_script()
1013 (void) close(rsi->pipe2[PARENT_END_OF_PIPE]); in run_script()
1014 (void) close(rsi->pipe2[CHILD_END_OF_PIPE]); in run_script()
1127 (void) close(rsi->pipe2[PARENT_END_OF_PIPE]); in script_exited()
1129 rsi->pipe2[PARENT_END_OF_PIPE] = -1; in script_exited()
1215 while ((get_line(rsi->pipe2[PARENT_END_OF_PIPE], "stderr", in read_stderr()
/titanic_50/usr/src/man/man2/
H A DMakefile220 pipe2.2 \
353 pipe2.2 := LINKSRC = pipe.2
/titanic_50/usr/src/head/
H A Dunistd.h426 extern int pipe2(int *, int);
/titanic_50/usr/src/pkg/manifests/
H A Dsystem-kernel.man2.inc214 link path=usr/share/man/man2/pipe2.2 target=pipe.2
/titanic_50/usr/src/lib/libc/amd64/
H A DMakefile241 pipe2.o \
/titanic_50/usr/src/lib/libc/sparcv9/
H A DMakefile.com264 pipe2.o \
/titanic_50/usr/src/lib/libc/i386/
H A DMakefile.com265 pipe2.o \
/titanic_50/usr/src/lib/libc/sparc/
H A DMakefile.com280 pipe2.o \
/titanic_50/usr/src/lib/libc/port/
H A Dmapfile-vers384 pipe2;