Searched refs:nextstate (Results 1 - 12 of 12) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/t/
H A Ddebug.t40 /\bLISTOP\b.*leave.*\n OP\b.*enter.*\n COP\b.*nextstate.*\n OP\b.*null/s;
55 leave enter nextstate label leaveloop enterloop null and defined null
56 threadsv readline gv lineseq nextstate aassign null pushmark split pushre
57 threadsv const null pushmark rvav gv nextstate subst const unstack
61 leave enter nextstate label leaveloop enterloop null and defined null
62 null gvsv readline gv lineseq nextstate aassign null pushmark split pushre
63 null gvsv const null pushmark rvav gv nextstate subst const unstack
H A Dconcise.t23 = ($out =~ /^(\d+)\s*<;>\s*nextstate\(main (-?\d+) /m);
/opensolaris-onvv-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...]
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/sendmail/src/
H A Dcollect.c583 nextstate:
585 sm_dprintf("nextstate, istate=%d, mstate=%d, line=\"%s\"\n",
605 goto nextstate;
656 goto nextstate;
/opensolaris-onvv-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
/opensolaris-onvv-gate/usr/src/cmd/ssh/libssh/common/
H A Dchannels.c1248 int newsock, nextstate; local
1258 nextstate = SSH_CHANNEL_OPENING;
1262 nextstate = SSH_CHANNEL_DYNAMIC;
1265 nextstate = SSH_CHANNEL_OPENING;
1278 nextstate, newsock, newsock, -1,
1285 if (nextstate != SSH_CHANNEL_DYNAMIC)
/opensolaris-onvv-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;
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/Opcode/
H A DOpcode.pm336 warn die lineseq nextstate scope enter leave setstate
551 dbstate -- perl -d version of nextstate(ment) opcode
/opensolaris-onvv-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",
/opensolaris-onvv-gate/usr/src/cmd/perl/5.8.4/distrib/ext/B/B/
H A DConcise.pm776 # 2 <;> nextstate(main 1 -e:1) v ->3
822 2 <;> nextstate(main 1 -e:1) v ->3
/opensolaris-onvv-gate/usr/src/uts/common/io/fibre-channel/fca/qlc/
H A Dql_xioctl.c6021 uint32_t nextstate; local
6029 nextstate = (xp->ledstate.LEDflags) &
6032 nextstate = (xp->ledstate.LEDflags) &
6037 ql_drive_led(ha, nextstate);

Completed in 155 milliseconds