Searched refs:ESPIPE (Results 1 - 25 of 45) sorted by relevance

12

/freebsd-13-stable/sys/contrib/openzfs/module/zfs/
H A Dzcp_global.c59 {"ESPIPE", ESPIPE},
/freebsd-13-stable/lib/libc/stdio/
H A Dftell.c81 errno = ESPIPE;
94 errno = ESPIPE; /* historic practice */
H A Dstdio.c161 } else if (errret == ESPIPE)
H A Dfseek.c108 errno = ESPIPE; /* historic practice */
128 errno = ESPIPE;
/freebsd-13-stable/contrib/sendmail/libsm/
H A Dfpos.c80 errno = ESPIPE; /* historic practice */
H A Dfseek.c100 errno = ESPIPE; /* historic practice */
/freebsd-13-stable/contrib/lib9p/pytest/
H A Dlerrno.py35 ESPIPE = 29 variable
170 ESPIPE: 'Illegal seek',
/freebsd-13-stable/contrib/libarchive/libarchive/
H A Darchive_read_open_fd.c163 if (errno == ESPIPE)
167 * There's been an error other than ESPIPE. This is most
190 if (errno == ESPIPE) {
/freebsd-13-stable/contrib/llvm-project/libcxx/include/
H A Derrno.h345 #ifndef ESPIPE
346 #define ESPIPE 9960 macro
/freebsd-13-stable/sys/sys/
H A Derrno.h84 #define ESPIPE 29 /* Illegal seek */ macro
/freebsd-13-stable/sys/dev/ixl/
H A Di40e_adminq.h145 -ESPIPE, /* I40E_AQ_RC_BAD_ADDR */
/freebsd-13-stable/cddl/lib/libdtrace/
H A Derrno.d88 inline int ESPIPE = 29;
89 #pragma D binding "1.0" ESPIPE
277 errno == ESPIPE ? "Illegal seek" :
/freebsd-13-stable/contrib/netbsd-tests/lib/libc/sys/
H A Dt_posix_fadvise.c118 CE(posix_fadvise(pipe_fds[0], 0, 0, POSIX_FADV_NORMAL), ESPIPE); local
/freebsd-13-stable/sys/compat/cloudabi/
H A Dcloudabi_errno.c110 [ESPIPE] = CLOUDABI_ESPIPE,
/freebsd-13-stable/tools/bus_space/
H A Dbus.c143 errno = ESPIPE;
241 errno = ESPIPE;
/freebsd-13-stable/contrib/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:
/freebsd-13-stable/lib/libsysdecode/
H A Derrno.c115 [CLOUDABI_ESPIPE] = ESPIPE,
/freebsd-13-stable/stand/liblua/
H A Dlerrno.c79 ENTRY(ESPIPE),
/freebsd-13-stable/lib/libc/db/recno/
H A Drec_open.c123 if (lseek(rfd, (off_t)0, SEEK_CUR) == -1 && errno == ESPIPE) {
/freebsd-13-stable/contrib/netbsd-tests/include/
H A Dt_errno.c688 #ifdef ESPIPE
693 atf_tc_fail_nonfatal("ESPIPE not defined");
/freebsd-13-stable/sys/dev/cfi/
H A Dcfi_dev.c283 return (ESPIPE);
/freebsd-13-stable/sys/compat/linuxkpi/common/include/linux/
H A Dfs.h280 return (-ESPIPE);
/freebsd-13-stable/usr.bin/tail/
H A Dtail.c264 errno == ESPIPE) {
/freebsd-13-stable/tests/sys/fifo/
H A Dfifo_misc.c104 * POSIX does not allow lseek(2) on fifos, so we expect ESPIPE as a result.
120 warnx("%s: lseek succeeded instead of returning ESPIPE",
125 if (errno != ESPIPE) {
126 warn("%s: lseek returned instead of ESPIPE", __func__);

Completed in 147 milliseconds

12