Home
last modified time | relevance | path

Searched refs:ESPIPE (Results 1 – 25 of 26) sorted by relevance

12

/titanic_44/usr/src/lib/libc/port/gen/
H A Dposix_fadvise.c69 return (ESPIPE); in posix_fadvise()
97 return (ESPIPE); in posix_fadvise64()
H A Dposix_fallocate.c47 error = ESPIPE; in fallocate_errno()
/titanic_44/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c180 { PR_NO_SEEK_DEVICE_ERROR, ESPIPE },
197 { PR_FILE_SEEK_ERROR, ESPIPE }, /* XXX: correct mapping ? */
/titanic_44/usr/src/lib/libbc/inc/include/sys/
H A Derrno.h69 #define ESPIPE 29 /* Illegal seek */ macro
/titanic_44/usr/src/cmd/sendmail/libsm/
H A Dfpos.c82 errno = ESPIPE; /* historic practice */
H A Dfseek.c102 errno = ESPIPE; /* historic practice */
/titanic_44/usr/src/cmd/sendmail/src/
H A Dbf.c387 if ((errno == EINVAL) || (errno == ESPIPE))
505 if ((errno == EINVAL) || (errno == ESPIPE))
591 if ((errno == EINVAL) || (errno == ESPIPE))
H A Derr.c230 #ifdef ESPIPE
231 case ESPIPE:
/titanic_44/usr/src/uts/common/sys/
H A Derrno.h81 #define ESPIPE 29 /* Illegal seek */ macro
/titanic_44/usr/src/lib/libbc/libc/sys/common/
H A Ds5errno.h72 #define ESPIPE 29 /* Illegal seek */ macro
/titanic_44/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.h145 -ESPIPE, /* I40E_AQ_RC_BAD_ADDR */ in i40e_aq_rc_to_posix()
/titanic_44/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java181 public static final int ESPIPE = 29; field in PoolsException
/titanic_44/usr/src/uts/common/syscall/
H A Drw.c391 error = ESPIPE; in pread()
545 error = ESPIPE; in pwrite()
1021 error = ESPIPE; in preadv()
1233 error = ESPIPE; in pwritev()
1371 error = ESPIPE; in pread64()
1504 error = ESPIPE; in pwrite64()
/titanic_44/usr/src/cmd/tail/
H A Dtail.c216 errno == ESPIPE) { in main()
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c127 if (lseek(rfd, (off_t)0, SEEK_CUR) == -1 && errno == ESPIPE) {
/titanic_44/usr/src/lib/libc/port/aio/
H A Daio.c1082 if (errno == ESPIPE) { in _aio_do_request()
1112 if (errno == ESPIPE) { in _aio_do_request()
1129 if (errno == ESPIPE) { in _aio_do_request()
1158 if (errno == ESPIPE) { in _aio_do_request()
/titanic_44/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c469 return (ESPIPE); in socket_vop_seek()
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c77 errno = ESPIPE;
/titanic_44/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c218 CASE(ENOSPC); CASE(ESPIPE); CASE(EROFS); in xen_xlate_errcode()
/titanic_44/usr/src/lib/libast/common/sfio/
H A Dsfhdr.h626 #ifndef ESPIPE
627 #define ESPIPE 29 macro
/titanic_44/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1083 CASE(ENOSPC); CASE(ESPIPE); CASE(EROFS); in xen_xlate_errcode()
/titanic_44/usr/src/cmd/csh/
H A Dsh.lex.c1438 if (lseek(SHIN, (off_t)0, 1) < 0 || errno == ESPIPE)
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/
H A Dsmb_subrs.c269 {NT_STATUS_NONEXISTENT_SECTOR, ESPIPE},
/titanic_44/usr/src/cmd/sgs/libconv/common/
H A Dcorenote.msg150 @ MSG_ERRNO_ESPIPE "[ ESPIPE ]" # 29
/titanic_44/usr/src/uts/common/fs/fifofs/
H A Dfifovnops.c1734 return (ESPIPE); in fifo_seek()

12