Searched refs:nact (Results 1 - 3 of 3) sorted by relevance

/freebsd-11-stable/tools/tools/vhba/mptest/
H A Dvhba_mptest.c64 int nact, nact_high; member in struct:__anon13736
319 if (++vhbas->nact > vhbas->nact_high) {
320 vhbas->nact_high = vhbas->nact;
321 printf("%s: high block count now %d\n", __func__, vhbas->nact);
404 vhbas->nact -= 1;
/freebsd-11-stable/lib/libthr/thread/
H A Dthr_sig.c404 struct sigaction act, nact, oact; local
420 nact = oact;
422 nact.sa_flags &= ~SA_NODEFER;
423 nact.sa_flags |= SA_SIGINFO;
424 nact.sa_sigaction = thr_sighandler;
425 nact.sa_mask = _thr_maskset;
426 (void)__sys_sigaction(sig, &nact, NULL);
/freebsd-11-stable/usr.sbin/lpr/lpr/
H A Dlpr.c97 static int nact; /* number of jobs to act on */ variable
402 nact++;
477 nact++;
495 if (nact) {
571 nact++;

Completed in 69 milliseconds