Searched refs:ostate (Results 1 – 7 of 7) 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 | 347 c->ostate = CHAN_OUTPUT_OPEN; in channel_new() 445 other->ostate = CHAN_OUTPUT_CLOSED; in channel_free() 733 c->ostate, buffer_len(&c->output), in channel_open_message() 917 if (c->ostate == CHAN_OUTPUT_OPEN || in channel_pre_open() 918 c->ostate == CHAN_OUTPUT_WAIT_DRAIN) { in channel_pre_open() 921 } else if (c->ostate == CHAN_OUTPUT_WAIT_DRAIN) { in channel_pre_open() 931 !(c->istate == CHAN_INPUT_CLOSED && c->ostate == CHAN_OUTPUT_CLOSED)) { in channel_pre_open() 1079 debug2("X11 rejected %d i%d/o%d", c->self, c->istate, c->ostate); in channel_pre_x11_open() 1089 debug2("X11 closed %d i%d/o%d", c->self, c->istate, c->ostate); in channel_pre_x11_open() 1106 if (c->ostate == CHAN_OUTPUT_OPEN || in channel_pre_mux_client() [all …]
|
D | channels.h | 101 u_int ostate; /* output to channel (state of transmit half) */ member
|
D | session.c | 2218 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_close_x11() 2302 if (c->ostate != CHAN_OUTPUT_CLOSED) in session_exit_message()
|
D | mux.c | 237 if (sc->ostate == CHAN_OUTPUT_OPEN) in mux_master_control_cleanup_cb()
|
/external/llvm/test/DebugInfo/X86/ |
D | multiple-at-const-val.ll | 54 !79 = !DIDerivedType(tag: DW_TAG_typedef, name: "ostate", line: 327, file: !1801, scope: !49, baseT…
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/DebugInfo/X86/ |
D | multiple-at-const-val.ll | 54 !79 = !DIDerivedType(tag: DW_TAG_typedef, name: "ostate", line: 327, file: !1801, scope: !49, baseT…
|