Home
last modified time | relevance | path

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

123

/illumos-gate/usr/src/test/os-tests/tests/sockfs/
H A Dnosignal.c71 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 Derror.h88 #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 Dmsend.c58 if (errno == EPIPE)
H A Dmrecv.c56 if (errno == EPIPE)
H A Dmread.c99 errno = EPIPE;
H A Dstreamio.c124 errno = EPIPE; in read3_2()
/illumos-gate/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Datomicio.c63 errno = EPIPE; in atomicio()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_global.c62 {"EPIPE", EPIPE},
/illumos-gate/usr/src/uts/common/fs/smbsrv/
H A Dsmb_errno.c77 { EPIPE, NT_STATUS_PIPE_BROKEN },
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h82 #define EPIPE 32 /* Broken pipe */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h85 #define EPIPE 32 /* Broken pipe */ macro
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.h144 -EPIPE, /* I40E_AQ_RC_EFLUSHED */ in i40e_aq_rc_to_posix()
/illumos-gate/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c450 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 Dsmb_trantcp.c309 return (EPIPE); in nbssn_peekhdr()
322 return (EPIPE); in nbssn_peekhdr()
900 case EPIPE: in smb_nbst_fatal()
H A Dsmb_subrs.c251 {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/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java196 public static final int EPIPE = 32; field in PoolsException
/illumos-gate/usr/src/uts/common/io/
H A Dconnld.c170 error = EPIPE; in connopen()
/illumos-gate/usr/src/contrib/mDNSResponder/mDNSShared/
H A Ddnssd_ipc.h68 # define dnssd_EPIPE EPIPE
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c177 { PR_PIPE_ERROR, EPIPE },
/illumos-gate/usr/src/uts/intel/sys/acpi/
H A Dacclib.h199 #define EPIPE 32 /* Broken pipe */ macro
/illumos-gate/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c811 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 Dhttp.c1020 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/uts/common/fs/sockfs/
H A Dsockcommon.c343 case EPIPE: in socket_sendmsg()
361 if (error == EPIPE) { in socket_sendmblk()
/illumos-gate/usr/src/cmd/sendmail/src/
H A Derr.c231 #ifdef EPIPE
232 case EPIPE:
/illumos-gate/usr/src/cmd/mdb/common/mdb/
H A Dmdb_pipeio.c147 return (set_errno(EPIPE)); /* fail with EPIPE if no reader */ in pio_write()

123