Searched refs:nextstate (Results 1 – 8 of 8) sorted by relevance
/titanic_52/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | schg_mgr.c | 290 hotplug_state_t nextstate; in disk_state_change_thread() local 333 nextstate = DISK_STATE(diskp->state) | HPS_FAULTED; in disk_state_change_thread() 336 nextstate = DISK_STATE(diskp->state); in disk_state_change_thread() 343 nextstate = HPS_ABSENT; in disk_state_change_thread() 345 nextstate = dscp->newstate | DISK_FAULTED(diskp->state); in disk_state_change_thread() 367 DISK_STATE(nextstate) != HPS_UNKNOWN && in disk_state_change_thread() 371 DISK_STATE(diskp->state), DISK_STATE(nextstate)); in disk_state_change_thread() 375 DISK_STATE(nextstate) == HPS_CONFIGURED) { in disk_state_change_thread() 405 diskp->state = nextstate; in disk_state_change_thread() 415 DISK_STATE(nextstate) in disk_state_change_thread() [all...] |
/titanic_52/usr/src/cmd/backup/dump/ |
H A D | dumpmain.c | 74 static void nextstate(int); 77 static void nextstate(); 1059 nextstate(DS_BITS); in main() 1066 nextstate(DS_DIRS); in main() 1076 nextstate(DS_FILES); in main() 1140 nextstate(DS_INIT); in main() 1262 nextstate(int state) in nextstate() function
|
/titanic_52/usr/src/cmd/sendmail/src/ |
H A D | collect.c | 583 nextstate: 585 sm_dprintf("nextstate, istate=%d, mstate=%d, line=\"%s\"\n", 605 goto nextstate; 656 goto nextstate;
|
/titanic_52/usr/src/cmd/sgs/lex/common/ |
H A D | sub2.c | 36 static void nextstate(int s, int c); 415 nextstate(s, i); in cgoto() 455 nextstate(int s, int c) in nextstate() function
|
/titanic_52/usr/src/contrib/ast/src/lib/libpp/ |
H A D | ppfsm.c | 39 * characters in ch arrives, enter nextstate. States >= TERMINAL are 41 * is a line for each <state,charset,nextstate>. Early entries are 90 int nextstate; /* enter this state if <TERMINAL*/ member 618 if ((n = fp->nextstate) >= TERMINAL) n = ~n; in ppfsm()
|
/titanic_52/usr/src/tools/cscope-fast/ |
H A D | cgrep.c | 252 static State *nextstate(re_re *r, State *s, int a); 522 else s = nextstate(r, s, (int)c); in re_reexec() 676 nextstate(re_re *r, State *s, int a) in nextstate() function 688 (void) printf("nextstate(%d, '%c'): found %s\n", s-r->states, in nextstate() 699 (void) printf("nextstate(%d, '%c'): returning %ld\n", in nextstate()
|
/titanic_52/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 6026 uint32_t nextstate; in ql_blink_led() local 6034 nextstate = (xp->ledstate.LEDflags) & in ql_blink_led() 6037 nextstate = (xp->ledstate.LEDflags) & in ql_blink_led() 6042 ql_drive_led(ha, nextstate); in ql_blink_led()
|
/titanic_52/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;
|