SIGINT            123 arch/i386/i386/kgdb_machdep.c 		return (SIGINT);
SIGINT             60 compat/hpux/hpux_sig.c /*01*/	SIGHUP,  SIGINT, SIGQUIT, SIGILL,   SIGTRAP, SIGIOT,  SIGEMT,   SIGFPE,
SIGINT             97 compat/ibcs2/ibcs2_signal.c 	SIGINT,			/* 2 */
SIGINT            106 compat/linux/linux_signal.c 	SIGINT,
SIGINT             82 compat/osf1/osf1_cvt_signal.c 	SIGINT,
SIGINT            116 compat/svr4/svr4_signal.c 	SIGINT,
SIGINT            119 kern/kern_sig.c 		case SIGINT:
SIGINT            276 kern/tty.c     			    pgsignal(tp->t_pgrp, SIGINT, 1);
SIGINT            359 kern/tty.c     				    CCEQ(cc[VINTR], c) ? SIGINT : SIGQUIT, 1);
SIGINT             85 miscfs/procfs/procfs_ctl.c 	{ "hup",	SIGHUP },	{ "int",	SIGINT },
SIGINT            246 nfs/nfs.h      #define	NFSINT_SIGMASK	(sigmask(SIGINT)|sigmask(SIGTERM)|sigmask(SIGKILL)| \