Home
last modified time | relevance | path

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

/external/openssh/
Dsshd.c236 int *startup_pipes = NULL; variable
283 if (startup_pipes) in close_startup_pipes()
285 if (startup_pipes[i] != -1) in close_startup_pipes()
286 close(startup_pipes[i]); in close_startup_pipes()
1247 startup_pipes = xcalloc(options.max_startups, sizeof(int));
1249 startup_pipes[i] = -1;
1266 if (startup_pipes[i] != -1)
1267 FD_SET(startup_pipes[i], fdset);
1290 if (startup_pipes[i] != -1 &&
1291 FD_ISSET(startup_pipes[i], fdset)) {
[all …]