Home
last modified time | relevance | path

Searched defs:max_fd (Results 1 – 5 of 5) sorted by relevance

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c512 int max_fd = 0, nalloc = 0; in server_loop() local
862 int max_fd, nalloc = 0; in aps_monitor_loop() local
930 int rekeying = 0, max_fd, nalloc = 0; in server_loop2() local
/titanic_41/usr/src/cmd/csh/
H A Dsh.c1222 static int max_fd = 0; /* The maximum descriptor in fdinuse */ variable
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c1090 int max_fd = 0, max_fd2 = 0, len, rekeying = 0, nalloc = 0; in client_loop() local
/titanic_41/usr/src/cmd/ssh/ssh-agent/
H A Dssh-agent.c97 int max_fd = 0; variable
/titanic_41/usr/src/lib/libtecla/common/
H A Dgetline.c515 int max_fd; /* The maximum file-descriptor being watched */ member