Searched refs:SIGIO (Results 1 - 8 of 8) sorted by relevance

/darwin-on-arm/xnu/bsd/kern/
H A Dsubr_log.c266 gsignal(-pgid, SIGIO);
268 proc_signal(pgid, SIGIO);
H A Dsys_pipe.c700 gsignal(-spipe->pipe_pgid, SIGIO);
702 proc_signal(spipe->pipe_pgid, SIGIO);
H A Duipc_socket2.c564 * Do asynchronous notification via SIGIO
583 gsignal(-so->so_pgid, SIGIO);
585 proc_signal(so->so_pgid, SIGIO);
H A Dtty.c2671 tty_pgsignal(tp, SIGIO, 1);
/darwin-on-arm/xnu/bsd/sys/
H A Dsignal.h111 #define SIGIO 23 /* input/output possible signal */ macro
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_pipe.c492 pgsigio(ap->ap_sigio, SIGIO);
497 pgsigio(&ap->ap_sigio, SIGIO, 0);
H A Daudit_session.c1553 pgsigio(asdev->asdev_sigio, SIGIO);
/darwin-on-arm/xnu/bsd/net/
H A Dbpf.c677 d->bd_sig = SIGIO;

Completed in 103 milliseconds