Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/rcm_daemon/common/
H A Drcm_script_impl.h146 #define PARENT_END_OF_PIPE 0 macro
H A Drcm_script.c1006 (void) close(rsi->pipe1[PARENT_END_OF_PIPE]); in run_script()
1011 (void) close(rsi->pipe2[PARENT_END_OF_PIPE]); in run_script()
1124 (void) close(rsi->pipe1[PARENT_END_OF_PIPE]); in script_exited()
1125 (void) close(rsi->pipe2[PARENT_END_OF_PIPE]); in script_exited()
1126 rsi->pipe1[PARENT_END_OF_PIPE] = -1; in script_exited()
1127 rsi->pipe2[PARENT_END_OF_PIPE] = -1; in script_exited()
1213 while ((get_line(rsi->pipe2[PARENT_END_OF_PIPE], "stderr", in read_stderr()
1372 rval = get_line(rsi->pipe1[PARENT_END_OF_PIPE], in do_cmd()