/titanic_41/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 | 128 errno = EPIPE; in read3_2()
|
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nc/ |
H A D | atomicio.c | 65 errno = EPIPE; in atomicio()
|
/titanic_41/usr/src/cmd/pyzfs/ |
H A D | pyzfs.py | 76 if e.errno == errno.EPIPE:
|
/titanic_41/usr/src/lib/libbc/inc/include/sys/ |
H A D | errno.h | 72 #define EPIPE 32 /* Broken pipe */ macro
|
/titanic_41/usr/src/cmd/ssh/libssh/common/ |
H A D | atomicio.c | 94 errno = EPIPE; in atomiciov()
|
/titanic_41/usr/src/uts/common/sys/ |
H A D | errno.h | 84 #define EPIPE 32 /* Broken pipe */ macro
|
/titanic_41/usr/src/lib/libcmd/common/ |
H A D | head.c | 142 if (sfmove(fp, sfstdout, keep, delim) < 0 && errno != EPIPE) in b_head()
|
H A D | tee.c | 196 if ((sfmove(sfstdin, sfstdout, SF_UNBOUND, -1) < 0 || !sfeof(sfstdin)) && errno != EPIPE) in b_tee()
|
/titanic_41/usr/src/lib/libbc/libc/sys/common/ |
H A D | s5errno.h | 75 #define EPIPE 32 /* Broken pipe */ macro
|
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_trantcp.c | 315 return (EPIPE); in nbssn_peekhdr() 328 return (EPIPE); in nbssn_peekhdr() 884 case EPIPE: in smb_nbst_fatal()
|
H A D | smb_subrs.c | 251 {NT_STATUS_INVALID_PIPE_STATE, EPIPE}, 290 {NT_STATUS_PIPE_BROKEN, EPIPE}, 291 {NT_STATUS_PIPE_BUSY, EPIPE}, 293 {NT_STATUS_PIPE_DISCONNECTED, EPIPE},
|
/titanic_41/usr/src/lib/libdns_sd/common/ |
H A D | dnssd_ipc.h | 126 # define dnssd_EPIPE EPIPE
|
/titanic_41/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()
|
/titanic_41/usr/src/uts/common/io/ |
H A D | connld.c | 173 error = EPIPE; in connopen()
|
/titanic_41/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
|
/titanic_41/usr/src/lib/libzfs/common/ |
H A D | libzfs_diff.c | 448 di->zerr = EPIPE; in differ() 463 di->zerr = EPIPE; in differ() 807 } else if (errno != EPIPE || di.zerr == 0) { in zfs_show_diffs() 814 if (di.zerr != 0 && di.zerr != EPIPE) { in zfs_show_diffs()
|
/titanic_41/usr/src/cmd/lms/ |
H A D | ProtocolCompat.cpp | 141 if (EPIPE == error) { in _LmeReceiveCompat()
|
/titanic_41/usr/src/uts/common/fs/smbsrv/ |
H A D | smb_rename.c | 759 return (EPIPE); /* = ERRbadshare */ in smb_rename_lookup_src() 783 return (EPIPE); /* = ERRbadshare */ in smb_rename_lookup_src() 844 { EPIPE, ERROR_SHARING_VIOLATION, NT_STATUS_SHARING_VIOLATION }, in smb_rename_set_error()
|
/titanic_41/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-error.c | 179 { PR_PIPE_ERROR, EPIPE },
|
/titanic_41/usr/src/uts/common/inet/sockmods/ |
H A D | socksctp.c | 802 return (EPIPE); in sosctp_sendmsg() 907 if ((error == EPIPE) && (so->so_state & SS_CANTSENDMORE)) { in sosctp_sendmsg() 913 return (EPIPE); in sosctp_sendmsg() 1046 return (EPIPE); in sosctp_seq_sendmsg() 1107 if ((error == EPIPE) && (ssa->ssa_state & SS_CANTSENDMORE)) { in sosctp_seq_sendmsg() 1114 return (EPIPE); in sosctp_seq_sendmsg()
|
/titanic_41/usr/src/uts/common/fs/sockfs/ |
H A D | sockcommon.c | 341 case EPIPE: in socket_sendmsg() 357 if (error == EPIPE) { in socket_sendmblk()
|
/titanic_41/usr/src/cmd/sendmail/src/ |
H A D | err.c | 233 #ifdef EPIPE 234 case EPIPE:
|