Searched refs:SIGURG (Results 1 - 3 of 3) sorted by relevance

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d55 inline int SIGURG = 16;
56 #pragma D binding "1.0" SIGURG
/xnu-2782.1.97/bsd/sys/
H A Dsignal.h103 #define SIGURG 16 /* urgent condition on IO channel */ macro
/xnu-2782.1.97/bsd/kern/
H A Duipc_socket.c5317 gsignal(-so->so_pgid, SIGURG);
5319 proc_signal(so->so_pgid, SIGURG);

Completed in 33 milliseconds