Home
last modified time | relevance | path

Searched refs:nextstate (Results 1 – 9 of 9) sorted by relevance

/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c288 hotplug_state_t nextstate; in disk_state_change_thread() local
331 nextstate = DISK_STATE(diskp->state) | HPS_FAULTED; in disk_state_change_thread()
334 nextstate = DISK_STATE(diskp->state); in disk_state_change_thread()
341 nextstate = HPS_ABSENT; in disk_state_change_thread()
343 nextstate = dscp->newstate | DISK_FAULTED(diskp->state); in disk_state_change_thread()
365 DISK_STATE(nextstate) != HPS_UNKNOWN && in disk_state_change_thread()
369 DISK_STATE(diskp->state), DISK_STATE(nextstate)); in disk_state_change_thread()
373 DISK_STATE(nextstate) == HPS_CONFIGURED) { in disk_state_change_thread()
403 diskp->state = nextstate; in disk_state_change_thread()
413 DISK_STATE(nextstate) == HPS_ABSENT) { in disk_state_change_thread()
[all …]
/illumos-gate/usr/src/uts/common/io/
H A Dtl.c819 static char nextstate[TE_NOEVENTS][TS_NOSTATES] = { variable
4018 tep->te_state = nextstate[TE_ERROR_ACK][new_state]; in tl_discon_req()
4068 new_state = nextstate[TE_OK_ACK1][new_state]; in tl_discon_req()
4071 new_state = nextstate[TE_OK_ACK2][new_state]; in tl_discon_req()
4073 new_state = nextstate[TE_OK_ACK4][new_state]; in tl_discon_req()
4173 nextstate[TE_DISCON_IND2] in tl_discon_req()
4177 nextstate[TE_DISCON_IND3] in tl_discon_req()
5737 nextstate[TE_DISCON_IND2] in tl_co_unconnect()
5741 nextstate[TE_DISCON_IND3] in tl_co_unconnect()
5785 nextstate[TE_ORDREL_IND][peer_tep->te_state]; in tl_co_unconnect()
[all …]
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c113 static void nextstate(int);
116 static void nextstate();
1098 nextstate(DS_BITS); in main()
1105 nextstate(DS_DIRS); in main()
1115 nextstate(DS_FILES); in main()
1179 nextstate(DS_INIT); in main()
1301 nextstate(int state) in nextstate() function
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dcollect.c583 nextstate:
605 goto nextstate;
656 goto nextstate;
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Dsub2.c34 static void nextstate(int s, int c);
413 nextstate(s, i); in cgoto()
453 nextstate(int s, int c) in nextstate() function
/illumos-gate/usr/src/contrib/ast/src/lib/libpp/
H A Dppfsm.c90 int nextstate; /* enter this state if <TERMINAL*/ member
618 if ((n = fp->nextstate) >= TERMINAL) n = ~n; in ppfsm()
/illumos-gate/usr/src/tools/cscope-fast/
H A Dcgrep.c249 static State *nextstate(re_re *r, State *s, int a);
519 else s = nextstate(r, s, (int)c); in re_reexec()
673 nextstate(re_re *r, State *s, int a) in nextstate() function
/illumos-gate/usr/src/contrib/ast/src/cmd/INIT/
H A Dproto.c557 int nextstate; member
987 if ((n = fp->nextstate) >= (0+28)) n = ~n;
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c6231 uint32_t nextstate; in ql_blink_led() local
6240 nextstate = (ha->ledstate.LEDflags) & in ql_blink_led()
6243 nextstate = (ha->ledstate.LEDflags) & in ql_blink_led()
6248 ql_drive_led(ha, nextstate); in ql_blink_led()