Searched refs:pgsignal (Results 1 - 5 of 5) sorted by relevance

/xnu-2422.115.4/bsd/sys/
H A Dsignalvar.h215 void pgsignal(struct pgrp *pgrp, int sig, int checkctty);
/xnu-2422.115.4/bsd/kern/
H A Dtty.c1107 pgsignal(pg, SIGTTOU, 1);
1988 pgsignal(pg, SIGTTIN, 1);
2340 pgsignal(pg, SIGTTOU, 1);
H A Dtty_pty.c309 pgsignal(pg, SIGTTIN, 1);
H A Dkern_sig.c1568 pgsignal(pgrp, signum, 0);
1601 pgsignal(struct pgrp *pgrp, int signum, int checkctty) function
2338 * pgsignal would get the SIGKILL to traced program
H A Dtty_ptmx.c697 pgsignal(pg, SIGTTIN, 1);

Completed in 101 milliseconds