/src/lib/libc/gen/ |
pause.c | 55 sigset_t omask; local in function:__weak_alias 57 if (sigprocmask(SIG_BLOCK, NULL, &omask) == -1) 60 return sigsuspend(&omask);
|
xsyslog.c | 370 int omask; local in function:setlogmask_r 372 omask = data->log_mask; 375 return omask;
|
/src/lib/libm/softfloat/ |
fedisableexcept.c | 47 fp_except omask; local in function:__weak_alias 49 omask = fpgetmask(); 50 fpsetmask(omask & ~__FPE(excepts)); 51 return __FEE(omask);
|
feenableexcept.c | 47 fp_except omask; local in function:__weak_alias 49 omask = fpgetmask(); 50 fpsetmask(omask | __FPE(excepts)); 51 return __FEE(omask);
|
/src/sys/compat/common/ |
compat_util.h | 69 unsigned long omask; member in struct:emul_flags_xtab
|
/src/sys/external/isc/atheros_hal/dist/ar5210/ |
ar5210_interrupts.c | 92 uint32_t omask = ahp->ah_maskReg; local in function:ar5210SetInterrupts 96 __func__, omask, ints); 103 if (omask & HAL_INT_GLOBAL) { 133 return omask;
|
/src/sys/external/isc/atheros_hal/dist/ar5211/ |
ar5211_interrupts.c | 109 uint32_t omask = ahp->ah_maskReg; local in function:ar5211SetInterrupts 113 __func__, omask, ints); 120 if (omask & HAL_INT_GLOBAL) { 159 return omask;
|
/src/usr.sbin/altq/altqstat/ |
qdisc_fifoq.c | 56 sigset_t omask; local in function:fifoq_stat_loop 90 if (sigprocmask(SIG_BLOCK, NULL, &omask) == 0) 91 sigsuspend(&omask);
|
qdisc_red.c | 58 sigset_t omask; local in function:red_stat_loop 106 if (sigprocmask(SIG_BLOCK, NULL, &omask) == 0) 107 sigsuspend(&omask);
|
qdisc_jobs.c | 88 sigset_t omask; local in function:jobs_stat_loop 176 if (sigprocmask(SIG_BLOCK, NULL, &omask) == 0) 177 sigsuspend(&omask);
|
qdisc_priq.c | 60 sigset_t omask; local in function:priq_stat_loop 123 if (sigprocmask(SIG_BLOCK, NULL, &omask) == 0) 124 sigsuspend(&omask);
|
qdisc_rio.c | 59 sigset_t omask; local in function:rio_stat_loop 136 if (sigprocmask(SIG_BLOCK, NULL, &omask) == 0) 137 sigsuspend(&omask);
|
qdisc_hfsc.c | 63 sigset_t omask; local in function:hfsc_stat_loop 165 if (sigprocmask(SIG_BLOCK, NULL, &omask) == 0) 166 sigsuspend(&omask);
|
qdisc_wfq.c | 70 sigset_t omask; local in function:wfq_stat_loop 171 if (sigprocmask(SIG_BLOCK, NULL, &omask) == 0) 172 sigsuspend(&omask);
|
qdisc_cbq.c | 71 sigset_t omask; local in function:cbq_stat_loop 158 if (sigprocmask(SIG_BLOCK, NULL, &omask) == 0) 159 sigsuspend(&omask);
|
qdisc_cdnr.c | 70 sigset_t omask; local in function:cdnr_stat_loop 162 if (sigprocmask(SIG_BLOCK, NULL, &omask) == 0) 163 sigsuspend(&omask);
|
/src/lib/libc/compat-43/ |
sigcompat.c | 85 sigset_t nmask, omask; local in function:sigsetmask 91 n = sigprocmask(SIG_SETMASK, &nmask, &omask); 94 return (omask.__bits[0]); 100 sigset_t nmask, omask; local in function:sigblock 106 n = sigprocmask(SIG_BLOCK, &nmask, &omask); 109 return (omask.__bits[0]);
|
/src/lib/libc/stdlib/ |
system.c | 58 sigset_t nmask, omask, sigdefault; local in function:system 87 if (sigprocmask(SIG_BLOCK, &nmask, &omask) == -1) { 114 posix_spawnattr_setsigmask(&attr, &omask); 138 (void)sigprocmask(SIG_SETMASK, &omask, NULL);
|
/src/sys/external/isc/atheros_hal/dist/ar5212/ |
ar5212_interrupts.c | 142 uint32_t omask = ahp->ah_maskReg; local in function:ar5212SetInterrupts 146 __func__, omask, ints); 148 if (omask & HAL_INT_GLOBAL) { 201 return omask;
|
/src/sys/external/isc/atheros_hal/dist/ar5416/ |
ar5416_interrupts.c | 177 uint32_t omask = ahp->ah_maskReg; local in function:ar5416SetInterrupts 181 __func__, omask, ints); 183 if (omask & HAL_INT_GLOBAL) { 266 return omask;
|
/src/usr.bin/tip/ |
tipout.c | 125 int omask; local in function:tipout 138 for (omask = 0;; (void)sigsetmask(omask)) { 171 omask = sigblock(SIGTERM);
|
/src/usr.sbin/rbootd/ |
parseconf.c | 92 int omask, linecnt = 0; local in function:ParseConfig 112 omask = sigblock(sigmask(SIGHUP)); 214 (void) sigsetmask(omask); /* reset signal mask */
|
rbootd.c | 77 int c, fd, omask; local in function:main 184 omask = sigblock(sigmask(SIGHUP)); /* prevent reconfig's */ 197 (void) sigsetmask(omask); /* allow reconfig's */ 231 omask = sigblock(sigmask(SIGHUP)); 246 (void) sigsetmask(omask); 252 (void) sigsetmask(omask);
|
utils.c | 88 int i, omask; local in function:DispPkt 95 omask = sigblock(sigmask(SIGHUP)|sigmask(SIGUSR1)|sigmask(SIGUSR2)); 98 (void) sigsetmask(omask); 183 (void) sigsetmask(omask); /* reset old signal mask */
|
/src/usr.bin/apply/ |
apply.c | 210 int omask; local in function:shell_system 228 omask = sigblock(sigmask(SIGCHLD)); 236 (void)sigsetmask(omask); 246 (void)sigsetmask(omask);
|