Searched defs:nextstate (Results 1 - 6 of 6) sorted by relevance

/illumos-gate/usr/src/lib/libpp/common/
H A Dppfsm.c39 * 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/cmd/fm/modules/common/disk-monitor/
H A Dschg_mgr.c290 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/sgs/lex/common/
H A Dsub2.c36 static void nextstate(int s, int c);
415 nextstate(s, i);
455 nextstate(int s, int c) function
/illumos-gate/usr/src/cmd/backup/dump/
H A Ddumpmain.c74 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/tools/cscope-fast/
H A Dcgrep.c252 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 Dql_xioctl.c6026 uint32_t nextstate; local
6034 nextstate = (xp->ledstate.LEDflags) &
6037 nextstate = (xp->ledstate.LEDflags) &
6042 ql_drive_led(ha, nextstate);

Completed in 81 milliseconds