Home
last modified time | relevance | path

Searched refs:omask (Results 1 – 25 of 61) sorted by relevance

123

/freebsd/crypto/openssl/crypto/des/asm/
H A Ddest4-sparcv9.pl103 my ($ileft,$iright,$omask) = map("%g$_",(1..3));
118 mov 0xff, $omask
124 srl $omask, %g4, $omask
126 movrz %g4, 0, $omask
173 brnz,pn $omask, 2f
193 stda %f2, [$out + $omask]0xc0 ! partial store
195 orn %g0, $omask, $omask
196 stda %f2, [$out + $omask]0xc0 ! partial store
199 orn %g0, $omask, $omask
219 mov 0xff, $omask
[all …]
/freebsd/crypto/openssl/crypto/perlasm/
H A Dsparcv9_modes.pl39 my ($ileft,$iright,$ooff,$omask,$ivoff,$blk_init)=map("%l$_",(0..7));
80 mov 0xff, $omask
87 srl $omask, $ooff, $omask
152 stda %f4, [$out + $omask]0xc0 ! partial store
155 orn %g0, $omask, $omask
156 stda %f8, [$out + $omask]0xc0 ! partial store
159 orn %g0, $omask, $omask
178 mov 0xff, $omask
179 srl $omask, $ivoff, $omask
183 stda %f4, [$ivec + $omask]0xc0
[all …]
/freebsd/contrib/ntp/libntp/
H A Diosignal.c507 int mask, omask; in unblock_io_and_alarm() local
510 omask = sigblock(0); in unblock_io_and_alarm()
511 omask &= ~mask; in unblock_io_and_alarm()
512 (void) sigsetmask(omask); in unblock_io_and_alarm()
518 int mask, omask; in unblock_sigio() local
526 omask = sigblock(0); in unblock_sigio()
527 omask &= ~mask; in unblock_sigio()
528 (void) sigsetmask(omask); in unblock_sigio()
534 int mask, omask; in wait_for_signal() local
537 omask = sigblock(0); in wait_for_signal()
[all …]
/freebsd/lib/msun/amd64/
H A Dfenv.c131 __uint32_t mxcsr, omask; in __feenableexcept() local
137 omask = ~(control | mxcsr >> _SSE_EMASK_SHIFT) & FE_ALL_EXCEPT; in __feenableexcept()
142 return (omask); in __feenableexcept()
148 __uint32_t mxcsr, omask; in __fedisableexcept() local
154 omask = ~(control | mxcsr >> _SSE_EMASK_SHIFT) & FE_ALL_EXCEPT; in __fedisableexcept()
159 return (omask); in __fedisableexcept()
/freebsd/lib/msun/i387/
H A Dfenv.c185 __uint32_t mxcsr, omask; in __feenableexcept() local
194 omask = ~(control | mxcsr >> _SSE_EMASK_SHIFT) & FE_ALL_EXCEPT; in __feenableexcept()
201 return (omask); in __feenableexcept()
207 __uint32_t mxcsr, omask; in __fedisableexcept() local
216 omask = ~(control | mxcsr >> _SSE_EMASK_SHIFT) & FE_ALL_EXCEPT; in __fedisableexcept()
223 return (omask); in __fedisableexcept()
/freebsd/lib/libcasper/services/cap_syslog/
H A Dcap_syslog.c117 int omask; in cap_setlogmask() local
123 omask = nvlist_get_number(nvl, "omask"); in cap_setlogmask()
127 return (omask); in cap_setlogmask()
196 int omask; in slog_setlogmask() local
198 omask = setlogmask(nvlist_get_number(nvlin, "maskpri")); in slog_setlogmask()
199 nvlist_add_number(nvlout, "omask", omask); in slog_setlogmask()
/freebsd/contrib/bmake/
H A Dsigcompat.c232 sigset_t m, omask; in sigsetmask() local
238 n = sigprocmask(SIG_SETMASK, (sigset_t *) & m, (sigset_t *) & omask); in sigsetmask()
243 return ss2m(&omask); in sigsetmask()
251 sigset_t m, omask; in sigblock() local
258 n = sigprocmask(SIG_BLOCK, (sigset_t *) ((mask) ? &m : 0), (sigset_t *) & omask); in sigblock()
262 return ss2m(&omask); in sigblock()
/freebsd/libexec/rbootd/
H A Drbootd.c62 int c, fd, omask, maxfds; in main() local
187 omask = sigblock(sigmask(SIGHUP)); /* prevent reconfig's */ in main()
200 (void) sigsetmask(omask); /* allow reconfig's */ in main()
245 omask = sigblock(sigmask(SIGHUP)); in main()
260 (void) sigsetmask(omask); in main()
266 (void) sigsetmask(omask); in main()
H A Dparseconf.c82 int omask, linecnt = 0; in ParseConfig() local
102 omask = sigblock(sigmask(SIGHUP)); in ParseConfig()
204 (void) sigsetmask(omask); /* reset signal mask */ in ParseConfig()
/freebsd/usr.sbin/ppp/
H A Dtimer.c67 sigset_t mask, omask; in timer_Stop() local
71 sigprocmask(SIG_BLOCK, &mask, &omask); in timer_Stop()
73 sigprocmask(SIG_SETMASK, &omask, NULL); in timer_Stop()
82 sigset_t mask, omask; in timer_Start() local
86 sigprocmask(SIG_BLOCK, &mask, &omask); in timer_Start()
93 sigprocmask(SIG_SETMASK, &omask, NULL); in timer_Start()
132 sigprocmask(SIG_SETMASK, &omask, NULL); in timer_Start()
/freebsd/sys/dev/ath/ath_hal/ar5210/
H A Dar5210_interrupts.c92 uint32_t omask = ahp->ah_maskReg; in ar5210SetInterrupts() local
96 __func__, omask, ints); in ar5210SetInterrupts()
103 if (omask & HAL_INT_GLOBAL) { in ar5210SetInterrupts()
133 return omask; in ar5210SetInterrupts()
/freebsd/contrib/sendmail/src/
H A Dbf.c226 MODE_T omask; local
238 omask = umask(0);
239 fmode &= ~omask;
240 (void) umask(omask);
542 MODE_T omask; local
546 omask = umask(0);
551 (void) umask(omask);
690 MODE_T omask; local
709 omask = umask(0);
714 (void) umask(omask);
/freebsd/contrib/ncurses/ncurses/base/
H A Dsigaction.c55 _nc_sigprocmask(int mode, sigset_t * mask, sigset_t * omask) in _nc_sigprocmask() argument
59 if (omask) in _nc_sigprocmask()
60 *omask = current; in _nc_sigprocmask()
/freebsd/sys/dev/ath/ath_hal/ar5211/
H A Dar5211_interrupts.c109 uint32_t omask = ahp->ah_maskReg; in ar5211SetInterrupts() local
113 __func__, omask, ints); in ar5211SetInterrupts()
120 if (omask & HAL_INT_GLOBAL) { in ar5211SetInterrupts()
159 return omask; in ar5211SetInterrupts()
/freebsd/crypto/openssh/openbsd-compat/
H A Dsigact.c67 sigprocmask (int mode, sigset_t *mask, sigset_t *omask) in sigprocmask() argument
76 if (omask) in sigprocmask()
77 *omask = current; in sigprocmask()
/freebsd/tools/tools/mwl/mwlstats/
H A Dmain.c89 int line, omask; in main() local
109 omask = sigblock(sigmask(SIGALRM)); in main()
112 sigsetmask(omask); in main()
/freebsd/usr.bin/apply/
H A Dapply.c215 int omask, pstat; in exec_shell() local
221 omask = sigblock(sigmask(SIGCHLD)); in exec_shell()
226 (void)sigsetmask(omask); in exec_shell()
234 (void)sigsetmask(omask); in exec_shell()
/freebsd/tools/tools/npe/npestats/
H A Dmain.c103 int line, omask; in main() local
124 omask = sigblock(sigmask(SIGALRM)); in main()
127 sigsetmask(omask); in main()
/freebsd/tools/tools/ath/athaggrstats/
H A Dmain.c119 int line, omask; in main() local
140 omask = sigblock(sigmask(SIGALRM)); in main()
143 sigsetmask(omask); in main()
/freebsd/tools/tools/ath/athstats/
H A Dmain.c127 int line, omask; in main() local
148 omask = sigblock(sigmask(SIGALRM)); in main()
151 sigsetmask(omask); in main()
/freebsd/sys/dev/ath/ath_hal/ar5212/
H A Dar5212_interrupts.c140 uint32_t omask = ahp->ah_maskReg; in ar5212SetInterrupts() local
144 __func__, omask, ints); in ar5212SetInterrupts()
146 if (omask & HAL_INT_GLOBAL) { in ar5212SetInterrupts()
199 return omask; in ar5212SetInterrupts()
/freebsd/usr.sbin/rpcbind/
H A Dwarmstart.c73 mode_t omask; in write_struct() local
75 omask = umask(077); in write_struct()
90 (void) umask(omask); in write_struct()
/freebsd/contrib/ncurses/ncurses/tty/
H A Dlib_tstp.c141 sigset_t mask, omask; in handle_SIGTSTP() local
180 (void) sigprocmask(SIG_BLOCK, &mask, &omask); in handle_SIGTSTP()
183 sigttou_blocked = sigismember(&omask, SIGTTOU); in handle_SIGTSTP()
237 (void) sigprocmask(SIG_SETMASK, &omask, NULL); in handle_SIGTSTP()
/freebsd/usr.bin/tip/tip/
H A Dtipout.c127 sigset_t mask, omask; in tipout() local
137 sigprocmask(SIG_BLOCK, NULL, &omask); in tipout()
139 sigprocmask(SIG_SETMASK, &omask, NULL); in tipout()
/freebsd/libexec/ftpd/
H A Dpopen.c173 int fdes, omask, status; in ftpd_pclose() local
183 omask = sigblock(sigmask(SIGINT)|sigmask(SIGQUIT)|sigmask(SIGHUP)); in ftpd_pclose()
186 (void)sigsetmask(omask); in ftpd_pclose()

123