Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/include/
H A Dchannels.h81 int wait_for_exit; /* no close till after exit-status is sent */ member
/titanic_50/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() argument
681 debug3("channel_set_wait_for_exit %d, %d (type: %d)", id, wait_for_exit, c->type); in channel_set_wait_for_exit()
682 c->wait_for_exit = wait_for_exit; in channel_set_wait_for_exit()
1654 if (!c->wait_for_exit && !chan_is_dead(c, 1)) in channel_garbage_collect()