Home
last modified time | relevance | path

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

/freebsd-10-stable/crypto/openssh/
Dsshd.c253 int *startup_pipes = NULL; variable
300 if (startup_pipes) in close_startup_pipes()
302 if (startup_pipes[i] != -1) in close_startup_pipes()
303 close(startup_pipes[i]); in close_startup_pipes()
1288 startup_pipes = xcalloc(options.max_startups, sizeof(int));
1290 startup_pipes[i] = -1;
1306 if (startup_pipes[i] != -1)
1307 FD_SET(startup_pipes[i], fdset);
1330 if (startup_pipes[i] != -1 &&
1331 FD_ISSET(startup_pipes[i], fdset)) {
[all …]