Home
last modified time | relevance | path

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

/external/openssh/
Dsshd.c235 int *startup_pipes = NULL; variable
278 if (startup_pipes) in close_startup_pipes()
280 if (startup_pipes[i] != -1) in close_startup_pipes()
281 close(startup_pipes[i]); in close_startup_pipes()
1164 startup_pipes = xcalloc(options.max_startups, sizeof(int));
1166 startup_pipes[i] = -1;
1182 if (startup_pipes[i] != -1)
1183 FD_SET(startup_pipes[i], fdset);
1201 if (startup_pipes[i] != -1 &&
1202 FD_ISSET(startup_pipes[i], fdset)) {
[all …]