SIGSTOP           162 compat/common/kern_sig_43.c 	    signum == SIGKILL || signum == SIGSTOP)
SIGSTOP           101 compat/freebsd/freebsd_signal.c 	    (SCARG(uap, act) && (signum == SIGKILL || signum == SIGSTOP)))
SIGSTOP            62 compat/hpux/hpux_sig.c /*17*/  SIGUSR2, SIGCHLD, 0,      SIGVTALRM,SIGPROF, SIGIO,   SIGWINCH, SIGSTOP,
SIGSTOP            97 compat/hpux/hpux_sig.c 	if (sig <= 0 || sig >= NSIG || sig == SIGKILL || sig == SIGSTOP)
SIGSTOP           302 compat/hpux/hpux_sig.c 	if (sig <= 0 || sig >= NSIG || sig == SIGKILL || sig == SIGSTOP)
SIGSTOP            84 compat/hpux/m68k/hpux_sig2.c 	if (a <= 0 || a >= NSIG || a == SIGKILL || a == SIGSTOP ||
SIGSTOP           118 compat/ibcs2/ibcs2_signal.c 	SIGSTOP,		/* 23 */
SIGSTOP           123 compat/linux/linux_signal.c 	SIGSTOP,
SIGSTOP            97 compat/osf1/osf1_cvt_signal.c 	SIGSTOP,
SIGSTOP          1118 compat/sunos/sunos_misc.c 	    signum == SIGKILL || signum == SIGSTOP)
SIGSTOP           137 compat/svr4/svr4_signal.c 	SIGSTOP,
SIGSTOP           122 kern/kern_sig.c 		case SIGSTOP:
SIGSTOP           240 kern/kern_sig.c 	    (SCARG(uap, nsa) && (signum == SIGKILL || signum == SIGSTOP)))
SIGSTOP           418 kern/sys_process.c 		SCARG(uap, data) = SIGSTOP;
SIGSTOP            93 miscfs/procfs/procfs_ctl.c 	{ "urg",	SIGURG },	{ "stop",	SIGSTOP },
SIGSTOP           144 miscfs/procfs/procfs_ctl.c 		psignal(p, SIGSTOP);
SIGSTOP           144 sys/signalvar.h #define	stopsigmask	(sigmask(SIGSTOP) | sigmask(SIGTSTP) | \
SIGSTOP           149 sys/signalvar.h #define	sigcantmask	(sigmask(SIGKILL) | sigmask(SIGSTOP))