Symbol: SIG_UNBLOCK
bin/sh/trap.c
542
sigprocmask(SIG_UNBLOCK, &sigs, NULL);
crypto/heimdal/appl/telnet/telnet/sys_bsd.c
502
sigprocmask(SIG_UNBLOCK, &sm, NULL);
crypto/krb5/src/util/ss/pager.c
90
sigprocmask(SIG_UNBLOCK, &mask, (sigset_t *)0);
crypto/krb5/src/util/verto/ev.c
4115
sigprocmask (SIG_UNBLOCK, &sa.sa_mask, 0);
crypto/krb5/src/util/verto/ev.c
4150
sigprocmask (SIG_UNBLOCK, &ss, 0);
crypto/openssh/openbsd-compat/sigact.c
81
else if (mode == SIG_UNBLOCK)
crypto/openssh/sandbox-seccomp-filter.c
481
if (sigprocmask(SIG_UNBLOCK, &mask, NULL) == -1)
crypto/openssl/test/sanitytest.c
278
if (sigprocmask(SIG_UNBLOCK, &mask, NULL)) {
lib/libc/compat-43/sigcompat.c
144
return (__libc_sigprocmask(SIG_UNBLOCK, &set, NULL));
lib/libc/compat-43/sigcompat.c
169
if (__libc_sigprocmask(SIG_UNBLOCK, &set, &pset) == -1)
lib/libc/stdlib/system.c
131
(void)__libc_sigprocmask(SIG_UNBLOCK, &sigblock, NULL);
lib/libthr/thread/thr_exit.c
233
__sys_sigprocmask(SIG_UNBLOCK, mask, NULL);
lib/libthr/thread/thr_sig.c
511
__sys_sigprocmask(SIG_UNBLOCK, &act.sa_mask, NULL);
lib/libthr/thread/thr_sig.c
663
if (how != SIG_UNBLOCK) {
lib/libthr/thread/thr_sig.c
704
__sys_sigprocmask(SIG_UNBLOCK, &newset, NULL);
lib/libvgl/main.c
123
sigprocmask(SIG_UNBLOCK, &mask, NULL);
sbin/adjkerntz/adjkerntz.c
193
(void) sigprocmask(SIG_UNBLOCK, &mask, NULL);
sbin/adjkerntz/adjkerntz.c
245
(void) sigprocmask(SIG_UNBLOCK, &mask, NULL);
sys/compat/linux/linux_signal.c
293
how = SIG_UNBLOCK;
sys/dev/hwpmc/hwpmc_logging.c
367
(void)kern_sigprocmask(td, SIG_UNBLOCK, &unb, NULL, 0);
sys/kern/kern_sig.c
1149
case SIG_UNBLOCK:
tests/sys/kern/ptrace_test.c
2566
CHILD_REQUIRE_EQ(sigprocmask(SIG_UNBLOCK, &sigmask, NULL), 0);
tests/sys/kern/ptrace_test.c
2954
CHILD_REQUIRE_EQ(sigprocmask(SIG_UNBLOCK, &sigmask, NULL), 0);
tests/sys/kern/ptrace_test.c
3026
CHILD_REQUIRE_EQ(sigprocmask(SIG_UNBLOCK, &sigmask, NULL), 0);
tests/sys/kern/ptrace_test.c
3108
CHILD_REQUIRE_EQ(pthread_sigmask(SIG_UNBLOCK, &sigmask, NULL),
tools/regression/sigqueue/sigqtest1/sigqtest1.c
47
sigprocmask(SIG_UNBLOCK, &set, NULL);
tools/tools/netmap/pkt-gen.c
3387
if (pthread_sigmask(SIG_UNBLOCK, &ss, NULL) < 0) {
usr.bin/login/login.c
1010
(void)sigprocmask(SIG_UNBLOCK, &sa.sa_mask, NULL);
usr.bin/mail/collect.c
100
(void)sigprocmask(SIG_UNBLOCK, &nset, NULL);
usr.bin/mail/collect.c
488
(void)sigprocmask(SIG_UNBLOCK, &nset, NULL);
usr.bin/mail/collect.c
662
(void)sigprocmask(SIG_UNBLOCK, &nset, NULL);
usr.bin/mail/lex.c
559
(void)sigprocmask(SIG_UNBLOCK, &nset, NULL);
usr.bin/mail/tests/mailx_signal_test.c
62
ATF_REQUIRE_INTEQ(0, sigprocmask(SIG_UNBLOCK, &set, NULL));
usr.bin/mail/tty.c
279
(void)sigprocmask(SIG_UNBLOCK, &nset, NULL);
usr.sbin/bsdinstall/runconsoles/child.c
95
sigprocmask(SIG_UNBLOCK, &set, &oset);
usr.sbin/bsdinstall/runconsoles/runconsoles.c
147
sigprocmask(SIG_UNBLOCK, &set, &oset);
usr.sbin/iostat/iostat.c
643
sigprocmask(SIG_UNBLOCK, &sigmask, NULL);
usr.sbin/mountd/mountd.c
1265
sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
usr.sbin/mountd/mountd.c
1286
sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
usr.sbin/mountd/mountd.c
1313
sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
usr.sbin/mountd/mountd.c
1484
sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
usr.sbin/mountd/mountd.c
1489
sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
usr.sbin/mountd/mountd.c
764
sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
usr.sbin/mountd/mountd.c
771
sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
usr.sbin/nfsuserd/nfsuserd.c
489
sigprocmask(SIG_UNBLOCK, &signew, NULL);
usr.sbin/rpc.lockd/lockd_lock.c
2275
if (sigprocmask(SIG_UNBLOCK, &block, NULL) < 0) {
usr.sbin/rpc.tlsservd/rpc.tlscommon.c
78
sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);
usr.sbin/rpc.tlsservd/rpc.tlscommon.c
90
sigprocmask(SIG_UNBLOCK, &sighup_mask, NULL);