/titanic_44/usr/src/lib/libc/port/gen/ |
H A D | posix_fadvise.c | 69 return (ESPIPE); in posix_fadvise() 97 return (ESPIPE); in posix_fadvise64()
|
H A D | posix_fallocate.c | 47 error = ESPIPE; in fallocate_errno()
|
/titanic_44/usr/src/lib/libldap5/sources/ldap/prldap/ |
H A D | ldappr-error.c | 180 { 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 D | errno.h | 69 #define ESPIPE 29 /* Illegal seek */ macro
|
/titanic_44/usr/src/cmd/sendmail/libsm/ |
H A D | fpos.c | 82 errno = ESPIPE; /* historic practice */
|
H A D | fseek.c | 102 errno = ESPIPE; /* historic practice */
|
/titanic_44/usr/src/cmd/sendmail/src/ |
H A D | bf.c | 387 if ((errno == EINVAL) || (errno == ESPIPE)) 505 if ((errno == EINVAL) || (errno == ESPIPE)) 591 if ((errno == EINVAL) || (errno == ESPIPE))
|
H A D | err.c | 230 #ifdef ESPIPE 231 case ESPIPE:
|
/titanic_44/usr/src/uts/common/sys/ |
H A D | errno.h | 81 #define ESPIPE 29 /* Illegal seek */ macro
|
/titanic_44/usr/src/lib/libbc/libc/sys/common/ |
H A D | s5errno.h | 72 #define ESPIPE 29 /* Illegal seek */ macro
|
/titanic_44/usr/src/uts/common/io/i40e/core/ |
H A D | i40e_adminq.h | 145 -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 D | PoolsException.java | 181 public static final int ESPIPE = 29; field in PoolsException
|
/titanic_44/usr/src/uts/common/syscall/ |
H A D | rw.c | 391 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 D | tail.c | 216 errno == ESPIPE) { in main()
|
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/recno/ |
H A D | rec_open.c | 127 if (lseek(rfd, (off_t)0, SEEK_CUR) == -1 && errno == ESPIPE) {
|
/titanic_44/usr/src/lib/libc/port/aio/ |
H A D | aio.c | 1082 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 D | sockcommon_vnops.c | 469 return (ESPIPE); in socket_vop_seek()
|
/titanic_44/usr/src/lib/krb5/plugins/kdb/db2/libdb2/mpool/ |
H A D | mpool.c | 77 errno = ESPIPE;
|
/titanic_44/usr/src/uts/i86pc/i86hvm/io/xpv/ |
H A D | xpv_support.c | 218 CASE(ENOSPC); CASE(ESPIPE); CASE(EROFS); in xen_xlate_errcode()
|
/titanic_44/usr/src/lib/libast/common/sfio/ |
H A D | sfhdr.h | 626 #ifndef ESPIPE 627 #define ESPIPE 29 macro
|
/titanic_44/usr/src/uts/i86xpv/os/ |
H A D | xen_machdep.c | 1083 CASE(ENOSPC); CASE(ESPIPE); CASE(EROFS); in xen_xlate_errcode()
|
/titanic_44/usr/src/cmd/csh/ |
H A D | sh.lex.c | 1438 if (lseek(SHIN, (off_t)0, 1) < 0 || errno == ESPIPE)
|
/titanic_44/usr/src/uts/common/fs/smbclnt/netsmb/ |
H A D | smb_subrs.c | 269 {NT_STATUS_NONEXISTENT_SECTOR, ESPIPE},
|
/titanic_44/usr/src/cmd/sgs/libconv/common/ |
H A D | corenote.msg | 150 @ MSG_ERRNO_ESPIPE "[ ESPIPE ]" # 29
|
/titanic_44/usr/src/uts/common/fs/fifofs/ |
H A D | fifovnops.c | 1734 return (ESPIPE); in fifo_seek()
|