| /minix3/minix/tests/ |
| H A D | test3.c | 88 if (sigdelset(&s, SIGABRT) != 0) e(29); in test3a() 89 if (sigdelset(&s, SIGALRM) != 0) e(30); in test3a() 90 if (sigdelset(&s, SIGFPE ) != 0) e(31); in test3a() 91 if (sigdelset(&s, SIGHUP ) != 0) e(32); in test3a() 92 if (sigdelset(&s, SIGILL ) != 0) e(33); in test3a() 93 if (sigdelset(&s, SIGINT ) != 0) e(34); in test3a() 94 if (sigdelset(&s, SIGKILL) != 0) e(35); in test3a() 95 if (sigdelset(&s, SIGPIPE) != 0) e(36); in test3a() 96 if (sigdelset(&s, SIGQUIT) != 0) e(37); in test3a() 97 if (sigdelset(&s, SIGSEGV) != 0) e(38); in test3a() [all …]
|
| H A D | test37.c | 187 if (sigdelset(&s, SIGHUP) != 0) e(62); in test37a() 188 if (sigdelset(&s, SIGINT) != 0) e(63); in test37a() 189 if (sigdelset(&s, SIGQUIT) != 0) e(64); in test37a() 190 if (sigdelset(&s, SIGILL) != 0) e(65); in test37a() 191 if (sigdelset(&s, SIGTRAP) != 0) e(66); in test37a() 192 if (sigdelset(&s, SIGPWR) != 0) e(66); in test37a() 264 if (sigdelset(&s_nokill, SIGKILL) != 0) e(8); in test37b() 266 if (sigdelset(&s_nokill_stop, SIGSTOP) != 0) e(8); in test37b() 268 if (SIGSTOP < _NSIG && sigdelset(&s_nokill, SIGSTOP) != 0) e(888); in test37b() 336 if (sigdelset(&s, SIGILL) != 0) e(31); in test37b() [all …]
|
| H A D | test42.c | 951 sigdelset(&sset, SIGUSR1); in test_detach_child()
|
| /minix3/crypto/external/bsd/openssl/dist/crypto/ |
| H A D | armcap.c | 59 sigdelset(&all_masked, SIGILL); in OPENSSL_cpuid_setup() 60 sigdelset(&all_masked, SIGTRAP); in OPENSSL_cpuid_setup() 61 sigdelset(&all_masked, SIGFPE); in OPENSSL_cpuid_setup() 62 sigdelset(&all_masked, SIGBUS); in OPENSSL_cpuid_setup() 63 sigdelset(&all_masked, SIGSEGV); in OPENSSL_cpuid_setup()
|
| H A D | ppccap.c | 79 sigdelset(&all_masked, SIGILL); in OPENSSL_cpuid_setup() 80 sigdelset(&all_masked, SIGTRAP); in OPENSSL_cpuid_setup() 82 sigdelset(&all_masked, SIGEMT); in OPENSSL_cpuid_setup() 84 sigdelset(&all_masked, SIGFPE); in OPENSSL_cpuid_setup() 85 sigdelset(&all_masked, SIGBUS); in OPENSSL_cpuid_setup() 86 sigdelset(&all_masked, SIGSEGV); in OPENSSL_cpuid_setup()
|
| H A D | sparcv9cap.c | 199 sigdelset(&all_masked, SIGILL); in OPENSSL_cpuid_setup() 200 sigdelset(&all_masked, SIGTRAP); in OPENSSL_cpuid_setup() 202 sigdelset(&all_masked, SIGEMT); in OPENSSL_cpuid_setup() 204 sigdelset(&all_masked, SIGFPE); in OPENSSL_cpuid_setup() 205 sigdelset(&all_masked, SIGBUS); in OPENSSL_cpuid_setup() 206 sigdelset(&all_masked, SIGSEGV); in OPENSSL_cpuid_setup()
|
| H A D | s390xcap.c | 30 sigdelset(&ill_act.sa_mask, SIGILL); in OPENSSL_cpuid_setup() 31 sigdelset(&ill_act.sa_mask, SIGTRAP); in OPENSSL_cpuid_setup()
|
| /minix3/minix/servers/pm/ |
| H A D | signal.c | 69 sigdelset(&mp->mp_sigpending, sig_nr); in do_sigaction() 70 sigdelset(&mp->mp_ksigpending, sig_nr); in do_sigaction() 71 sigdelset(&mp->mp_catch, sig_nr); in do_sigaction() 73 sigdelset(&mp->mp_ignore, sig_nr); in do_sigaction() 74 sigdelset(&mp->mp_catch, sig_nr); in do_sigaction() 76 sigdelset(&mp->mp_ignore, sig_nr); in do_sigaction() 80 sigdelset(&svec.sa_mask, SIGKILL); in do_sigaction() 81 sigdelset(&svec.sa_mask, SIGSTOP); in do_sigaction() 124 sigdelset(&set, SIGKILL); in do_sigprocmask() 125 sigdelset(&set, SIGSTOP); in do_sigprocmask() [all …]
|
| H A D | trace.c | 199 sigdelset(&child->mp_sigtrace, i); in do_trace() 270 sigdelset(&rmp->mp_sigtrace, signo); in trace_stop()
|
| H A D | exec.c | 180 sigdelset(&rmp->mp_catch, sn); in exec_restart()
|
| H A D | forkexit.c | 527 sigdelset(&rp->mp_sigtrace, i); in do_wait4()
|
| /minix3/lib/libc/compat/gen/ |
| H A D | compat_sigsetops.c | 54 #undef sigdelset 59 __warn_references(sigdelset, 94 sigdelset(sigset13_t *set, int signo) in sigdelset() function
|
| /minix3/include/ |
| H A D | signal.h | 84 int sigdelset(sigset_t *, int) __RENAME(__sigdelset14); 118 #define sigdelset(set, sig) __sigdelset((set), (sig)) macro 135 sigdelset(sigset_t *set, int signo) in sigdelset() function
|
| /minix3/lib/libc/gen/ |
| H A D | siginterrupt.c | 65 sigdelset(&__sigintr, sig); in siginterrupt()
|
| H A D | Makefile.inc | 191 sigsetops.3 sigaddset.3 sigsetops.3 sigdelset.3 \
|
| /minix3/lib/libc/stdlib/ |
| H A D | abort.c | 60 sigdelset(&mask, SIGABRT); in abort()
|
| /minix3/lib/libc/misc/ |
| H A D | stack_protector.c | 94 (void)sigdelset(&mask, SIGABRT); in __fail()
|
| /minix3/lib/libc/compat/include/ |
| H A D | signal.h | 46 int sigdelset(sigset13_t *, int);
|
| /minix3/bin/ksh/ |
| H A D | sigact.h | 107 int sigdelset ARGS(( sigset_t *mask, int sig ));
|
| H A D | sigact.c | 275 sigdelset(mask, sig) in sigdelset() function
|
| /minix3/sys/fs/puffs/ |
| H A D | puffs_msgif.c | 460 sigdelset(&ss, SIGINT); in puffs_msg_wait() 461 sigdelset(&ss, SIGTERM); in puffs_msg_wait() 462 sigdelset(&ss, SIGKILL); in puffs_msg_wait() 463 sigdelset(&ss, SIGHUP); in puffs_msg_wait() 464 sigdelset(&ss, SIGQUIT); in puffs_msg_wait()
|
| /minix3/sys/sys/ |
| H A D | signal.h | 107 #define sigdelset(s, n) __sigdelset(s, n) macro
|
| /minix3/lib/libc/rpc/ |
| H A D | clnt_generic.c | 397 if (sigdelset(ss, usersig[i]) == -1) in __clnt_sigfillset()
|
| /minix3/bin/csh/ |
| H A D | csh.c | 944 (void)sigdelset(&nsigset, SIGINT); in pintr1() 953 (void)sigdelset(&osigset, SIGCHLD); in pintr1()
|
| H A D | proc.c | 288 (void)sigdelset(&nsigset, SIGCHLD); in pjwait()
|