HomeSort by: relevance | last modified time | path
    Searched defs:nact (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/acpi/
apei_interp.c 141 unsigned nact; member in struct:apei_interp
155 const char *const *actname, unsigned nact,
164 I = kmem_zalloc(offsetof(struct apei_interp, actinst[nact]), KM_SLEEP);
167 I->nact = nact;
180 unsigned action, nact = I->nact; local in function:apei_interp_destroy
182 for (action = 0; action < nact; action++) {
201 kmem_free(I, offsetof(struct apei_interp, actinst[nact]));
222 if (E->Action >= I->nact || I->actname[E->Action] == NULL)
    [all...]
  /src/usr.sbin/lpr/lpr/
lpr.c 89 static int nact; /* number of jobs to act on */ variable in typeref:typename:int
363 nact++;
384 if (nact) {
464 nact++;

Completed in 12 milliseconds