Home
last modified time | relevance | path

Searched refs:EPIPE (Results 1 – 14 of 14) sorted by relevance

/xnu-11215/bsd/dev/dtrace/scripts/
H A Derrno.d85 inline int EPIPE = 32; variable
86 #pragma D binding "1.0" EPIPE
/xnu-11215/bsd/sys/
H A Derrno.h124 #define EPIPE 32 /* Broken pipe */ macro
/xnu-11215/tests/
H A Dvsock.c584 T_ASSERT_POSIX_FAILURE(sent_bytes, EPIPE, "vsock cannot write");
626 T_ASSERT_POSIX_FAILURE(sent_bytes, EPIPE, "vsock cannot write");
706 T_ASSERT_POSIX_FAILURE(result, EPIPE, "vsock peer closed");
/xnu-11215/bsd/nfs/
H A Dnfs_socket.c315 error = EPIPE; /* zap TCP sockets if they time out on send */ in nfsrv_send()
319 error != EWOULDBLOCK && error != EPIPE) { in nfsrv_send()
H A Dnfs_syscalls.c1187 error = EPIPE; in nfssvc_nfsd()
1198 if (error == EPIPE) { in nfssvc_nfsd()
/xnu-11215/bsd/net/
H A Dcontent_filter.c1594 error = EPIPE; in cfil_acquire_sockbuf()
4693 error = EPIPE; in cfil_update_data_offsets()
5148 error = EPIPE; in cfil_data_common()
5177 return EPIPE; in cfil_data_common()
5298 return EPIPE; in cfil_sock_data_out()
5314 return EPIPE; in cfil_sock_data_out()
5381 return EPIPE; in cfil_sock_data_in()
6402 return EPIPE; in cfil_sock_udp_handle_data()
6407 return EPIPE; in cfil_sock_udp_handle_data()
6428 return EPIPE; in cfil_sock_udp_handle_data()
[all …]
/xnu-11215/bsd/kern/
H A Dsys_socket.c157 if (stat == EPIPE && !(so->so_flags & SOF_NOSIGPIPE)) { in soo_write()
H A Dsys_pipe.c936 return EPIPE; in pipe_write()
1013 error = EPIPE; in pipe_write()
1123 error = EPIPE; in pipe_write()
H A Duipc_syscalls.c1379 if (error == EPIPE && !(so->so_flags & SOF_NOSIGPIPE) && in sendit()
1957 if (error == EPIPE && !(so->so_flags & SOF_NOSIGPIPE) && in sendmsg_x()
3899 error = EPIPE; in sendfile()
4030 error = EPIPE; in sendfile()
H A Duipc_usrreq.c617 error = EPIPE; in uipc_send()
636 error = EPIPE; in uipc_send()
H A Dvsock_domain.c1325 return EPIPE; in vsock_send()
H A Dsys_generic.c601 case EPIPE: in fp_writev()
H A Duipc_socket.c2024 error = EPIPE; in sosendcheck()
2045 return EPIPE; in sosendcheck()
/xnu-11215/bsd/security/audit/
H A Daudit_bsm_errno.c113 { .be_bsm_errno = BSM_ERRNO_EPIPE, .be_local_errno = EPIPE, ES("Broken pipe") },