Home
last modified time | relevance | path

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

12

/illumos-gate/usr/src/lib/libc/port/gen/
H A Dposix_fadvise.c66 return (ESPIPE); in posix_fadvise()
93 return (ESPIPE); in posix_fadvise64()
H A Dposix_fallocate.c45 error = ESPIPE; in fallocate_errno()
H A Derrlist73 29 ESPIPE Illegal seek
/illumos-gate/usr/src/lib/libldap5/sources/ldap/prldap/
H A Dldappr-error.c178 { PR_NO_SEEK_DEVICE_ERROR, ESPIPE },
195 { PR_FILE_SEEK_ERROR, ESPIPE }, /* XXX: correct mapping ? */
/illumos-gate/usr/src/lib/smbclnt/libfksmbfs/common/
H A Dfake_rw.c94 error = ESPIPE; in fake_pread()
168 error = ESPIPE; in fake_pwrite()
/illumos-gate/usr/src/uts/common/fs/zfs/
H A Dzcp_global.c59 {"ESPIPE", ESPIPE},
/illumos-gate/usr/src/cmd/sendmail/libsm/
H A Dfpos.c80 errno = ESPIPE; /* historic practice */
H A Dfseek.c100 errno = ESPIPE; /* historic practice */
/illumos-gate/usr/src/cmd/sendmail/src/
H A Dbf.c385 if ((errno == EINVAL) || (errno == ESPIPE))
503 if ((errno == EINVAL) || (errno == ESPIPE))
589 if ((errno == EINVAL) || (errno == ESPIPE))
H A Derr.c228 #ifdef ESPIPE
229 case ESPIPE:
/illumos-gate/usr/src/uts/common/sys/
H A Derrno.h79 #define ESPIPE 29 /* Illegal seek */ macro
/illumos-gate/usr/src/boot/sys/sys/
H A Derrno.h82 #define ESPIPE 29 /* Illegal seek */ macro
/illumos-gate/usr/src/uts/common/io/i40e/core/
H A Di40e_adminq.h145 -ESPIPE, /* I40E_AQ_RC_BAD_ADDR */ in i40e_aq_rc_to_posix()
/illumos-gate/usr/src/cmd/pools/poold/com/sun/solaris/service/pools/
H A DPoolsException.java181 public static final int ESPIPE = 29; field in PoolsException
/illumos-gate/usr/src/uts/common/syscall/
H A Drw.c392 error = ESPIPE; in pread()
546 error = ESPIPE; in pwrite()
1137 error = ESPIPE; in preadv()
1355 error = ESPIPE; in pwritev()
1466 error = ESPIPE; in pread64()
1599 error = ESPIPE; in pwrite64()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/
H A Drec_open.c125 if (lseek(rfd, (off_t)0, SEEK_CUR) == -1 && errno == ESPIPE) {
/illumos-gate/usr/src/cmd/tail/
H A Dtail.c221 errno == ESPIPE) { in main()
/illumos-gate/usr/src/lib/libc/port/aio/
H A Daio.c1079 if (errno == ESPIPE) { in _aio_do_request()
1109 if (errno == ESPIPE) { in _aio_do_request()
1126 if (errno == ESPIPE) { in _aio_do_request()
1155 if (errno == ESPIPE) { in _aio_do_request()
/illumos-gate/usr/src/uts/common/fs/sockfs/
H A Dsockcommon_vnops.c484 return (ESPIPE); in socket_vop_seek()
/illumos-gate/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/
H A Dmpool.c77 errno = ESPIPE;
/illumos-gate/usr/src/uts/i86pc/i86hvm/io/xpv/
H A Dxpv_support.c218 CASE(ENOSPC); CASE(ESPIPE); CASE(EROFS); in xen_xlate_errcode()
/illumos-gate/usr/src/contrib/ast/src/lib/libast/sfio/
H A Dsfhdr.h639 #ifndef ESPIPE
640 #define ESPIPE 29 macro
/illumos-gate/usr/src/boot/libsa/
H A Dpkgfs.c363 errno = ESPIPE; in pkg_seek()
/illumos-gate/usr/src/uts/i86xpv/os/
H A Dxen_machdep.c1071 CASE(ENOSPC); CASE(ESPIPE); CASE(EROFS); in xen_xlate_errcode()
/illumos-gate/usr/src/cmd/csh/
H A Dsh.lex.c1445 if (lseek(SHIN, (off_t)0, 1) < 0 || errno == ESPIPE)

12