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

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d23 inline int SIGHUP = 1;
24 #pragma D binding "1.0" SIGHUP
/xnu-2782.1.97/bsd/sys/
H A Dsignal.h83 #define SIGHUP 1 /* hangup */ macro
580 #define execmask (sigmask(SIGHUP)|sigmask(SIGINT)|\
/xnu-2782.1.97/bsd/kern/
H A Dkern_exit.c633 * We're going to SIGHUP the foreground process
643 tty_pgsignal(tp, SIGHUP, 1);
1873 * We're going to SIGHUP the foreground process
1883 tty_pgsignal(tp, SIGHUP, 1);
H A Dkern_proc.c1545 psignal(p, SIGHUP);
H A Dtty.c1913 psignal(tp->t_session->s_leader, SIGHUP);
/xnu-2782.1.97/bsd/nfs/
H A Dnfs.h827 sigmask(SIGHUP)|sigmask(SIGQUIT))

Completed in 45 milliseconds