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

/xnu-2782.1.97/bsd/dev/dtrace/scripts/
H A Dsignal.d49 inline int SIGPIPE = 13;
50 #pragma D binding "1.0" SIGPIPE
/xnu-2782.1.97/bsd/sys/
H A Dsignal.h100 #define SIGPIPE 13 /* write on a pipe with no one to read it */ macro
573 sigmask(SIGPIPE)|sigmask(SIGKILL))
/xnu-2782.1.97/bsd/uxkern/
H A Dux_exception.c470 *ux_signal = SIGPIPE;
/xnu-2782.1.97/bsd/kern/
H A Dsys_socket.c178 /* Generation of SIGPIPE can be controlled per socket */
181 psignal(procp, SIGPIPE);
H A Dsys_generic.c600 /* The socket layer handles SIGPIPE */
604 psignal(vfs_context_proc(ctx), SIGPIPE); local
708 /* The socket layer handles SIGPIPE */
711 psignal(p, SIGPIPE);
H A Duipc_syscalls.c1184 /* Generation of SIGPIPE can be controlled per socket */
1186 psignal(p, SIGPIPE);
1503 /* Generation of SIGPIPE can be controlled per socket */
1505 psignal(p, SIGPIPE);

Completed in 37 milliseconds