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
282 if (startup_pipes) in close_startup_pipes()
284 if (startup_pipes[i] != -1) in close_startup_pipes()
285 close(startup_pipes[i]); in close_startup_pipes()
1237 startup_pipes = xcalloc(options.max_startups, sizeof(int));
1239 startup_pipes[i] = -1;
1256 if (startup_pipes[i] != -1)
1257 FD_SET(startup_pipes[i], fdset);
1280 if (startup_pipes[i] != -1 &&
1281 FD_ISSET(startup_pipes[i], fdset)) {
[all …]