Searched refs:SIGINT (Results 1 - 6 of 6) sorted by relevance

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d25 inline int SIGINT = 2;
26 #pragma D binding "1.0" SIGINT
/xnu-2782.1.97/bsd/sys/
H A Dsignal.h84 #define SIGINT 2 /* interrupt */ macro
580 #define execmask (sigmask(SIGHUP)|sigmask(SIGINT)|\
/xnu-2782.1.97/tools/tests/MPMMTest/
H A DMPMMtest.c690 signal(SIGINT, signal_handler);
H A DKQMPMMtest.c743 signal(SIGINT, signal_handler);
/xnu-2782.1.97/bsd/kern/
H A Dtty.c549 tty_pgsignal(tp, SIGINT, 1);
640 CCEQ(cc[VINTR], c) ? SIGINT : SIGQUIT, 1);
/xnu-2782.1.97/bsd/nfs/
H A Dnfs.h826 #define NFSINT_SIGMASK (sigmask(SIGINT)|sigmask(SIGTERM)|sigmask(SIGKILL)| \

Completed in 45 milliseconds