NSIG              161 compat/common/kern_sig_43.c 	if (signum <= 0 || signum >= NSIG ||
NSIG              208 compat/common/kern_sig_43.c 	if ((u_int)SCARG(uap, signum) >= NSIG)
NSIG              100 compat/freebsd/freebsd_signal.c 	if (signum <= 0 || signum >= NSIG ||
NSIG              579 compat/hpux/hpux_compat.c 				SCARG(uap, data) = NSIG;
NSIG               59 compat/hpux/hpux_sig.c char hpuxtobsdsigmap[NSIG] = {
NSIG               67 compat/hpux/hpux_sig.c char bsdtohpuxsigmap[NSIG] = {
NSIG               97 compat/hpux/hpux_sig.c 	if (sig <= 0 || sig >= NSIG || sig == SIGKILL || sig == SIGSTOP)
NSIG              189 compat/hpux/hpux_sig.c 			SCARG(uap, signo) = NSIG;
NSIG              302 compat/hpux/hpux_sig.c 	if (sig <= 0 || sig >= NSIG || sig == SIGKILL || sig == SIGSTOP)
NSIG              359 compat/hpux/hpux_sig.c 	if (--sig < 0 || sig >= NSIG)
NSIG              369 compat/hpux/hpux_sig.c 	if (--sig < 0 || sig >= NSIG)
NSIG              384 compat/hpux/hpux_sig.c 	for (sig = 1; sig < NSIG; sig++)
NSIG              399 compat/hpux/hpux_sig.c 	for (sig = 1; sig < NSIG; sig++)
NSIG               84 compat/hpux/m68k/hpux_sig2.c 	if (a <= 0 || a >= NSIG || a == SIGKILL || a == SIGSTOP ||
NSIG              160 compat/ibcs2/ibcs2_signal.c 	for (i = 1; i < NSIG; i++) {
NSIG               68 compat/linux/linux_signal.c int bsd_to_linux_sig[NSIG] = {
NSIG              249 compat/linux/linux_signal.c 	for (i = 1; i < NSIG; i++) {
NSIG              367 compat/linux/linux_signal.c 	if (bsdsig < 0 || bsdsig >= NSIG)
NSIG              617 compat/osf1/osf1_cvt.c 	for (i = 1; i < NSIG; i++) {
NSIG             1117 compat/sunos/sunos_misc.c 	if (signum <= 0 || signum >= NSIG ||
NSIG              174 compat/svr4/svr4_signal.c 	for (i = 1; i < NSIG; i++) {
NSIG             1384 dev/pci/bktr/bktr_core.c 		if(*(int *)arg == 0 || *(int *)arg >= NSIG) {
NSIG              104 dev/wscons/wsdisplay_compat_usl.c 	if (acqsig <= 0 || acqsig >= NSIG || relsig <= 0 || relsig >= NSIG ||
NSIG              105 dev/wscons/wsdisplay_compat_usl.c 	    frsig <= 0 || frsig >= NSIG)
NSIG              239 kern/kern_sig.c 	if (signum <= 0 || signum >= NSIG ||
NSIG              370 kern/kern_sig.c 	for (i = 0; i < NSIG; i++)
NSIG              585 kern/kern_sig.c 	if ((u_int)SCARG(uap, signum) >= NSIG)
NSIG              787 kern/kern_sig.c 	if ((u_int)signum >= NSIG || signum == 0)
NSIG              322 kern/sys_process.c 		if (SCARG(uap, data) < 0 || SCARG(uap, data) >= NSIG)
NSIG              354 kern/sys_process.c 		if (SCARG(uap, data) < 0 || SCARG(uap, data) >= NSIG)
NSIG              859 kern/tty_pty.c 			if (*(unsigned int *)data >= NSIG)
NSIG              873 net/bpf.c      			if (sig >= NSIG)
NSIG               48 sys/signalvar.h 	sig_t	ps_sigact[NSIG];	/* disposition of signals */
NSIG               49 sys/signalvar.h 	sigset_t ps_catchmask[NSIG];	/* signals to be blocked */
NSIG              108 sys/signalvar.h int sigprop[NSIG + 1] = {