Searched refs:nextstate (Results 1 - 7 of 7) sorted by relevance
/illumos-gate/usr/src/cmd/fm/modules/common/disk-monitor/ |
H A D | schg_mgr.c | 290 hotplug_state_t nextstate; local 333 nextstate = DISK_STATE(diskp->state) | HPS_FAULTED; 336 nextstate = DISK_STATE(diskp->state); 343 nextstate = HPS_ABSENT; 345 nextstate = dscp->newstate | DISK_FAULTED(diskp->state); 367 DISK_STATE(nextstate) != HPS_UNKNOWN && 371 DISK_STATE(diskp->state), DISK_STATE(nextstate)); 375 DISK_STATE(nextstate) == HPS_CONFIGURED) { 405 diskp->state = nextstate; 415 DISK_STATE(nextstate) [all...] |
/illumos-gate/usr/src/cmd/backup/dump/ |
H A D | dumpmain.c | 74 static void nextstate(int); 77 static void nextstate(); 1059 nextstate(DS_BITS); 1066 nextstate(DS_DIRS); 1076 nextstate(DS_FILES); 1140 nextstate(DS_INIT); 1262 nextstate(int state) function
|
/illumos-gate/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;
|
/illumos-gate/usr/src/cmd/sgs/lex/common/ |
H A D | sub2.c | 36 static void nextstate(int s, int c); 415 nextstate(s, i); 455 nextstate(int s, int c) function
|
/illumos-gate/usr/src/lib/libpp/common/ |
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 in struct:fsminit 618 if ((n = fp->nextstate) >= TERMINAL) n = ~n;
|
/illumos-gate/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); 676 nextstate(re_re *r, State *s, int a) function 688 (void) printf("nextstate(%d, '%c'): found %s\n", s-r->states, 699 (void) printf("nextstate(%d, '%c'): returning %ld\n",
|
/illumos-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/ |
H A D | ql_xioctl.c | 6026 uint32_t nextstate; local 6034 nextstate = (xp->ledstate.LEDflags) & 6037 nextstate = (xp->ledstate.LEDflags) & 6042 ql_drive_led(ha, nextstate);
|
Completed in 91 milliseconds