Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c253 wait_until_can_do_something(fd_set **readsetp, fd_set **writesetp, int *maxfdp, in wait_until_can_do_something() argument
275 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, 0); in wait_until_can_do_something()
282 *maxfdp = MAX(*maxfdp, pipe_fd); in wait_until_can_do_something()
342 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp); in wait_until_can_do_something()
770 int *maxfdp, int *nallocp, u_int max_time_milliseconds) in aps_wait_until_can_do_something() argument
781 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, 1); in aps_wait_until_can_do_something()
794 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, NULL); in aps_wait_until_can_do_something()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c483 int *maxfdp, int *nallocp, int rekeying) in client_wait_until_can_do_something() argument
489 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, rekeying); in client_wait_until_can_do_something()
539 ret = select((*maxfdp)+1, *readsetp, *writesetp, NULL, tvp); in client_wait_until_can_do_something()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c1692 channel_prepare_select(fd_set **readsetp, fd_set **writesetp, int *maxfdp, in channel_prepare_select() argument
1698 n = MAX(*maxfdp, channel_max_fd); in channel_prepare_select()
1707 *maxfdp = n; in channel_prepare_select()