Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dgename.c38 static int nsys = 0; variable
96 ASSERT(nsys < sizeof (syslst)/ sizeof (syslst[0]),
138 (void) strcpy(syslst[nsys].sys, sys);
139 syslst[nsys].job = n;
140 syslst[nsys].subjob = rand() & 0xfff; /* random initial value */
141 return(nsys++);
153 nsys = 0; in initSeq()
172 for (i = 0; i < nsys; i++)
185 for (i = 0; i < nsys; i++)
/illumos-gate/usr/src/cmd/acct/
H A Dacctcon1.c70 int nsys; variable
295 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++) in bootshut()
297 if (i >= nsys) { in bootshut()
298 if (++nsys > NSYS) { in bootshut()
301 nsys = NSYS; in bootshut()
427 for (i = 0; i < nsys; i++) in printrep()
H A Dacctcon.c76 int nsys; variable
271 for (i = 0; i < nsys && !EQN(wb.ut_line, sy[i].sname); i++) in bootshut()
273 if (i >= nsys) { in bootshut()
274 if (++nsys > NSYS) { in bootshut()
277 nsys = NSYS; in bootshut()
400 for (i = 0; i < nsys; i++) in printrep()