Searched refs:startup_pipe (Results 1 – 2 of 2) sorted by relevance
236 int startup_pipe; /* in child */ variable1002 startup_pipe = -1;1007 startup_pipe = dup(REEXEC_STARTUP_PIPE_FD);1285 startup_pipe = -1;1311 startup_pipe = startup_p[1];1967 sock_in, sock_out, newsock, startup_pipe, config_s[0]);1970 if (startup_pipe == -1)1972 else if (startup_pipe != REEXEC_STARTUP_PIPE_FD) {1973 dup2(startup_pipe, REEXEC_STARTUP_PIPE_FD);1974 close(startup_pipe);[all …]
140 extern int startup_pipe;