Searched refs:_SIG_MAXSIG (Results 1 – 21 of 21) sorted by relevance
47 if (signo <= 0 || signo > _SIG_MAXSIG) {61 if (signo <= 0 || signo > _SIG_MAXSIG) {97 if (signo <= 0 || signo > _SIG_MAXSIG) {
127 for (i = 1; i <= _SIG_MAXSIG; i++) { in process_spawnattr()
45 #define _SIG_MAXSIG 128 macro49 #define _SIG_VALID(sig) ((sig) <= _SIG_MAXSIG && (sig) > 0)
53 sig_t ps_sigact[_SIG_MAXSIG]; /* Disposition of signals. */54 sigset_t ps_catchmask[_SIG_MAXSIG]; /* Signals to be blocked. */
76 for (j = 1; j <= _SIG_MAXSIG; j++) { in procstat_sigs()108 for (j = 1; j <= _SIG_MAXSIG; j++) { in procstat_threads_sigs()
56 static struct usigaction _thr_sigact[_SIG_MAXSIG];411 for (sig = 1; sig <= _SIG_MAXSIG; sig++) { in _thr_signal_init()456 for (sig = 1; sig <= _SIG_MAXSIG; sig++) { in _thr_sigact_unload()488 for (i = 1; i <= _SIG_MAXSIG; ++i) in _thr_signal_prefork()497 for (i = 1; i <= _SIG_MAXSIG; ++i) in _thr_signal_postfork()506 for (i = 1; i <= _SIG_MAXSIG; ++i) { in _thr_signal_postfork_child()
49 if (sig < 0 || sig > _SIG_MAXSIG) in _pthread_kill()
48 if (sig < 0 || sig > _SIG_MAXSIG) in _pthread_kill()
205 for (i = 1; i <= _SIG_MAXSIG; i++) { in sig_daemon()821 for (i = 1; i <= _SIG_MAXSIG; i++) { in _thr_sig_rundown()835 if (i <= _SIG_MAXSIG) in _thr_sig_rundown()855 for (i = 1; i <= _SIG_MAXSIG; ++i) { in _thr_sig_rundown()1185 for (i = 1; i <= _SIG_MAXSIG; i++) { in _thr_signal_init()1238 for (i = 1; i <= _SIG_MAXSIG; i++) { in _thr_signal_deinit()
51 if (sig < 1 || sig > _SIG_MAXSIG) { in _sigaction()
92 for (i = 1; i <= _SIG_MAXSIG; ++i) { in lib_sigtimedwait()
1060 SCLASS struct sigaction _thread_sigact[_SIG_MAXSIG];1070 SCLASS siginfo_t _thr_proc_siginfo[_SIG_MAXSIG];
870 for (i = 1; i <= _SIG_MAXSIG; i++) { in kse_sched_single()1658 for (i = 1; i <= _SIG_MAXSIG; ++i) { in kse_switchout_thread()1796 for (i = 1; i <= _SIG_MAXSIG; i++) { in kse_switchout_thread()2394 thread->siginfo = calloc(_SIG_MAXSIG, sizeof(siginfo_t)); in _thr_alloc()
425 for (i = 0;i < _SIG_MAXSIG;i++) in uts()
246 if (rk->rk_sig <= 0 || rk->rk_sig > _SIG_MAXSIG) in reap_kill()
1732 if ((u_int)uap->signum > _SIG_MAXSIG) in sys_kill()1777 if ((u_int)uap->signum > _SIG_MAXSIG)1810 if ((u_int)uap->signum > _SIG_MAXSIG) in okillpg()1836 if ((u_int)uap->signum > _SIG_MAXSIG) in sys_sigqueue()
806 if ((flags & RFTSIGZMB) != 0 && (u_int)RFTSIGNUM(flags) > _SIG_MAXSIG) in fork1()
884 if (data < 0 || data > _SIG_MAXSIG) {
250 if(sig < 0 || sig > _SIG_MAXSIG) in iscsi_ioctl()
1330 for (i = 1; i <= _SIG_MAXSIG; ++i) { in fbsd_print_sigset()
1614 if (sig < 0 || sig > _SIG_MAXSIG)