Home
last modified time | relevance | path

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

/titanic_50/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c85 if (c->istate > CHAN_INPUT_CLOSED || next > CHAN_INPUT_CLOSED) in chan_set_istate()
86 fatal("chan_set_istate: bad state %d -> %d", c->istate, next); in chan_set_istate()
87 debug("channel %d: input %s -> %s", c->self, istates[c->istate], in chan_set_istate()
89 c->istate = next; in chan_set_istate()
109 switch (c->istate) { in chan_rcvd_oclose1()
125 c->self, c->istate); in chan_rcvd_oclose1()
133 switch (c->istate) { in chan_read_failed()
140 c->self, c->istate); in chan_read_failed()
153 switch (c->istate) { in chan_ibuf_empty()
166 c->self, c->istate); in chan_ibuf_empty()
[all …]
H A Dchannels.c253 c->istate = CHAN_INPUT_OPEN; in channel_new()
562 c->istate, buffer_len(&c->input), in channel_open_message()
724 if (c->istate == CHAN_INPUT_OPEN && in channel_pre_open()
879 debug("X11 rejected %d i%d/o%d", c->self, c->istate, c->ostate); in channel_pre_x11_open()
889 debug("X11 closed %d i%d/o%d", c->self, c->istate, c->ostate); in channel_pre_x11_open()
1760 if ((c->istate == CHAN_INPUT_OPEN || in channel_output_poll()
1761 c->istate == CHAN_INPUT_WAIT_DRAIN) && in channel_output_poll()
1791 } else if (c->istate == CHAN_INPUT_WAIT_DRAIN) { in channel_output_poll()
1937 if (c->force_drain && c->istate == CHAN_INPUT_OPEN) { in channel_input_ieof()
1939 c->istate = CHAN_INPUT_WAIT_DRAIN; in channel_input_ieof()
/titanic_50/usr/src/lib/iconv_modules/zh/common/
H A Dzh_TW-big5%zh_TW-iso2022-7.c52 short istate; /* state machine id (ISO) */ member
80 st->istate = IN; in _icv_open()
143 st->istate = IN; in _icv_iconv()
151 st->cstate, st->istate, st->_errno, plane_no); in _icv_iconv()
164 if (st->istate == OUT) { in _icv_iconv()
166 st->istate = IN; in _icv_iconv()
183 st->istate = IN; in _icv_iconv()
192 st->istate = IN; in _icv_iconv()
197 if ((st->istate == IN) || (pre_plane_no != plane_no)) { in _icv_iconv()
199 if (st->istate == OUT) { in _icv_iconv()
[all …]
H A Dzh_TW-euc%zh_TW-iso2022-CN-EXT.c51 short istate; /* state machine id (ISO) */ member
80 st->istate = IN; in _icv_open()
147 if (st->istate == OUT) { in _icv_iconv()
158 st->istate = IN; in _icv_iconv()
170 st->cstate, st->istate, st->_errno, st->plane_no); in _icv_iconv()
183 if (st->istate == OUT) { in _icv_iconv()
184 st->istate = IN; in _icv_iconv()
206 st->istate = IN; in _icv_iconv()
221 st->istate = IN; in _icv_iconv()
247 if (st->istate == IN) { in _icv_iconv()
[all …]
H A Dzh_TW-euc%zh_TW-iso2022-7.c52 short istate; /* state machine id (ISO) */ member
89 st->istate = IN; in _icv_open()
158 st->istate = IN; in _icv_iconv()
166 st->cstate, st->istate, st->_errno, plane_no); in _icv_iconv()
179 if (st->istate == OUT) { in _icv_iconv()
181 st->istate = IN; in _icv_iconv()
200 st->istate = IN; in _icv_iconv()
217 st->istate = IN; in _icv_iconv()
242 if ((st->istate == IN) || (pre_plane_no != plane_no)) { in _icv_iconv()
244 if (st->istate == OUT) { in _icv_iconv()
[all …]
H A Dzh_CN.gbk%zh_CN.iso2022-CN.c65 short istate; /* state machine id (ISO) */ member
111 st->istate = IN; in _icv_open()
196 st->istate = IN; in _icv_iconv()
215 if (st->istate == OUT) { in _icv_iconv()
217 st->istate = IN; in _icv_iconv()
256 } else if (st->istate == IN) { in _icv_iconv()
269 st->istate = OUT; in _icv_iconv()
331 } else if (st->istate == IN) { in _icv_iconv()
379 st->istate = OUT; in _icv_iconv()
397 } else if (st->istate == IN) { in _icv_iconv()
[all …]
H A DUTF-8%zh_TW-iso2022-7.c53 short istate; member
81 st->istate = IN; in _icv_open()
147 st->istate = IN; in _icv_iconv()
156 st->cstate, st->istate, st->_errno, plane_no); in _icv_iconv()
169 if (st->istate == OUT) { in _icv_iconv()
171 st->istate = IN; in _icv_iconv()
263 if ((st->istate == IN) || (pre_plane_no != plane_no)) { in _icv_iconv()
292 st->istate = OUT; in _icv_iconv()
/titanic_50/usr/src/cmd/sendmail/src/
H A Dcollect.c295 int istate; local
321 istate = IS_BOL;
352 sm_dprintf("top, istate=%d, mstate=%d\n", istate,
392 if (istate == IS_BOL)
415 istate, (char) c, c);
416 switch (istate)
421 istate = IS_DOT;
433 istate = IS_DOTCR;
475 istate = IS_BOL;
481 istate = IS_NORM;
[all …]
/titanic_50/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c109 dm_fault_indicator_set(diskmon_t *diskp, ind_state_t istate) in dm_fault_indicator_set() argument
118 if (istate == INDICATOR_UNKNOWN || in dm_fault_indicator_set()
119 diskp->fault_indicator_state == istate) { in dm_fault_indicator_set()
125 astring = lookup_action_string(diskp->ind_list, istate, in dm_fault_indicator_set()
138 diskp->fault_indicator_state = istate; in dm_fault_indicator_set()
H A Dschg_mgr.h48 extern void dm_fault_indicator_set(diskmon_t *diskp, ind_state_t istate);
/titanic_50/usr/src/uts/common/io/
H A Di8237A.c243 int chnl, istate, nstate; in d37A_intr() local
246 if ((istate = (inb(EISA_DMAIS) & 0xef)) != 0) { in d37A_intr()
249 nstate = istate; in d37A_intr()
252 if (istate & 1) { in d37A_intr()
265 istate >>= 1; in d37A_intr()
266 } while (istate); in d37A_intr()
/titanic_50/usr/src/lib/libsasl/include/
H A Dhmac-md5.h30 UINT4 istate[4]; member
H A Dsaslplug.h35 uint32_t istate[4]; member
/titanic_50/usr/src/cmd/saf/
H A Dsac.c570 static char istate[SIZE]; /* place to put ISTATE env var. */ in startit() local
621 (void) sprintf(istate, "ISTATE=%s", in startit()
624 (void) sprintf(istate, "ISTATE=%s", in startit()
626 if (putenv(istate)) { in startit()
/titanic_50/usr/src/cmd/refer/
H A Dglue5.c181 istate: in execute()
186 goto istate; in execute()
/titanic_50/usr/src/tools/cscope-fast/
H A Dcgrep.c146 State istate; /* Initial state */ member
648 s->cnt = r->istate.cnt; in addstate()
650 s = &r->istate; in addstate()
682 if (s != &r->istate) followstate(r, &r->istate, a, &r->tmp); in nextstate()
693 news = &r->istate; in nextstate()
853 (void) memset((char *)r->istate.tab, 0, sizeof (r->istate.tab)); in clrstates()
865 return (&r->istate); in startstate()
/titanic_50/usr/src/cmd/ssh/include/
H A Dchannels.h79 u_int istate; /* input from channel (state of receive half) */ member
/titanic_50/usr/src/cmd/fgrep/
H A Dfgrep.c382 istate: in execute()
387 goto istate; in execute()
/titanic_50/usr/src/lib/libsasl/lib/
H A Dmd5.c445 state->istate[lupe] = htonl(hmac.ictx.state[lupe]); in _sasl_hmac_md5_precalc()
458 hmac->ictx.state[lupe] = ntohl(state->istate[lupe]); in _sasl_hmac_md5_import()
/titanic_50/usr/src/uts/sun4v/io/
H A Dcnex.c804 int instance, istate; in cnex_rem_intr() local
861 rv = hvldc_intr_getstate(cnex_ssp->cfghdl, iinfo->ino, &istate); in cnex_rem_intr()
870 if (istate != HV_INTR_IDLE_STATE) { in cnex_rem_intr()
/titanic_50/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c146 internal_inst_state_t istate; member
1271 for (sip = states; sip->istate != IIS_NONE; sip++) { in get_method_state()
1275 assert(sip->istate != IIS_NONE); in get_method_state()
1277 return (sip->istate); in get_method_state()
/titanic_50/usr/src/cmd/ssh/doc/
H A DChangeLog2534 - channels.[ch] - remove broken x11 fix and document istate/ostate