Home
last modified time | relevance | path

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

/trueos/lib/libc/gen/
HDsigsetops.c47 if (signo <= 0 || signo > _SIG_MAXSIG) {
61 if (signo <= 0 || signo > _SIG_MAXSIG) {
97 if (signo <= 0 || signo > _SIG_MAXSIG) {
HDposix_spawn.c127 for (i = 1; i <= _SIG_MAXSIG; i++) { in process_spawnattr()
/trueos/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. */
/trueos/usr.bin/procstat/
HDprocstat_sigs.c76 for (j = 1; j <= _SIG_MAXSIG; j++) { in procstat_sigs()
108 for (j = 1; j <= _SIG_MAXSIG; j++) { in procstat_threads_sigs()
/trueos/lib/libthr/thread/
HDthr_sig.c56 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()
HDthr_kill.c49 if (sig < 0 || sig > _SIG_MAXSIG) in _pthread_kill()
/trueos/lib/libkse/thread/
HDthr_kill.c48 if (sig < 0 || sig > _SIG_MAXSIG) in _pthread_kill()
HDthr_sig.c205 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()
HDthr_sigaction.c51 if (sig < 1 || sig > _SIG_MAXSIG) { in _sigaction()
HDthr_sigwait.c92 for (i = 1; i <= _SIG_MAXSIG; ++i) { in lib_sigtimedwait()
HDthr_private.h1060 SCLASS struct sigaction _thread_sigact[_SIG_MAXSIG];
1070 SCLASS siginfo_t _thr_proc_siginfo[_SIG_MAXSIG];
HDthr_kern.c870 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()
/trueos/tools/KSE/ksetest/
HDkse_threads_test.c425 for (i = 0;i < _SIG_MAXSIG;i++) in uts()
/trueos/sys/kern/
HDkern_procctl.c246 if (rk->rk_sig <= 0 || rk->rk_sig > _SIG_MAXSIG) in reap_kill()
HDkern_sig.c1732 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()
HDkern_fork.c806 if ((flags & RFTSIGZMB) != 0 && (u_int)RFTSIGNUM(flags) > _SIG_MAXSIG) in fork1()
HDsys_process.c884 if (data < 0 || data > _SIG_MAXSIG) {
/trueos/sys/dev/iscsi_initiator/
HDiscsi.c250 if(sig < 0 || sig > _SIG_MAXSIG) in iscsi_ioctl()
/trueos/gnu/usr.bin/gdb/libgdb/
HDfbsd-threads.c1330 for (i = 1; i <= _SIG_MAXSIG; ++i) { in fbsd_print_sigset()
/trueos/sys/dev/bktr/
HDbktr_core.c1614 if (sig < 0 || sig > _SIG_MAXSIG)