Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dchannels.h203 void channel_prepare_select(fd_set **, fd_set **, int *, int*, int);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dserverloop.c275 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, 0); in wait_until_can_do_something()
781 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, 1); in aps_wait_until_can_do_something()
/titanic_41/usr/src/cmd/ssh/ssh/
H A Dclientloop.c489 channel_prepare_select(readsetp, writesetp, maxfdp, nallocp, rekeying); 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() function