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

/opensolaris-onvv-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.h48 extern void dm_fault_indicator_set(diskmon_t *diskp, ind_state_t istate);
H A Dschg_mgr.c109 dm_fault_indicator_set(diskmon_t *diskp, ind_state_t istate) argument
118 if (istate == INDICATOR_UNKNOWN ||
119 diskp->fault_indicator_state == istate) {
125 astring = lookup_action_string(diskp->ind_list, istate,
138 diskp->fault_indicator_state = istate;
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dnchan.c86 if (c->istate > CHAN_INPUT_CLOSED || next > CHAN_INPUT_CLOSED)
87 fatal("chan_set_istate: bad state %d -> %d", c->istate, next);
88 debug("channel %d: input %s -> %s", c->self, istates[c->istate],
90 c->istate = next;
110 switch (c->istate) {
125 error("channel %d: protocol error: rcvd_oclose for istate %d",
126 c->self, c->istate);
134 switch (c->istate) {
140 error("channel %d: chan_read_failed for istate %d",
141 c->self, c->istate);
[all...]
H A Dchannels.c253 c->istate = CHAN_INPUT_OPEN;
562 c->istate, buffer_len(&c->input),
724 if (c->istate == CHAN_INPUT_OPEN &&
879 debug("X11 rejected %d i%d/o%d", c->self, c->istate, c->ostate);
889 debug("X11 closed %d i%d/o%d", c->self, c->istate, c->ostate);
1760 if ((c->istate == CHAN_INPUT_OPEN ||
1761 c->istate == CHAN_INPUT_WAIT_DRAIN) &&
1791 } else if (c->istate == CHAN_INPUT_WAIT_DRAIN) {
1793 fatal("cannot happen: istate == INPUT_WAIT_DRAIN for proto 1.3");
1937 if (c->force_drain && c->istate
[all...]
/opensolaris-onvv-gate/usr/src/lib/libsasl/include/
H A Dhmac-md5.h30 UINT4 istate[4]; member in struct:HMAC_MD5_STATE_s
H A Dsaslplug.h35 uint32_t istate[4]; member in struct:HMAC_MD5_STATE_s
/opensolaris-onvv-gate/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)
414 sm_dprintf("istate=%d, c=%c (0x%x)\n",
415 istate, (char) c, c);
416 switch (istate)
421 istate = IS_DOT;
433 istate
[all...]
/opensolaris-onvv-gate/usr/src/uts/common/io/
H A Di8237A.c243 int chnl, istate, nstate; local
246 if ((istate = (inb(EISA_DMAIS) & 0xef)) != 0) {
249 nstate = istate;
252 if (istate & 1) {
265 istate >>= 1;
266 } while (istate);
/opensolaris-onvv-gate/usr/src/cmd/saf/
H A Dsac.c570 static char istate[SIZE]; /* place to put ISTATE env var. */ local
621 (void) sprintf(istate, "ISTATE=%s",
624 (void) sprintf(istate, "ISTATE=%s",
626 if (putenv(istate)) {
/opensolaris-onvv-gate/usr/src/cmd/ssh/include/
H A Dchannels.h79 u_int istate; /* input from channel (state of receive half) */ member in struct:Channel
/opensolaris-onvv-gate/usr/src/cmd/refer/
H A Dglue5.c181 istate:
186 goto istate;
/opensolaris-onvv-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c146 State istate; /* Initial state */ member in struct:re_re
648 s->cnt = r->istate.cnt;
650 s = &r->istate;
682 if (s != &r->istate) followstate(r, &r->istate, a, &r->tmp);
693 news = &r->istate;
853 (void) memset((char *)r->istate.tab, 0, sizeof (r->istate.tab));
865 return (&r->istate);
/opensolaris-onvv-gate/usr/src/cmd/fgrep/
H A Dfgrep.c373 istate:
378 goto istate;
/opensolaris-onvv-gate/usr/src/lib/libsasl/lib/
H A Dmd5.c445 state->istate[lupe] = htonl(hmac.ictx.state[lupe]);
458 hmac->ictx.state[lupe] = ntohl(state->istate[lupe]);
/opensolaris-onvv-gate/usr/src/uts/sun4v/io/
H A Dcnex.c804 int instance, istate; local
861 rv = hvldc_intr_getstate(cnex_ssp->cfghdl, iinfo->ino, &istate);
870 if (istate != HV_INTR_IDLE_STATE) {
/opensolaris-onvv-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dinetd.c144 internal_inst_state_t istate; member in struct:__anon185
1269 for (sip = states; sip->istate != IIS_NONE; sip++) {
1273 assert(sip->istate != IIS_NONE);
1275 return (sip->istate);

Completed in 134 milliseconds