Searched refs:EPIPE (Results 1 - 16 of 16) sorted by relevance

/darwin-on-arm/xnu/bsd/sys/
H A Derrno.h119 #define EPIPE 32 /* Broken pipe */ macro
/darwin-on-arm/xnu/bsd/nfs/
H A Dkrpc_subr.c419 error = EPIPE;
443 error = EPIPE;
H A Dnfs_syscalls.c1158 error = EPIPE;
1169 if (error == EPIPE) {
H A Dnfs_lock.c920 return (EPIPE);
H A Dnfs_socket.c443 nso->nso_error = error ? error : EPIPE;
647 case EPIPE:
3031 case EPIPE:
3055 * EPIPE errors may be common with servers that drop idle connections.
3059 if ((error == EPIPE) || (error == EADDRNOTAVAIL) || (error == ENOTCONN))
5518 * - return EPIPE if a connection is lost for connection based sockets (TCP...)
5542 error = EPIPE; /* zap TCP sockets if they time out on send */
5546 error != EWOULDBLOCK && error != EPIPE)
H A Dnfs4_subs.c2460 error = EPIPE;
2471 if (error == EPIPE)
H A Dnfs_vfsops.c2528 case EPIPE:
/darwin-on-arm/xnu/bsd/kern/
H A Dsys_pipe.c882 return (EPIPE);
958 error = EPIPE;
1066 error = EPIPE;
1388 return (EPIPE);
H A Dsys_socket.c181 if (stat == EPIPE && !(so->so_flags & SOF_NOSIGPIPE))
H A Duipc_syscalls.c773 * EPIPE
801 * <pru_sosend>:EPIPE
878 if (error == EPIPE && !(so->so_flags & SOF_NOSIGPIPE))
2237 error = EPIPE;
2359 error = EPIPE;
H A Duipc_usrreq.c397 * EPIPE
512 error = EPIPE;
526 error = EPIPE;
H A Dsys_generic.c560 * <fo_write>:EPIPE
591 if (error == EPIPE && fp->f_type != DTYPE_SOCKET &&
684 if (error == EPIPE && fp->f_type != DTYPE_SOCKET &&
H A Duipc_socket.c1354 * EPIPE
1398 error = EPIPE;
1406 return (EPIPE);
1477 * sosendcheck:EPIPE
1501 * <pru_send>:EPIPE[AF_UNIX]
/darwin-on-arm/xnu/bsd/security/audit/
H A Daudit_bsm_errno.c114 { BSM_ERRNO_EPIPE, EPIPE, ES("Broken pipe") },
/darwin-on-arm/xnu/bsd/netat/
H A Dsys_glue.c333 return EPIPE;
H A Datp_write.c693 return EPIPE;

Completed in 134 milliseconds