| /src/lib/libc/arch/ia64/gen/ |
| fpsetmask.c | 37 int64_t oldmask; local 40 oldmask = ~fpsr & 0x3d; 43 return (oldmask);
|
| /src/external/lgpl2/userspace-rcu/dist/src/ |
| urcu-bp.c | 273 sigset_t newmask, oldmask; local 278 ret = pthread_sigmask(SIG_BLOCK, &newmask, &oldmask); 347 ret = pthread_sigmask(SIG_SETMASK, &oldmask, NULL); 529 sigset_t newmask, oldmask; local 535 ret = pthread_sigmask(SIG_BLOCK, &newmask, &oldmask); 555 ret = pthread_sigmask(SIG_SETMASK, &oldmask, NULL); 570 sigset_t newmask, oldmask; local 576 ret = pthread_sigmask(SIG_BLOCK, &newmask, &oldmask); 583 ret = pthread_sigmask(SIG_SETMASK, &oldmask, NULL); 685 sigset_t newmask, oldmask; local 699 sigset_t oldmask; local 735 sigset_t oldmask; local [all...] |
| compat_arch.c | 77 static void mutex_lock_signal_save(pthread_mutex_t *mutex, sigset_t *oldmask) 85 ret = pthread_sigmask(SIG_BLOCK, &newmask, oldmask); 91 static void mutex_lock_signal_restore(pthread_mutex_t *mutex, sigset_t *oldmask) 97 ret = pthread_sigmask(SIG_SETMASK, oldmask, NULL);
|
| workqueue.c | 273 sigset_t newmask, oldmask; local 297 ret = pthread_sigmask(SIG_BLOCK, &newmask, &oldmask); 305 ret = pthread_sigmask(SIG_SETMASK, &oldmask, NULL); 464 sigset_t newmask, oldmask; local 473 ret = pthread_sigmask(SIG_BLOCK, &newmask, &oldmask); 481 ret = pthread_sigmask(SIG_SETMASK, &oldmask, NULL);
|
| urcu-defer-impl.h | 398 sigset_t newmask, oldmask; local 402 ret = pthread_sigmask(SIG_BLOCK, &newmask, &oldmask); 409 ret = pthread_sigmask(SIG_SETMASK, &oldmask, NULL);
|
| urcu-call-rcu-impl.h | 426 sigset_t newmask, oldmask; local 443 ret = pthread_sigmask(SIG_BLOCK, &newmask, &oldmask); 450 ret = pthread_sigmask(SIG_SETMASK, &oldmask, NULL);
|
| /src/sys/fs/ntfs/ |
| ntfs_ihash.c | 79 u_long oldmask, mask, val; local 86 oldmask = ntfs_nthash; 89 for (i = 0; i <= oldmask; i++) { 97 hashdone(oldhash, HASH_LIST, oldmask);
|
| /src/lib/libc/compat/arch/powerpc/sys/ |
| compat_sigprocmask13.S | 28 stw %r3,0(%r5) # *oset = oldmask
|
| /src/lib/libc/compat/arch/sparc/sys/ |
| compat_sigprocmask.S | 69 st %o0, [%o2] ! *oset = oldmask
|
| /src/external/gpl3/gcc.old/dist/libgcc/config/spu/ |
| cachemgr.c | 117 unsigned int oldmask, mach_stat; local 129 oldmask = mfc_read_tag_mask (); 132 mfc_write_tag_mask (oldmask); 224 unsigned int oldmask, mach_stat; local 240 oldmask = mfc_read_tag_mask (); 243 mfc_write_tag_mask (oldmask);
|
| /src/lib/libcurses/ |
| mouse.c | 120 mousemask(__unused mmask_t newmask, __unused mmask_t *oldmask)
|
| /src/sys/compat/linux32/arch/aarch64/ |
| linux32_machdep.h | 42 uint32_t oldmask; member in struct:linux32_sigcontext
|
| /src/sys/compat/linux/arch/amd64/ |
| linux_machdep.h | 86 u_int64_t oldmask; member in struct:linux_sigcontext
|
| /src/usr.sbin/rpcbind/ |
| rpcbind.c | 296 mode_t oldmask; local 464 oldmask = umask(S_IXUSR|S_IXGRP|S_IXOTH); 476 (void)umask(oldmask); 524 oldmask = umask(S_IXUSR|S_IXGRP|S_IXOTH); 533 (void) umask(oldmask);
|
| /src/usr.bin/nfsstat/ |
| nfsstat.c | 390 int hdrcnt, oldmask; local 438 oldmask = sigblock(sigmask(SIGALRM)); 441 sigsetmask(oldmask);
|
| /src/external/bsd/ppp/dist/pppstats/ |
| pppstats.c | 284 sigset_t oldmask, mask; local 422 sigprocmask(SIG_BLOCK, &mask, &oldmask); 427 sigprocmask(SIG_SETMASK, &oldmask, NULL);
|
| /src/external/gpl3/binutils/dist/ld/emultempl/ |
| spu_ovl.S | 98 #define oldmask save3 define 410 rdch oldmask, $MFC_RdTagMask # 1,6 61 425 wrch $MFC_WrTagMask, oldmask # 1,6 67
|
| /src/external/gpl3/binutils.old/dist/ld/emultempl/ |
| spu_ovl.S | 98 #define oldmask save3 define 410 rdch oldmask, $MFC_RdTagMask # 1,6 61 425 wrch $MFC_WrTagMask, oldmask # 1,6 67
|
| /src/external/mit/libuv/dist/src/win/ |
| thread.c | 175 char* oldmask, 208 if (oldmask != NULL) { 210 oldmask[i] = (oldthreadmask >> i) & 1;
|
| /src/external/mit/libuv/dist/src/unix/ |
| thread.c | 193 char* oldmask, 206 if (oldmask != NULL) { 207 r = uv_thread_getaffinity(tid, oldmask, mask_size); 263 char* oldmask,
|
| /src/libexec/ftpd/ |
| ftpcmd.y | 663 int oldmask; 666 oldmask = umask(0); 667 (void) umask(oldmask); 668 reply(200, "Current UMASK is %03o", oldmask); 674 int oldmask; 680 oldmask = umask($6); 683 $6, oldmask);
|
| /src/sys/fs/union/ |
| union_subr.c | 129 u_long oldmask, mask, val; local 135 oldmask = uhash_mask; 138 for (i = 0; i <= oldmask; i++) { 146 hashdone(oldhash, HASH_LIST, oldmask);
|
| /src/sys/ufs/lfs/ |
| ulfs_quota.c | 719 u_long oldmask, mask, hashval; local 725 oldmask = dqhash; 728 for (i = 0; i <= oldmask; i++) { 737 hashdone(oldhash, HASH_LIST, oldmask);
|
| /src/sys/ufs/ufs/ |
| ufs_quota.c | 707 u_long oldmask, mask, hashval; local 713 oldmask = dqhash; 716 for (i = 0; i <= oldmask; i++) { 725 hashdone(oldhash, HASH_LIST, oldmask);
|
| /src/usr.sbin/rpc.pcnfsd/ |
| pcnfsd_print.c | 160 mode_t oldmask; local 181 oldmask = umask(0); 183 umask(oldmask);
|