Searched refs:EPIPE (Results 26 - 50 of 59) sorted by relevance

123

/illumos-gate/usr/src/lib/print/libhttp-core/common/
H A Dhttp.c1022 http->error = EPIPE;
1082 http->error = EPIPE;
1364 http->error = EPIPE;
1694 if (http->error == EPIPE && http->status > HTTP_CONTINUE)
/illumos-gate/usr/src/lib/libcmd/common/
H A Dcat.c542 if (n < 0 && errno != EPIPE)
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subrs.c251 {NT_STATUS_INVALID_PIPE_STATE, EPIPE},
290 {NT_STATUS_PIPE_BROKEN, EPIPE},
291 {NT_STATUS_PIPE_BUSY, EPIPE},
293 {NT_STATUS_PIPE_DISCONNECTED, EPIPE},
/illumos-gate/usr/src/lib/libc/port/threads/
H A Ddoor_calls.c669 failerrno = EPIPE;
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_opipe.c391 rc = EPIPE;
/illumos-gate/usr/src/uts/common/inet/tcp/
H A Dtcp_socket.c510 * connect or has never been connected, and EPIPE if it
515 ((tcp->tcp_connid > 0) ? EPIPE : ENOTCONN));
518 return (EPIPE);
/illumos-gate/usr/src/cmd/zoneadmd/
H A Dzcons.c690 * alive; we know it is not if it throws EPIPE at us when we try to write
696 if ((write(clifd, "", 0) == -1) && errno == EPIPE)
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/ftp/
H A Dftp.c910 if ((d == -1) && (errno != EPIPE))
954 if ((d == -1) && (errno != EPIPE))
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dnl7curi.c1451 if (error == EPIPE)
1690 error = EPIPE;
H A Dsockcommon_sops.c403 error = EPIPE;
513 error = EPIPE;
H A Dsocktpi.c3962 return (EPIPE);
4189 return (EPIPE);
4240 return (EPIPE);
4540 error = EPIPE;
4602 return (EPIPE);
4956 * EPIPE The ioctl error semantics prefer the write
5081 * EPIPE The ioctl error semantics prefer the write
H A Dsockfilter.c1715 return (EPIPE);
H A Dsockcommon_subr.c266 return (EPIPE);
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksdp.c504 return (EPIPE);
/illumos-gate/usr/src/stand/lib/sock/
H A Dsocket.c1039 errno = EPIPE;
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_sendrecv.c980 case EPIPE:
1060 case EPIPE:
1694 case EPIPE:
2044 case EPIPE:
H A Dlibzfs_util.c355 case EPIPE:
/illumos-gate/usr/src/cmd/sgs/elfedit/common/
H A Delfedit.c488 broken_pipe = pager && (err < 0) && (errno == EPIPE);
550 broken_pipe = (err < 0) && pager && (errno == EPIPE);
/illumos-gate/usr/src/lib/libshell/common/sh/
H A Dio.c433 case EPIPE:
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb.c699 if (err == MDB_ERR_OUTPUT && mdb.m_depth == 1 && errno != EPIPE)
/illumos-gate/usr/src/cmd/lms/
H A DProtocol.cpp1364 if ((count == -1) && (senderr == EPIPE)) {
/illumos-gate/usr/src/lib/libnsl/rpc/
H A Dclnt_vc.c1296 rpc_callerr.re_errno = errno = EPIPE;
/illumos-gate/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c829 * send SIGPIPE and return EPIPE if ...
1105 error = EPIPE;
/illumos-gate/usr/src/cmd/ndmpd/ndmp/
H A Dndmpd_zfs.c280 * EPIPE to be returned to the writing thread. This will cause the writer
562 result = EPIPE;
/illumos-gate/usr/src/cmd/sendmail/src/
H A Ddeliver.c3300 ** Ignore an I/O error that was caused by EPIPE.
3305 if (!ok && (sm_io_error(mci->mci_out) && errno == EPIPE))
5047 (sm_io_error(mci->mci_out) && errno != EPIPE)))

Completed in 197 milliseconds

123