Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/ssh/include/
H A Dchannels.h175 void channel_set_wait_for_exit(int, int);
/titanic_41/usr/src/cmd/ssh/sshd/
H A Dsession.c549 channel_set_wait_for_exit(s->chanid, 1); in do_exec_no_pty()
684 channel_set_wait_for_exit(s->chanid, 1); in do_exec_pty()
2248 channel_set_wait_for_exit(s->chanid, 0); in session_exit_message()
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c674 channel_set_wait_for_exit(int id, int wait_for_exit) in channel_set_wait_for_exit() function