Symbol: ESPIPE
arch/powerpc/kernel/nvram_64.c
190
return -ESPIPE;
arch/powerpc/platforms/powernv/opal-prd.c
172
return -ESPIPE;
drivers/bcma/scan.c
285
return -ESPIPE;
drivers/bcma/scan.c
498
} else if (err == -ESPIPE) {
drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c
234
return -ESPIPE;
drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c
308
return -ESPIPE;
drivers/gpu/drm/xe/xe_gt_sriov_pf_debugfs.c
639
return -ESPIPE;
drivers/gpu/drm/xe/xe_sriov_pf_debugfs.c
259
return -ESPIPE;
drivers/gpu/drm/xe/xe_sriov_pf_debugfs.c
271
return -ESPIPE;
drivers/iommu/iommufd/eventq.c
138
return -ESPIPE;
drivers/iommu/iommufd/eventq.c
186
return -ESPIPE;
drivers/iommu/iommufd/eventq.c
311
return -ESPIPE;
drivers/md/dm-vdo/errors.c
46
[ESPIPE] = "Illegal seek",
drivers/media/pci/saa7164/saa7164-encoder.c
807
return -ESPIPE;
drivers/media/pci/saa7164/saa7164-vbi.c
509
return -ESPIPE;
drivers/media/usb/hdpvr/hdpvr-video.c
420
return -ESPIPE;
drivers/net/ethernet/intel/i40e/i40e_adminq.h
107
-ESPIPE, /* I40E_AQ_RC_BAD_ADDR */
drivers/net/ethernet/intel/iavf/iavf_adminq.h
107
-ESPIPE, /* IAVF_AQ_RC_BAD_ADDR */
drivers/platform/x86/intel/sdsi.c
408
return -ESPIPE;
drivers/platform/x86/intel/sdsi.c
422
return -ESPIPE;
drivers/s390/char/vmur.c
791
return -ESPIPE; /* seek allowed only for reader */
drivers/s390/char/vmur.c
793
return -ESPIPE; /* only multiples of 4K allowed */
drivers/staging/most/video/video.c
164
return -ESPIPE;
drivers/usb/misc/legousbtower.c
485
return -ESPIPE; /* unseekable */
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
790
return -ESPIPE;
drivers/vfio/pci/hisilicon/hisi_acc_vfio_pci.c
911
return -ESPIPE;
drivers/vfio/pci/mlx5/main.c
174
return -ESPIPE;
drivers/vfio/pci/mlx5/main.c
871
return -ESPIPE;
drivers/vfio/pci/pds/lm.c
183
return -ESPIPE;
drivers/vfio/pci/pds/lm.c
282
return -ESPIPE;
drivers/vfio/pci/qat/main.c
176
return -ESPIPE;
drivers/vfio/pci/qat/main.c
303
return -ESPIPE;
drivers/vfio/pci/virtio/migrate.c
391
return -ESPIPE;
drivers/vfio/pci/virtio/migrate.c
950
return -ESPIPE;
drivers/vfio/pci/xe/main.c
179
return -ESPIPE;
drivers/vfio/pci/xe/main.c
207
return -ESPIPE;
drivers/virt/vboxguest/vboxguest_utils.c
773
[-VERR_SEEK_ON_DEVICE] = -ESPIPE,
fs/debugfs/file.c
367
ARGS(filp, offset, whence), HAS_LSEEK, -ESPIPE);
fs/debugfs/file.c
371
ARGS(filp, offset, whence), HAS_LSEEK, -ESPIPE);
fs/f2fs/file.c
5313
return -ESPIPE;
fs/hpfs/dir.c
62
return -ESPIPE;
fs/open.c
321
return -ESPIPE;
fs/read_write.c
1132
ret = -ESPIPE;
fs/read_write.c
1153
ret = -ESPIPE;
fs/read_write.c
1327
return -ESPIPE;
fs/read_write.c
390
return -ESPIPE;
fs/read_write.c
767
return -ESPIPE;
fs/read_write.c
797
return -ESPIPE;
fs/splice.c
1317
return -ESPIPE;
fs/splice.c
1329
return -ESPIPE;
fs/splice.c
1358
return -ESPIPE;
fs/splice.c
1411
return -ESPIPE;
fs/splice.c
1416
return -ESPIPE;
fs/sync.c
268
ret = -ESPIPE;
kernel/printk/printk.c
876
return -ESPIPE;
lib/errname.c
152
E(ESPIPE),
mm/fadvise.c
43
return -ESPIPE;
net/9p/error.c
124
{"bad offset in directory read", ESPIPE},
net/9p/error.c
69
{"Illegal seek", ESPIPE},
net/ipv4/tcp.c
841
return -ESPIPE;
net/mptcp/protocol.c
4448
return -ESPIPE;
net/netfilter/xt_recent.c
579
return -ESPIPE;
net/smc/af_smc.c
3315
rc = -ESPIPE;
net/socket.c
1165
return -ESPIPE;
net/socket.c
1184
return -ESPIPE;
net/unix/af_unix.c
3171
return -ESPIPE;
samples/vfio-mdev/mtty.c
1029
return -ESPIPE;
samples/vfio-mdev/mtty.c
891
return -ESPIPE;
security/apparmor/apparmorfs.c
1036
return -ESPIPE;
security/apparmor/apparmorfs.c
476
return ERR_PTR(-ESPIPE);
tools/lib/bpf/libbpf_utils.c
140
case -ESPIPE: return "-ESPIPE";
tools/testing/selftests/nolibc/nolibc-test.c
132
CASE_ERR(ESPIPE);
tools/testing/selftests/nolibc/nolibc-test.c
1422
CASE_TEST(lseek_0); EXPECT_SYSER(1, lseek(0, 0, SEEK_SET), -1, ESPIPE); break;