Home
last modified time | relevance | path

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

123

/titanic_41/usr/src/cmd/lp/lib/msgs/
H A Dmrecv.c56 if (errno == EPIPE)
H A Dmsend.c58 if (errno == EPIPE)
H A Dmread.c99 errno = EPIPE;
H A Dstreamio.c128 errno = EPIPE; in read3_2()
/titanic_41/usr/src/cmd/cmd-inet/usr.bin/nc/
H A Datomicio.c65 errno = EPIPE; in atomicio()
/titanic_41/usr/src/cmd/pyzfs/
H A Dpyzfs.py76 if e.errno == errno.EPIPE:
/titanic_41/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h72 #define EPIPE 32 /* Broken pipe */ macro
/titanic_41/usr/src/cmd/ssh/libssh/common/
H A Datomicio.c94 errno = EPIPE; in atomiciov()
/titanic_41/usr/src/uts/common/sys/
H A Derrno.h84 #define EPIPE 32 /* Broken pipe */ macro
/titanic_41/usr/src/lib/libcmd/common/
H A Dhead.c142 if (sfmove(fp, sfstdout, keep, delim) < 0 && errno != EPIPE) in b_head()
H A Dtee.c196 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 Ds5errno.h75 #define EPIPE 32 /* Broken pipe */ macro
/titanic_41/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_trantcp.c315 return (EPIPE); in nbssn_peekhdr()
328 return (EPIPE); in nbssn_peekhdr()
884 case EPIPE: in smb_nbst_fatal()
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},
/titanic_41/usr/src/lib/libdns_sd/common/
H A Ddnssd_ipc.h126 # define dnssd_EPIPE EPIPE
/titanic_41/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.h144 -EPIPE, /* I40E_AQ_RC_EFLUSHED */ in i40e_aq_rc_to_posix()
/titanic_41/usr/src/uts/common/io/
H A Dconnld.c173 error = EPIPE; in connopen()
/titanic_41/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java196 public static final int EPIPE = 32; field in PoolsException
/titanic_41/usr/src/lib/libzfs/common/
H A Dlibzfs_diff.c448 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 DProtocolCompat.cpp141 if (EPIPE == error) { in _LmeReceiveCompat()
/titanic_41/usr/src/uts/common/fs/smbsrv/
H A Dsmb_rename.c759 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 Dldappr-error.c179 { PR_PIPE_ERROR, EPIPE },
/titanic_41/usr/src/uts/common/inet/sockmods/
H A Dsocksctp.c802 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 Dsockcommon.c341 case EPIPE: in socket_sendmsg()
357 if (error == EPIPE) { in socket_sendmblk()
/titanic_41/usr/src/cmd/sendmail/src/
H A Derr.c233 #ifdef EPIPE
234 case EPIPE:

123