Home
last modified time | relevance | path

Searched refs:NSYS (Results 1 – 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/acct/
H A Dacctcon1.c74 } sy[NSYS];
298 if (++nsys > NSYS) { in bootshut()
301 nsys = NSYS; in bootshut()
H A Dacctcon.c80 } sy[NSYS];
274 if (++nsys > NSYS) { in bootshut()
277 nsys = NSYS; in bootshut()
H A Dacctdef.h36 #define NSYS 200 /* number of run state changes */ macro