Home
last modified time | relevance | path

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

/external/openssh/
Dsshd.c219 int *startup_pipes = NULL; variable
262 if (startup_pipes) in close_startup_pipes()
264 if (startup_pipes[i] != -1) in close_startup_pipes()
265 close(startup_pipes[i]); in close_startup_pipes()
1113 startup_pipes = xcalloc(options.max_startups, sizeof(int));
1115 startup_pipes[i] = -1;
1131 if (startup_pipes[i] != -1)
1132 FD_SET(startup_pipes[i], fdset);
1150 if (startup_pipes[i] != -1 &&
1151 FD_ISSET(startup_pipes[i], fdset)) {
[all …]