Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/acct/
H A Dacctcon1.c74 } sy[NSYS];
297 if (++nsys > NSYS) { in bootshut()
300 nsys = NSYS; in bootshut()
H A Dacctcon.c82 } sy[NSYS];
275 if (++nsys > NSYS) { in bootshut()
278 nsys = NSYS; in bootshut()
H A Dacctdef.h38 #define NSYS 200 /* number of run state changes */ macro