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

/freebsd-10.0-release/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.h98 u_int istate; /* input from channel (state of receive half) */ member in struct:Channel
H A Dchannels.c321 c->istate = CHAN_INPUT_OPEN;
654 c->istate, buffer_len(&c->input),
869 if (c->istate == CHAN_INPUT_OPEN &&
888 !(c->istate == CHAN_INPUT_CLOSED && c->ostate == CHAN_OUTPUT_CLOSED)) {
1029 debug2("X11 rejected %d i%d/o%d", c->self, c->istate, c->ostate);
1039 debug2("X11 closed %d i%d/o%d", c->self, c->istate, c->ostate);
1046 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause &&
1049 if (c->istate == CHAN_INPUT_WAIT_DRAIN) {
1658 force = c->isatty && c->detach_close && c->istate != CHAN_INPUT_CLOSED;
1922 (c->istate
[all...]
H A Dmux.c227 if (sc->istate == CHAN_INPUT_OPEN)
/freebsd-10.0-release/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-10.0-release/contrib/sendmail/src/
H A Dcollect.c295 int istate; local
327 istate = IS_BOL;
358 sm_dprintf("top, istate=%d, mstate=%d\n", istate,
398 if (istate == IS_BOL)
424 sm_dprintf("istate=%d, c=%c (0x%x)\n",
425 istate, (char) c, c);
426 switch (istate)
431 istate = IS_DOT;
443 istate
[all...]

Completed in 247 milliseconds