Searched refs:ostate (Results 1 – 6 of 6) sorted by relevance
/external/openssh/ |
D | nchan.c | 102 if (c->ostate > CHAN_OUTPUT_CLOSED || next > CHAN_OUTPUT_CLOSED) in chan_set_ostate() 103 fatal("chan_set_ostate: bad state %d -> %d", c->ostate, next); in chan_set_ostate() 104 debug2("channel %d: output %s -> %s", c->self, ostates[c->ostate], in chan_set_ostate() 106 c->ostate = next; in chan_set_ostate() 182 switch (c->ostate) { in chan_rcvd_ieof1() 191 c->self, c->ostate); in chan_rcvd_ieof1() 199 switch (c->ostate) { in chan_write_failed1() 212 c->self, c->ostate); in chan_write_failed1() 225 switch (c->ostate) { in chan_obuf_empty() 234 c->self, c->ostate); in chan_obuf_empty() [all …]
|
D | channels.c | 305 c->ostate = CHAN_OUTPUT_OPEN; in channel_new() 637 c->ostate, buffer_len(&c->output), in channel_open_message() 821 if (c->ostate == CHAN_OUTPUT_OPEN || in channel_pre_open() 822 c->ostate == CHAN_OUTPUT_WAIT_DRAIN) { in channel_pre_open() 825 } else if (c->ostate == CHAN_OUTPUT_WAIT_DRAIN) { in channel_pre_open() 835 !(c->istate == CHAN_INPUT_CLOSED && c->ostate == CHAN_OUTPUT_CLOSED)) { in channel_pre_open() 976 debug2("X11 rejected %d i%d/o%d", c->self, c->istate, c->ostate); in channel_pre_x11_open() 986 debug2("X11 closed %d i%d/o%d", c->self, c->istate, c->ostate); in channel_pre_x11_open() 1003 if (c->ostate == CHAN_OUTPUT_OPEN || in channel_pre_mux_client() 1004 c->ostate == CHAN_OUTPUT_WAIT_DRAIN) { in channel_pre_mux_client() [all …]
|
D | channels.h | 95 u_int ostate; /* output to channel (state of transmit half) */ member
|
D | session.c | 2365 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_close_x11() 2457 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_exit_message()
|
D | mux.c | 232 if (sc->ostate == CHAN_OUTPUT_OPEN) in mux_master_control_cleanup_cb()
|
/external/llvm/test/DebugInfo/X86/ |
D | multiple-at-const-val.ll | 53 !79 = metadata !{i32 786454, metadata !1801, metadata !49, metadata !"ostate", i32 327, i64 0, i64 …
|