HomeSort by: relevance | last modified time | path
    Searched refs:omask (Results 1 - 25 of 61) sorted by relevancy

1 2 3

  /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/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);
pthread_atfork.c 173 sigset_t mask, omask; local in function:pthread_atfork
178 thr_sigsetmask(SIG_SETMASK, &mask, &omask);
180 sigprocmask(SIG_SETMASK, &mask, &omask);
237 thr_sigsetmask(SIG_SETMASK, &omask, NULL);
239 sigprocmask(SIG_SETMASK, &omask, NULL);
  /src/sys/compat/common/
compat_util.h 69 unsigned long omask; member in struct:emul_flags_xtab
compat_util.c 95 for (out = 0; tab->omask != 0; tab++) {
96 if ((in & tab->omask) == tab->oval) {
97 in &= ~tab->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/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/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_priq.c 60 sigset_t omask; local in function:priq_stat_loop
123 if (sigprocmask(SIG_BLOCK, NULL, &omask) == 0)
124 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_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);
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_rio.c 59 sigset_t omask; local in function:rio_stat_loop
136 if (sigprocmask(SIG_BLOCK, NULL, &omask) == 0)
137 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);
  /src/usr.sbin/rbootd/
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);
parseconf.c 92 int omask, linecnt = 0; local in function:ParseConfig
112 omask = sigblock(sigmask(SIGHUP));
214 (void) sigsetmask(omask); /* reset signal mask */
  /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.bin/tip/
tipout.c 125 int omask; local in function:tipout
138 for (omask = 0;; (void)sigsetmask(omask)) {
171 omask = sigblock(SIGTERM);
  /src/tests/lib/libpthread/
t_compat_cancel.c 98 sigset_t mask, omask; local in function:cancelpoint_compat50___sigtimedwait
103 RL(__sigprocmask14(SIG_BLOCK, &mask, &omask));
105 RL(__sigtimedwait(&omask, &info, &t));
228 sigset13_t mask, omask; local in function:cancelpoint_compat13_sigsuspend
231 RL(sigprocmask(SIG_BLOCK, &mask, &omask));
233 RL(sigsuspend(&omask));
239 sigset_t mask, omask; local in function:cancelpoint_compat50_sigtimedwait
244 RL(__sigprocmask14(SIG_BLOCK, &mask, &omask));
246 RL(sigtimedwait(&omask, &info, &t));
  /src/bin/ksh/
jobs.c 437 sigset_t omask; local in function:exchild
451 sigprocmask(SIG_BLOCK, &sm_sigchld, &omask);
517 sigprocmask(SIG_SETMASK, &omask, (sigset_t *) 0);
594 sigprocmask(SIG_SETMASK, &omask, (sigset_t *) 0);
670 sigprocmask(SIG_SETMASK, &omask, (sigset_t *) 0);
679 sigset_t omask; local in function:startlast
681 sigprocmask(SIG_BLOCK, &sm_sigchld, &omask);
688 sigprocmask(SIG_SETMASK, &omask, (sigset_t *) 0);
697 sigset_t omask; local in function:waitlast
699 sigprocmask(SIG_BLOCK, &sm_sigchld, &omask);
728 sigset_t omask; local in function:waitfor
780 sigset_t omask; local in function:j_kill
823 sigset_t omask; local in function:j_resume
957 sigset_t omask; local in function:j_jobs
1002 sigset_t omask; local in function:j_notify
1029 sigset_t omask; local in function:j_async
    [all...]
  /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/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);

Completed in 31 milliseconds

1 2 3