Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/rcm_daemon/common/
H A Drcm_script_impl.h148 #define PARENT_END_OF_PIPE 0 macro
H A Drcm_script.c1008 (void) close(rsi->pipe1[PARENT_END_OF_PIPE]); in run_script()
1013 (void) close(rsi->pipe2[PARENT_END_OF_PIPE]); in run_script()
1126 (void) close(rsi->pipe1[PARENT_END_OF_PIPE]); in script_exited()
1127 (void) close(rsi->pipe2[PARENT_END_OF_PIPE]); in script_exited()
1128 rsi->pipe1[PARENT_END_OF_PIPE] = -1; 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()
1374 rval = get_line(rsi->pipe1[PARENT_END_OF_PIPE], in do_cmd()