Home
last modified time | relevance | path

Searched refs:NACTIONS (Results 1 – 7 of 7) sorted by relevance

/illumos-gate/usr/src/cmd/svc/startd/
H A Dstartd.h168 #define NACTIONS 8 macro
181 extern const char * const admin_actions[NACTIONS];
182 extern const int admin_events[NACTIONS];
H A Dstartd.c253 const int admin_events[NACTIONS] = {
H A Dgraph.c6250 hrtime_t action_ts[NACTIONS]; in process_actions()
6282 for (i = 0; i < NACTIONS; i++) { in process_actions()
6377 while ((a = next_action(action_ts, NACTIONS)) != -1) { in process_actions()
/illumos-gate/usr/src/cmd/sgs/lex/common/
H A Donce.h144 BYTE extra[NACTIONS];
H A Dldefs.h97 #define NACTIONS 4*1000 macro
H A Dparser.y139 if((++casecount)>NACTIONS)
140 error("Too many (>%d) pattern-action rules.", NACTIONS);
H A Dsub2.c807 if ((r = left[q]) >= NACTIONS) in acompute()
1116 (void) fprintf(fout, "%d,", i+j < NACTIONS ? in layout()