Home
last modified time | relevance | path

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

12

/openbmc/linux/net/9p/
H A Derror.c68 {"Illegal seek", ESPIPE},
123 {"bad offset in directory read", ESPIPE},
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno-base.h33 #define ESPIPE 29 /* Illegal seek */ macro
/openbmc/linux/include/uapi/asm-generic/
H A Derrno-base.h33 #define ESPIPE 29 /* Illegal seek */ macro
/openbmc/linux/tools/testing/selftests/drivers/sdsi/
H A Dsdsi_test.py125 assert error.value.errno == errno.ESPIPE
132 assert error.value.errno == errno.ESPIPE
/openbmc/linux/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.h114 -ESPIPE, /* I40E_AQ_RC_BAD_ADDR */ in i40e_aq_rc_to_posix()
/openbmc/linux/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.h114 -ESPIPE, /* IAVF_AQ_RC_BAD_ADDR */ in iavf_aq_rc_to_posix()
/openbmc/u-boot/include/linux/
H A Derrno.h32 #define ESPIPE 29 /* Illegal seek */ macro
/openbmc/linux/drivers/vfio/pci/pds/
H A Dlm.c184 return -ESPIPE; in pds_vfio_save_read()
284 return -ESPIPE; in pds_vfio_restore_write()
/openbmc/u-boot/lib/
H A Derrno_str.c43 ERRNO_MSG(ESPIPE, "Illegal seek"),
/openbmc/linux/mm/
H A Dfadvise.c43 return -ESPIPE; in generic_fadvise()
/openbmc/linux/fs/
H A Dread_write.c288 return -ESPIPE; in vfs_llseek()
663 ret = -ESPIPE; in ksys_pread64()
697 ret = -ESPIPE; in ksys_pwrite64()
1005 ret = -ESPIPE; in do_preadv()
1028 ret = -ESPIPE; in do_pwritev()
1200 retval = -ESPIPE; in do_sendfile()
H A Dsplice.c1260 return -ESPIPE; in do_splice()
1272 return -ESPIPE; in do_splice()
1301 return -ESPIPE; in do_splice()
1350 return -ESPIPE; in __do_splice()
1355 return -ESPIPE; in __do_splice()
H A Dsync.c272 ret = -ESPIPE; in sync_file_range()
/openbmc/linux/drivers/bcma/
H A Dscan.c285 return -ESPIPE; in bcma_get_next_core()
498 } else if (err == -ESPIPE) { in bcma_bus_scan()
/openbmc/linux/lib/
H A Derrname.c152 E(ESPIPE),
/openbmc/u-boot/common/
H A Dbloblist.c88 return -ESPIPE; in bloblist_ensurerec()
/openbmc/linux/drivers/platform/x86/intel/
H A Dsdsi.c386 return -ESPIPE; in provision_akc_write()
400 return -ESPIPE; in provision_cap_write()
/openbmc/linux/rust/kernel/
H A Derror.rs59 declare_err!(ESPIPE, "Illegal seek.");
/openbmc/linux/Documentation/ABI/testing/
H A Dsysfs-driver-intel_sdsi26 ESPIPE Seeking is not allowed.
H A Ddev-kmsg68 non-standard. -ESPIPE is returned for non-zero offset. -EINVAL
/openbmc/linux/drivers/s390/char/
H A Dvmur.c790 return -ESPIPE; /* seek allowed only for reader */ in ur_llseek()
792 return -ESPIPE; /* only multiples of 4K allowed */ in ur_llseek()
/openbmc/linux/arch/powerpc/platforms/powernv/
H A Dopal-prd.c170 return -ESPIPE; in opal_prd_read()
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c132 case ESPIPE: return TARGET_ESPIPE; in errno_h2g()
/openbmc/linux/fs/hpfs/
H A Ddir.c62 return -ESPIPE; in hpfs_dir_lseek()
/openbmc/linux/drivers/staging/most/video/
H A Dvideo.c159 return -ESPIPE; in comp_vdev_read()

12