Searched refs:nmask (Results 1 - 6 of 6) sorted by relevance

/freebsd-current/usr.sbin/lpr/lpd/
H A Dlpd.c125 sigset_t omask, nmask; local
310 sigemptyset(&nmask);
311 sigaddset(&nmask, SIGHUP);
312 sigaddset(&nmask, SIGINT);
313 sigaddset(&nmask, SIGQUIT);
314 sigaddset(&nmask, SIGTERM);
315 sigprocmask(SIG_BLOCK, &nmask, &omask);
/freebsd-current/usr.sbin/sa/
H A Dmain.c216 sigset_t nmask, omask; local
223 if (sigfillset(&nmask) == -1) {
229 (sigprocmask(SIG_BLOCK, &nmask, &omask) == -1)) {
/freebsd-current/contrib/llvm-project/compiler-rt/include/sanitizer/
H A Dlinux_syscall_hooks.h1503 #define __sanitizer_syscall_pre_set_mempolicy(mode, nmask, maxnode) \
1504 __sanitizer_syscall_pre_impl_set_mempolicy((long)(mode), (long)(nmask), \
1506 #define __sanitizer_syscall_post_set_mempolicy(res, mode, nmask, maxnode) \
1508 (long)(nmask), (long)(maxnode))
1525 #define __sanitizer_syscall_pre_mbind(start, len, mode, nmask, maxnode, flags) \
1527 (long)(nmask), (long)(maxnode), \
1529 #define __sanitizer_syscall_post_mbind(res, start, len, mode, nmask, maxnode, \
1532 (long)(mode), (long)(nmask), \
1534 #define __sanitizer_syscall_pre_get_mempolicy(policy, nmask, maxnode, addr, \
1536 __sanitizer_syscall_pre_impl_get_mempolicy((long)(policy), (long)(nmask), \
[all...]
/freebsd-current/contrib/bmake/
H A Djob.c676 sigset_t nmask, omask; local
691 sigfillset(&nmask);
692 sigdelset(&nmask, signo);
693 (void)sigprocmask(SIG_SETMASK, &nmask, &omask);
/freebsd-current/sys/kern/
H A Dkern_cpuset.c1186 cpuset_t nmask; local
1193 CPU_AND(&nmask, &pbase->cs_mask, &nroot->cs_mask);
1199 if (CPU_EMPTY(&nmask) || DOMAINSET_EMPTY(&ndomain.ds_mask))
1210 error = cpuset_create(&pbase, set, &nmask);
/freebsd-current/sys/dev/ahci/
H A Dahci.c238 int nmask = (1 << nports) - 1; local
240 ATA_OUTL(ctlr->r_mem, AHCI_PI, nmask);
242 nports, nmask);

Completed in 170 milliseconds