Searched refs:startup_p (Results 1 - 1 of 1) sorted by relevance

/external/openssh/
H A Dsshd.c1224 int startup_p[2] = { -1 , -1 }; local
1316 if (pipe(startup_p) == -1) {
1326 close(startup_p[0]);
1327 close(startup_p[1]);
1333 startup_pipes[j] = startup_p[0];
1334 if (maxfd < startup_p[0])
1335 maxfd = startup_p[0];
1354 close(startup_p[0]);
1355 close(startup_p[1]);
1382 startup_pipe = startup_p[
[all...]

Completed in 137 milliseconds