Lines Matching refs:PIPE_OUT
46 #define PIPE_OUT 1 macro
176 close(proc_config->child_pipe[child_id][PIPE_OUT]);
179 retval = write(proc_config->parent_pipe[PIPE_OUT], &child_action, sizeof(child_action));
208 retval = write(proc_config->parent_pipe[PIPE_OUT], &retval, sizeof(retval));
215 close(proc_config->parent_pipe[PIPE_OUT]);
222 close(proc_config->child_pipe[child_id][PIPE_OUT]);
233 retval = write(proc_config->parent_pipe[PIPE_OUT], &action, sizeof(action));
349 retval = write(proc_config->parent_pipe[PIPE_OUT], &action, sizeof(action));
355 close(proc_config->parent_pipe[PIPE_OUT]);
372 err = write(proc_config->child_pipe[i][PIPE_OUT], &action, sizeof(action)); in send_action_to_child_processes()
388 close(proc_config->child_pipe[child_id][PIPE_OUT]); in kill_child_processes()
449 close(proc_config->parent_pipe[PIPE_OUT]); in spawn_child_processes()