Home
last modified time | relevance | path

Searched refs:_SIG_MAXSIG (Results 1 – 15 of 15) sorted by relevance

/NextBSD/lib/libc/gen/
HDsigsetops.c45 if (signo <= 0 || signo > _SIG_MAXSIG) { in sigaddset()
57 if (signo <= 0 || signo > _SIG_MAXSIG) { in sigdelset()
89 if (signo <= 0 || signo > _SIG_MAXSIG) { in sigismember()
HDposix_spawn.c130 for (i = 1; i <= _SIG_MAXSIG; i++) { in process_spawnattr()
/NextBSD/sys/sys/
HD_sigset.h45 #define _SIG_MAXSIG 128 macro
49 #define _SIG_VALID(sig) ((sig) <= _SIG_MAXSIG && (sig) > 0)
HDsignalvar.h53 sig_t ps_sigact[_SIG_MAXSIG]; /* Disposition of signals. */
54 sigset_t ps_catchmask[_SIG_MAXSIG]; /* Signals to be blocked. */
/NextBSD/lib/libthr/thread/
HDthr_sig.c57 static struct usigaction _thr_sigact[_SIG_MAXSIG];
412 for (sig = 1; sig <= _SIG_MAXSIG; sig++) { in _thr_signal_init()
457 for (sig = 1; sig <= _SIG_MAXSIG; sig++) { in _thr_sigact_unload()
489 for (i = 1; i <= _SIG_MAXSIG; ++i) in _thr_signal_prefork()
498 for (i = 1; i <= _SIG_MAXSIG; ++i) in _thr_signal_postfork()
507 for (i = 1; i <= _SIG_MAXSIG; ++i) { in _thr_signal_postfork_child()
HDthr_kill.c49 if (sig < 0 || sig > _SIG_MAXSIG) in _pthread_kill()
/NextBSD/usr.bin/procstat/
HDprocstat_sigs.c120 for (j = 1; j <= _SIG_MAXSIG; j++) { in procstat_sigs()
163 for (j = 1; j <= _SIG_MAXSIG; j++) { in procstat_threads_sigs()
/NextBSD/tools/KSE/ksetest/
HDkse_threads_test.c425 for (i = 0;i < _SIG_MAXSIG;i++) in uts()
/NextBSD/sys/kern/
HDkern_procctl.c244 if (rk->rk_sig <= 0 || rk->rk_sig > _SIG_MAXSIG) in reap_kill()
HDkern_sig.c1749 if ((u_int)uap->signum > _SIG_MAXSIG) in sys_kill()
1793 if ((u_int)uap->signum > _SIG_MAXSIG)
1823 if ((u_int)uap->signum > _SIG_MAXSIG) in okillpg()
1849 if ((u_int)uap->signum > _SIG_MAXSIG) in sys_sigqueue()
HDkern_fork.c789 if ((flags & RFTSIGZMB) != 0 && (u_int)RFTSIGNUM(flags) > _SIG_MAXSIG) in fork1()
HDsys_process.c970 if (data < 0 || data > _SIG_MAXSIG) {
/NextBSD/sys/dev/iscsi_initiator/
HDiscsi.c250 if(sig < 0 || sig > _SIG_MAXSIG) in iscsi_ioctl()
/NextBSD/gnu/usr.bin/gdb/libgdb/
HDfbsd-threads.c1330 for (i = 1; i <= _SIG_MAXSIG; ++i) { in fbsd_print_sigset()
/NextBSD/sys/dev/bktr/
HDbktr_core.c1614 if (sig < 0 || sig > _SIG_MAXSIG)