Searched refs:nextstate (Results 1 – 9 of 9) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | schg_mgr.c | 288 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 D | tl.c | 819 static char nextstate[TE_NOEVENTS][TS_NOSTATES] = { variable 2458 tep->te_state = nextstate[TE_BIND_REQ][tep->te_state]; in tl_bind() 2498 tep->te_state = nextstate[TE_ERROR_ACK][tep->te_state]; in tl_bind() 2513 tep->te_state = nextstate[TE_ERROR_ACK][tep->te_state]; in tl_bind() 2523 tep->te_state = nextstate[TE_ERROR_ACK][tep->te_state]; in tl_bind() 2533 tep->te_state = nextstate[TE_ERROR_ACK][tep->te_state]; in tl_bind() 2545 tep->te_state = nextstate[TE_ERROR_ACK][tep->te_state]; in tl_bind() 2554 tep->te_state = nextstate[TE_ERROR_ACK][tep->te_state]; in tl_bind() 2720 tep->te_state = nextstate[TE_BIND_ACK][tep->te_state]; in tl_bind() 2737 tep->te_state = nextstate[TE_ERROR_ACK][tep->te_state]; in tl_bind() [all …]
|
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpmain.c | 113 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 D | collect.c | 583 nextstate: 605 goto nextstate; 656 goto nextstate;
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | sub2.c | 34 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 D | ppfsm.c | 90 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 D | cgrep.c | 249 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 D | proto.c | 557 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 D | ql_xioctl.c | 6231 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()
|