| /freebsd-12-stable/crypto/openssh/ |
| D | nchan.c | 95 if (c->istate > CHAN_INPUT_CLOSED || next > CHAN_INPUT_CLOSED) in chan_set_istate() 96 fatal("chan_set_istate: bad state %d -> %d", c->istate, next); in chan_set_istate() 97 debug2("channel %d: input %s -> %s", c->self, istates[c->istate], in chan_set_istate() 99 c->istate = next; in chan_set_istate() 116 switch (c->istate) { in chan_read_failed() 123 c->self, c->istate); in chan_read_failed() 137 switch (c->istate) { in chan_ibuf_empty() 145 c->self, c->istate); in chan_ibuf_empty() 175 switch (c->istate) { in chan_rcvd_eow() 189 switch (c->istate) { in chan_send_eof2() [all …]
|
| D | channels.c | 407 c->istate = CHAN_INPUT_OPEN; in channel_new() 626 other->istate = CHAN_INPUT_CLOSED; in channel_free() 878 c->istate, sshbuf_len(c->input), in channel_format_status() 1116 if (c->istate == CHAN_INPUT_OPEN && in channel_pre_open() 1135 if (c->efd != -1 && !(c->istate == CHAN_INPUT_CLOSED && in channel_pre_open() 1238 c->self, c->istate, c->ostate); in channel_pre_x11_open() 1244 debug2("X11 closed %d i%d/o%d", c->self, c->istate, c->ostate); in channel_pre_x11_open() 1252 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause && in channel_pre_mux_client() 1255 if (c->istate == CHAN_INPUT_WAIT_DRAIN) { in channel_pre_mux_client() 1941 force = c->isatty && c->detach_close && c->istate != CHAN_INPUT_CLOSED; in channel_handle_rfd() [all …]
|
| D | channels.h | 132 u_int istate; /* input from channel (state of receive half) */ member
|
| D | mux.c | 232 if (sc->istate == CHAN_INPUT_OPEN) in mux_master_control_cleanup_cb()
|
| /freebsd-12-stable/share/examples/scsi_target/ |
| D | scsi_cmds.c | 115 struct initiator_state *istate; in tcmd_init() local 125 istate = tcmd_get_istate(i); in tcmd_init() 126 bzero(istate, sizeof(*istate)); in tcmd_init() 127 istate->pending_ua = UA_POWER_ON; in tcmd_init() 140 struct initiator_state *istate; in tcmd_handle() local 183 istate = tcmd_get_istate(ctio->init_id); in tcmd_handle() 184 if (istate == NULL) { in tcmd_handle() 190 if (istate->pending_ca == 0 && istate->pending_ua != 0 && in tcmd_handle() 193 0x29, istate->pending_ua == UA_POWER_ON ? 1 : 2); in tcmd_handle() 194 istate->pending_ca = CA_UNIT_ATTN; in tcmd_handle() [all …]
|
| /freebsd-12-stable/contrib/sendmail/src/ |
| D | collect.c | 297 int istate; local 330 istate = IS_BOL; 361 sm_dprintf("top, istate=%d, mstate=%d\n", istate, 401 if (istate == IS_BOL) 428 istate, (char) c, c); 429 switch (istate) 434 istate = IS_DOT; 444 istate = IS_DOTCR; 486 istate = IS_BOL; 492 istate = IS_NORM; [all …]
|
| /freebsd-12-stable/contrib/ofed/infiniband-diags/src/ |
| D | iblinkinfo.c | 116 int iwidth, ispeed, fdr10, espeed, istate, iphystate, cap_mask; in print_port() local 148 istate = mad_get_field(port->info, 0, IB_PORT_STATE_F); in print_port() 157 if (istate == IB_LINK_DOWN in print_port() 165 if (istate != IB_LINK_DOWN) { in print_port() 180 mad_dump_val(IB_PORT_STATE_F, state, 64, &istate), in print_port() 185 mad_dump_val(IB_PORT_STATE_F, state, 64, &istate), in print_port() 191 if (add_sw_settings && istate != IB_LINK_DOWN) { in print_port() 227 if (istate == IB_LINK_DOWN) in print_port()
|
| D | ibqueryerrors.c | 184 int iwidth, ispeed, fdr10, espeed, istate, iphystate, cap_mask; in print_port_config() local 207 istate = mad_get_field(port->info, 0, IB_PORT_STATE_F); in print_port_config() 218 if (istate != IB_LINK_DOWN) { in print_port_config() 232 mad_dump_val(IB_PORT_STATE_F, state, 64, &istate), in print_port_config() 236 mad_dump_val(IB_PORT_STATE_F, state, 64, &istate), in print_port_config()
|
| /freebsd-12-stable/sys/dev/liquidio/base/ |
| D | lio_device.c | 239 int32_t istate = (int32_t)atomic_load_acq_int(state_ptr); in lio_get_state_string() local 241 if (istate > LIO_DEV_STATES || istate < 0) in lio_get_state_string() 244 return (lio_state_str[istate]); in lio_get_state_string()
|