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

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d69 inline int SIGIO = 23;
70 #pragma D binding "1.0" SIGIO
/xnu-2782.1.97/bsd/kern/
H A Dsubr_log.c264 gsignal(-pgid, SIGIO);
266 proc_signal(pgid, SIGIO);
H A Dsys_pipe.c699 gsignal(-spipe->pipe_pgid, SIGIO);
701 proc_signal(spipe->pipe_pgid, SIGIO);
H A Duipc_socket2.c548 * Do asynchronous notification via SIGIO
567 gsignal(-so->so_pgid, SIGIO);
569 proc_signal(so->so_pgid, SIGIO);
H A Dtty.c2703 tty_pgsignal(tp, SIGIO, 1);
/xnu-2782.1.97/bsd/sys/
H A Dsignal.h111 #define SIGIO 23 /* input/output possible signal */ macro
/xnu-2782.1.97/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);
/xnu-2782.1.97/bsd/net/
H A Dbpf.c698 d->bd_sig = SIGIO;

Completed in 113 milliseconds