Home | History | Annotate | Download | only in openssh

Lines Matching refs:startup_pipe

237 int startup_pipe;		/* in child */
991 startup_pipe = -1;
996 startup_pipe = dup(REEXEC_STARTUP_PIPE_FD);
1225 startup_pipe = -1;
1251 startup_pipe = startup_p[1];
1842 sock_in, sock_out, newsock, startup_pipe, config_s[0]);
1845 if (startup_pipe == -1)
1848 dup2(startup_pipe, REEXEC_STARTUP_PIPE_FD);
1852 if (startup_pipe != -1)
1853 close(startup_pipe);
1864 startup_pipe = REEXEC_STARTUP_PIPE_FD;
1875 startup_pipe, config_s[0]);
2011 if (startup_pipe != -1) {
2012 close(startup_pipe);
2013 startup_pipe = -1;