| /src/lib/libc/rpc/ |
| clnt_dg.c | 173 sigset_t newmask; local 177 __clnt_sigfillset(&newmask); 178 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); 333 sigset_t newmask; local 342 __clnt_sigfillset(&newmask); 343 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); 527 sigset_t newmask; local 533 __clnt_sigfillset(&newmask); 534 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); 560 sigset_t newmask; local 700 sigset_t newmask; local 733 sigset_t newmask; local [all...] |
| clnt_vc.c | 201 sigset_t newmask; local 223 __clnt_sigfillset(&newmask); 224 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); 360 sigset_t mask, newmask; local 368 __clnt_sigfillset(&newmask); 369 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); 500 sigset_t newmask; local 507 __clnt_sigfillset(&newmask); 508 thr_sigsetmask(SIG_SETMASK, &newmask, &mask); 542 sigset_t newmask; local 659 sigset_t newmask; local 762 sigset_t newmask; local [all...] |
| /src/sys/arch/powerpc/pic/ |
| intr.c | 394 imask_t newmask[NIPL]; local 400 newmask[ipl] = 0; 406 newmask[ih->ih_ipl] |= PIC_VIRQ_TO_MASK(irq); 414 newmask[IPL_NONE] = 0; 421 newmask[ipl] |= newmask[ipl - 1]; 426 printf("%u: %08x -> %08x\n", ipl, imask[ipl], newmask[ipl]); 444 imask[ipl] = newmask[ipl];
|
| /src/common/lib/libc/gen/ |
| radixtree.c | 744 unsigned int newmask; local 751 newmask = radix_tree_sum_node(n) & RADIX_TREE_TAG_MASK; 752 if (newmask == entry_tagmask(entry)) { 755 *pptr = entry_compose(n, newmask);
|
| /src/usr.sbin/syslogd/ |
| tls.c | 919 sigset_t newmask, omask; local 922 BLOCK_SIGNALS(omask, newmask); 1281 sigset_t newmask, omask; local 1287 BLOCK_SIGNALS(omask, newmask); 1352 sigset_t newmask, omask; local 1364 BLOCK_SIGNALS(omask, newmask); 1463 sigset_t newmask, omask; local 1468 BLOCK_SIGNALS(omask, newmask); 1512 sigset_t newmask, omask; local 1515 BLOCK_SIGNALS(omask, newmask); 1757 sigset_t newmask, omask; local 1874 sigset_t newmask, omask; local [all...] |
| syslogd.c | 2834 sigset_t newmask, omask; local 2841 BLOCK_SIGNALS(omask, newmask); 2992 sigset_t newmask, omask; local 2998 BLOCK_SIGNALS(omask, newmask); 3433 sigset_t newmask, omask; local 3440 BLOCK_SIGNALS(omask, newmask);
|
| /src/sys/kern/ |
| vfs_vnode.c | 1385 u_long oldmask, newmask; local 1389 newtab = hashinit(desiredvnodes, HASH_SLIST, true, &newmask); 1395 vcache_hashmask = newmask;
|
| /src/sys/dev/pci/igc/ |
| if_igc.c | 2642 uint32_t newmask = 0; local 2650 newmask |= q->eims; 2653 sc->msix_queuesmask = newmask;
|
| /src/sys/compat/netbsd32/ |
| netbsd32_syscallargs.h | 349 syscallarg(mode_t) newmask; member in struct:netbsd32_umask_args
|
| /src/sys/sys/ |
| syscallargs.h | 396 syscallarg(mode_t) newmask; member in struct:sys_umask_args
|