Searched refs:istate (Results 1 – 6 of 6) sorted by relevance
/openbsd/usr.bin/ssh/ |
H A D | nchan.c | 97 c->istate = next; in chan_set_istate() 114 switch (c->istate) { in chan_read_failed() 121 c->self, c->istate); in chan_read_failed() 135 switch (c->istate) { in chan_ibuf_empty() 143 c->self, c->istate); in chan_ibuf_empty() 173 switch (c->istate) { in chan_rcvd_eow() 187 switch (c->istate) { in chan_send_eof2() 199 c->self, c->istate); in chan_send_eof2() 211 c->istate != CHAN_INPUT_CLOSED) { in chan_send_close2() 213 c->self, c->istate, c->ostate); in chan_send_close2() [all …]
|
H A D | channels.c | 513 c->istate = CHAN_INPUT_OPEN; in channel_new() 740 other->istate = CHAN_INPUT_CLOSED; in channel_free() 1012 c->istate, sshbuf_len(c->input), in channel_format_status() 1252 if (c->istate == CHAN_INPUT_OPEN && in channel_pre_open() 1365 if (c->istate == CHAN_INPUT_OPEN) in channel_force_close() 1367 if (c->istate == CHAN_INPUT_WAIT_DRAIN) { in channel_force_close() 1402 c->self, c->istate, c->ostate); in channel_pre_x11_open() 1414 if (c->istate == CHAN_INPUT_WAIT_DRAIN) { in channel_pre_mux_client() 2382 if (c->istate != CHAN_INPUT_OPEN && c->istate != CHAN_INPUT_WAIT_DRAIN) in channel_post_mux_client_read() 3042 if (c->istate == CHAN_INPUT_OPEN || in channel_output_poll() [all …]
|
H A D | channels.h | 131 u_int istate; /* input from channel (state of receive half) */ member
|
H A D | mux.c | 218 if (sc->istate == CHAN_INPUT_OPEN) in mux_master_control_cleanup_cb()
|
/openbsd/sys/dev/hid/ |
H A D | hidcc.c | 829 enum { OFFSET, LENGTH } istate = OFFSET; in hidcc_parse() local 879 switch (istate) { in hidcc_parse() 893 istate = LENGTH; in hidcc_parse()
|
/openbsd/sys/arch/amd64/amd64/ |
H A D | vmm_machdep.c | 4297 uint64_t exit_reason, rflags, istate; in vmx_handle_exit() local 4396 &istate)) { in vmx_handle_exit() 4403 istate &= ~0x3; in vmx_handle_exit() 4406 istate)) { in vmx_handle_exit()
|