Home
last modified time | relevance | path

Searched refs:SIGPIPE (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/tests/
H A Dpipe_drain.c41 if (sig == SIGPIPE) { in signal_handler()
76 T_QUIET; T_ASSERT_POSIX_ZERO(sigaction(SIGPIPE, &sa, NULL), NULL);
/xnu-11215/bsd/dev/dtrace/scripts/
H A Dsignal.d49 inline int SIGPIPE = 13; variable
50 #pragma D binding "1.0" SIGPIPE
/xnu-11215/bsd/sys/
H A Dsignal.h101 #define SIGPIPE 13 /* write on a pipe with no one to read it */ macro
577 sigmask(SIGPIPE)|sigmask(SIGKILL))
/xnu-11215/bsd/uxkern/
H A Dux_exception.c95 return SIGPIPE; in ux_exception()
/xnu-11215/bsd/kern/
H A Dsys_socket.c158 psignal(procp, SIGPIPE); in soo_write()
H A Duipc_syscalls.c1381 psignal(p, SIGPIPE); in sendit()
1959 psignal(p, SIGPIPE); in sendmsg_x()
H A Dsys_generic.c605 psignal(vfs_context_proc(ctx), SIGPIPE); in fp_writev()