Home
last modified time | relevance | path

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

/external/openssh/
Dsshd.c234 static int *startup_pipes = NULL; variable
288 if (startup_pipes) in close_startup_pipes()
290 if (startup_pipes[i] != -1) in close_startup_pipes()
291 close(startup_pipes[i]); in close_startup_pipes()
1113 startup_pipes = xcalloc(options.max_startups, sizeof(int));
1116 startup_pipes[i] = -1;
1145 if (startup_pipes[i] != -1)
1146 FD_SET(startup_pipes[i], fdset);
1164 if (startup_pipes[i] == -1 ||
1165 !FD_ISSET(startup_pipes[i], fdset))
[all …]