Searched refs:istate (Results 1 – 7 of 7) sorted by relevance
| /netbsd/src/crypto/external/bsd/openssh/dist/ |
| D | nchan.c | 97 if (c->istate > CHAN_INPUT_CLOSED || next > CHAN_INPUT_CLOSED) in chan_set_istate() 98 fatal("chan_set_istate: bad state %d -> %d", c->istate, next); in chan_set_istate() 99 debug2("channel %d: input %s -> %s", c->self, istates[c->istate], in chan_set_istate() 101 c->istate = next; in chan_set_istate() 118 switch (c->istate) { in chan_read_failed() 125 c->self, c->istate); in chan_read_failed() 139 switch (c->istate) { in chan_ibuf_empty() 147 c->self, c->istate); in chan_ibuf_empty() 177 switch (c->istate) { in chan_rcvd_eow() 191 switch (c->istate) { in chan_send_eof2() [all …]
|
| D | channels.c | 525 c->istate = CHAN_INPUT_OPEN; in channel_new() 754 other->istate = CHAN_INPUT_CLOSED; in channel_free() 1026 c->istate, sshbuf_len(c->input), in channel_format_status() 1287 if (c->istate == CHAN_INPUT_OPEN && in channel_pre_open() 1306 if (c->efd != -1 && !(c->istate == CHAN_INPUT_CLOSED && in channel_pre_open() 1400 if (c->istate == CHAN_INPUT_OPEN) in channel_force_close() 1402 if (c->istate == CHAN_INPUT_WAIT_DRAIN) { in channel_force_close() 1437 c->self, c->istate, c->ostate); in channel_pre_x11_open() 1446 if (c->istate == CHAN_INPUT_OPEN && !c->mux_pause && in channel_pre_mux_client() 1449 if (c->istate == CHAN_INPUT_WAIT_DRAIN) { in channel_pre_mux_client() [all …]
|
| D | channels.h | 133 u_int istate; /* input from channel (state of receive half) */ member
|
| D | mux.c | 222 if (sc->istate == CHAN_INPUT_OPEN) in mux_master_control_cleanup_cb()
|
| /netbsd/src/external/gpl3/gcc/dist/libobjc/ |
| D | thr.c | 93 __objc_thread_detach_function (struct __objc_thread_start_state *istate) in __objc_thread_detach_function() argument 96 if (istate) in __objc_thread_detach_function() 99 SEL selector = istate->selector; in __objc_thread_detach_function() 100 id object = istate->object; in __objc_thread_detach_function() 101 id argument = istate->argument; in __objc_thread_detach_function() 104 objc_free (istate); in __objc_thread_detach_function() 152 struct __objc_thread_start_state *istate; in objc_thread_detach() local 156 if (!(istate = (struct __objc_thread_start_state *)objc_malloc in objc_thread_detach() 157 (sizeof (*istate)))) in objc_thread_detach() 161 istate->selector = selector; in objc_thread_detach() [all …]
|
| /netbsd/src/sys/arch/sparc64/sparc64/ |
| D | bsd_fdintr.s | 143 ! xfer done: update fdc->sc_buf & fdc->sc_tc, mark istate IDLE 213 ! got status, update sc_nstat and mark istate IDLE
|
| /netbsd/src/sys/arch/sparc/sparc/ |
| D | bsd_fdintr.s | 251 ! xfer done: update fdc->sc_buf & fdc->sc_tc, mark istate DONE 305 ! got status, update sc_nstat and mark istate DONE
|