/illumos-gate/usr/src/test/os-tests/tests/sockfs/ |
H A D | nosignal.c | 71 assert(len == -1 && errno == EPIPE); in main() 77 assert(len == -1 && errno == EPIPE); in main()
|
/illumos-gate/usr/src/contrib/ast/src/lib/libast/include/ |
H A D | error.h | 88 #define ERROR_PIPE(e) ((e)==EPIPE||(e)==ECONNRESET||(e)==EIO) 90 #define ERROR_PIPE(e) ((e)==EPIPE||(e)==EIO)
|
/illumos-gate/usr/src/cmd/lp/lib/msgs/ |
H A D | mrecv.c | 56 if (errno == EPIPE)
|
H A D | msend.c | 58 if (errno == EPIPE)
|
H A D | mread.c | 99 errno = EPIPE;
|
H A D | streamio.c | 124 errno = EPIPE; in read3_2()
|
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | atomicio.c | 63 errno = EPIPE; in atomicio()
|
/illumos-gate/usr/src/uts/common/fs/zfs/ |
H A D | zcp_global.c | 62 {"EPIPE", EPIPE},
|
/illumos-gate/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_errno.c | 77 { EPIPE, NT_STATUS_PIPE_BROKEN },
|
/illumos-gate/usr/src/boot/sys/sys/ |
H A D | errno.h | 85 #define EPIPE 32 /* Broken pipe */ macro
|
/illumos-gate/usr/src/uts/common/sys/ |
H A D | errno.h | 82 #define EPIPE 32 /* Broken pipe */ macro
|
/illumos-gate/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 450 di->zerr = EPIPE; in differ() 465 di->zerr = EPIPE; in differ() 809 } else if (errno != EPIPE || di.zerr == 0) { in zfs_show_diffs() 816 if (di.zerr != 0 && di.zerr != EPIPE) { in zfs_show_diffs()
|
/illumos-gate/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_trantcp.c | 309 return (EPIPE); in nbssn_peekhdr() 322 return (EPIPE); in nbssn_peekhdr() 900 case EPIPE: in smb_nbst_fatal()
|
H A D | smb_subrs.c | 251 {NT_STATUS_INVALID_PIPE_STATE, EPIPE}, 305 {NT_STATUS_PIPE_BROKEN, EPIPE}, 306 {NT_STATUS_PIPE_BUSY, EPIPE}, 308 {NT_STATUS_PIPE_DISCONNECTED, EPIPE},
|
/illumos-gate/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_adminq.h | 144 -EPIPE, /* I40E_AQ_RC_EFLUSHED */ in i40e_aq_rc_to_posix()
|
/illumos-gate/usr/src/uts/common/io/ |
H A D | connld.c | 170 error = EPIPE; in connopen()
|
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/ |
H A D | PoolsException.java | 196 public static final int EPIPE = 32; field in PoolsException
|
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/ |
H A D | dnssd_ipc.h | 68 # define dnssd_EPIPE EPIPE
|
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-error.c | 177 { PR_PIPE_ERROR, EPIPE },
|
/illumos-gate/usr/src/uts/intel/sys/acpi/ |
H A D | acclib.h | 199 #define EPIPE 32 /* Broken pipe */ macro
|
/illumos-gate/usr/src/uts/common/inet/sockmods/ |
H A D | socksctp.c | 811 return (EPIPE); in sosctp_sendmsg() 916 if ((error == EPIPE) && (so->so_state & SS_CANTSENDMORE)) { in sosctp_sendmsg() 922 return (EPIPE); in sosctp_sendmsg() 1055 return (EPIPE); in sosctp_seq_sendmsg() 1116 if ((error == EPIPE) && (ssa->ssa_state & SS_CANTSENDMORE)) { in sosctp_seq_sendmsg() 1123 return (EPIPE); in sosctp_seq_sendmsg()
|
/illumos-gate/usr/src/lib/print/libhttp-core/common/ |
H A D | http.c | 1020 http->error = EPIPE; in httpRead() 1080 http->error = EPIPE; in httpRead() 1362 http->error = EPIPE; in httpGets() 1692 if (http->error == EPIPE && http->status > HTTP_CONTINUE) in httpUpdate()
|
/illumos-gate/usr/src/cmd/sendmail/src/ |
H A D | err.c | 231 #ifdef EPIPE 232 case EPIPE:
|
/illumos-gate/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon.c | 343 case EPIPE: in socket_sendmsg() 361 if (error == EPIPE) { in socket_sendmblk()
|
/illumos-gate/usr/src/cmd/mdb/common/mdb/ |
H A D | mdb_pipeio.c | 147 return (set_errno(EPIPE)); /* fail with EPIPE if no reader */ in pio_write()
|