Home
last modified time | relevance | path

Searched refs:istate (Results 1 – 6 of 6) sorted by relevance

/openbsd/usr.bin/ssh/
H A Dnchan.c97 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 Dchannels.c513 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 Dchannels.h131 u_int istate; /* input from channel (state of receive half) */ member
H A Dmux.c218 if (sc->istate == CHAN_INPUT_OPEN) in mux_master_control_cleanup_cb()
/openbsd/sys/dev/hid/
H A Dhidcc.c829 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 Dvmm_machdep.c4297 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()