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

12

/linux-master/include/uapi/asm-generic/
H A Derrno-base.h33 #define ESPIPE 29 /* Illegal seek */ macro
/linux-master/tools/include/uapi/asm-generic/
H A Derrno-base.h33 #define ESPIPE 29 /* Illegal seek */ macro
/linux-master/net/9p/
H A Derror.c68 {"Illegal seek", ESPIPE},
123 {"bad offset in directory read", ESPIPE},
/linux-master/drivers/net/ethernet/intel/iavf/
H A Diavf_adminq.h107 -ESPIPE, /* IAVF_AQ_RC_BAD_ADDR */
/linux-master/drivers/net/ethernet/intel/i40e/
H A Di40e_adminq.h107 -ESPIPE, /* I40E_AQ_RC_BAD_ADDR */
/linux-master/tools/testing/selftests/drivers/sdsi/
H A Dsdsi_test.py125 assert error.value.errno == errno.ESPIPE
132 assert error.value.errno == errno.ESPIPE
/linux-master/mm/
H A Dfadvise.c43 return -ESPIPE;
/linux-master/drivers/bcma/
H A Dscan.c285 return -ESPIPE;
498 } else if (err == -ESPIPE) {
/linux-master/drivers/vfio/pci/pds/
H A Dlm.c184 return -ESPIPE;
284 return -ESPIPE;
/linux-master/fs/
H A Dsync.c272 ret = -ESPIPE;
H A Dread_write.c288 return -ESPIPE;
669 ret = -ESPIPE;
703 ret = -ESPIPE;
1047 ret = -ESPIPE;
1070 ret = -ESPIPE;
1242 retval = -ESPIPE;
H A Dsplice.c1322 return -ESPIPE;
1334 return -ESPIPE;
1363 return -ESPIPE;
1416 return -ESPIPE;
1421 return -ESPIPE;
/linux-master/lib/
H A Derrname.c152 E(ESPIPE),
/linux-master/drivers/md/dm-vdo/
H A Derrors.c46 [ESPIPE] = "Illegal seek",
/linux-master/drivers/platform/x86/intel/
H A Dsdsi.c386 return -ESPIPE;
400 return -ESPIPE;
/linux-master/fs/hpfs/
H A Ddir.c62 return -ESPIPE;
/linux-master/arch/powerpc/platforms/powernv/
H A Dopal-prd.c172 return -ESPIPE;
/linux-master/drivers/s390/char/
H A Dvmur.c792 return -ESPIPE; /* seek allowed only for reader */
794 return -ESPIPE; /* only multiples of 4K allowed */
/linux-master/drivers/media/pci/saa7164/
H A Dsaa7164-vbi.c511 printk(KERN_ERR "%s() ESPIPE\n", __func__);
512 return -ESPIPE;
/linux-master/drivers/usb/misc/
H A Dlegousbtower.c485 return -ESPIPE; /* unseekable */
/linux-master/drivers/staging/most/video/
H A Dvideo.c159 return -ESPIPE;
/linux-master/drivers/virt/vboxguest/
H A Dvboxguest_utils.c773 [-VERR_SEEK_ON_DEVICE] = -ESPIPE,
/linux-master/drivers/vfio/pci/mlx5/
H A Dmain.c205 return -ESPIPE;
896 return -ESPIPE;
/linux-master/drivers/vfio/pci/hisilicon/
H A Dhisi_acc_vfio_pci.c689 return -ESPIPE;
811 return -ESPIPE;
/linux-master/samples/vfio-mdev/
H A Dmtty.c891 return -ESPIPE;
1030 return -ESPIPE;

Completed in 368 milliseconds

12