Searched refs:istate (Results 1 - 9 of 9) sorted by relevance

/freebsd-11-stable/crypto/openssh/
H A Dnchan.c93 if (c->istate > CHAN_INPUT_CLOSED || next > CHAN_INPUT_CLOSED)
94 fatal("chan_set_istate: bad state %d -> %d", c->istate, next);
95 debug2("channel %d: input %s -> %s", c->self, istates[c->istate],
97 c->istate = next;
117 switch (c->istate) {
132 error("channel %d: protocol error: rcvd_oclose for istate %d",
133 c->self, c->istate);
141 switch (c->istate) {
147 error("channel %d: chan_read_failed for istate %d",
148 c->self, c->istate);
[all...]
H A Dchannels.c348 c->istate = CHAN_INPUT_OPEN;
444 other->istate = CHAN_INPUT_CLOSED;
732 c->istate, buffer_len(&c->input),
912 if (c->istate == CHAN_INPUT_OPEN &&
931 !(c->istate == CHAN_INPUT_CLOSED && c->ostate == CHAN_OUTPUT_CLOSED)) {
1079 debug2("X11 rejected %d i%d/o%d", c->self, c->istate, c->ostate);
1089 debug2("X11 closed %d i%d/o%d", c->self, c->istate, c->ostate);
1096 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause &&
1099 if (c->istate == CHAN_INPUT_WAIT_DRAIN) {
1733 force = c->isatty && c->detach_close && c->istate !
[all...]
H A Dchannels.h100 u_int istate; /* input from channel (state of receive half) */ member in struct:Channel
H A Dmux.c236 if (sc->istate == CHAN_INPUT_OPEN)
/freebsd-11-stable/share/examples/scsi_target/
H A Dscsi_cmds.c113 struct initiator_state *istate; local
123 istate = tcmd_get_istate(i);
124 bzero(istate, sizeof(*istate));
125 istate->pending_ua = UA_POWER_ON;
138 struct initiator_state *istate; local
181 istate = tcmd_get_istate(ctio->init_id);
182 if (istate == NULL) {
188 if (istate->pending_ca == 0 && istate
244 struct initiator_state *istate; local
277 struct initiator_state *istate; local
300 struct initiator_state *istate; local
380 struct initiator_state *istate; local
[all...]
/freebsd-11-stable/contrib/sendmail/src/
H A Dcollect.c295 int istate; local
328 istate = IS_BOL;
359 sm_dprintf("top, istate=%d, mstate=%d\n", istate,
399 if (istate == IS_BOL)
425 sm_dprintf("istate=%d, c=%c (0x%x)\n",
426 istate, (char) c, c);
427 switch (istate)
432 istate = IS_DOT;
442 istate
[all...]
/freebsd-11-stable/contrib/ofed/infiniband-diags/src/
H A Diblinkinfo.c116 int iwidth, ispeed, fdr10, espeed, istate, iphystate, cap_mask; local
148 istate = mad_get_field(port->info, 0, IB_PORT_STATE_F);
157 if (istate == IB_LINK_DOWN
165 if (istate != IB_LINK_DOWN) {
180 mad_dump_val(IB_PORT_STATE_F, state, 64, &istate),
185 mad_dump_val(IB_PORT_STATE_F, state, 64, &istate),
191 if (add_sw_settings && istate != IB_LINK_DOWN) {
227 if (istate == IB_LINK_DOWN)
H A Dibqueryerrors.c184 int iwidth, ispeed, fdr10, espeed, istate, iphystate, cap_mask; local
207 istate = mad_get_field(port->info, 0, IB_PORT_STATE_F);
218 if (istate != IB_LINK_DOWN) {
232 mad_dump_val(IB_PORT_STATE_F, state, 64, &istate),
236 mad_dump_val(IB_PORT_STATE_F, state, 64, &istate),
/freebsd-11-stable/sys/dev/liquidio/base/
H A Dlio_device.c239 int32_t istate = (int32_t)atomic_load_acq_int(state_ptr); local
241 if (istate > LIO_DEV_STATES || istate < 0)
244 return (lio_state_str[istate]);

Completed in 134 milliseconds