Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/bnu/
H A Dgename.c41 static int nsys = 0; variable
99 ASSERT(nsys < sizeof (syslst)/ sizeof (syslst[0]),
141 (void) strcpy(syslst[nsys].sys, sys);
142 syslst[nsys].job = n;
143 syslst[nsys].subjob = rand() & 0xfff; /* random initial value */
144 return(nsys++);
156 nsys = 0; in initSeq()
175 for (i = 0; i < nsys; i++)
188 for (i = 0; i < nsys; i++)
/titanic_41/usr/src/cmd/acct/
H A Dacctcon1.c70 int nsys; variable
294 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++) in bootshut()
296 if (i >= nsys) { in bootshut()
297 if (++nsys > NSYS) { in bootshut()
300 nsys = NSYS; in bootshut()
426 for (i = 0; i < nsys; i++) in printrep()
H A Dacctcon.c78 int nsys; variable
272 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++) in bootshut()
274 if (i >= nsys) { in bootshut()
275 if (++nsys > NSYS) { in bootshut()
278 nsys = NSYS; in bootshut()
401 for (i = 0; i < nsys; i++) in printrep()