Searched refs:E2BIG (Results 251 - 275 of 421) sorted by relevance

<<11121314151617

/linux-master/drivers/gpu/drm/nouveau/nvkm/engine/disp/
H A Duoutp.c192 return -E2BIG;
/linux-master/fs/debugfs/
H A Dfile.c1015 r = -E2BIG;
/linux-master/drivers/gpu/drm/msm/adreno/
H A Dadreno_gpu.c120 ret = -E2BIG;
/linux-master/drivers/gpu/drm/imagination/
H A Dpvr_queue.c1086 return -E2BIG;
/linux-master/drivers/gpu/drm/
H A Ddrm_mipi_dbi.c1379 ret = -E2BIG;
/linux-master/drivers/net/phy/
H A Dadin.c375 return -E2BIG;
H A Ddp83867.c441 return -E2BIG;
/linux-master/drivers/s390/scsi/
H A Dzfcp_fc.c755 return -E2BIG;
/linux-master/drivers/w1/masters/
H A Dds2490.c647 return -E2BIG;
/linux-master/tools/testing/selftests/net/tcp_ao/
H A Dkey-management.c101 if (err != -E2BIG)
/linux-master/tools/testing/selftests/seccomp/
H A Dseccomp_bpf.c960 ERRNO_FILTER(valid, E2BIG);
972 EXPECT_EQ(E2BIG, errno);
4134 EXPECT_EQ(errno, E2BIG);
4350 ERRNO_FILTER(block_read, E2BIG);
/linux-master/tools/lib/bpf/
H A Dbtf.c798 return libbpf_err(-E2BIG);
813 return libbpf_err(-E2BIG);
1556 btf = err ? ERR_PTR(-errno) : ERR_PTR(-E2BIG);
2314 return libbpf_err(-E2BIG);
/linux-master/drivers/gpu/drm/i915/
H A Di915_gem.c928 return ERR_PTR(-E2BIG);
/linux-master/fs/kernfs/
H A Dfile.c302 return -E2BIG;
/linux-master/net/sunrpc/xprtrdma/
H A Dsvc_rdma_rw.c520 return -E2BIG;
530 * %-E2BIG if the client-provided Write chunk is too small
551 * %-E2BIG if the client-provided Write chunk is too small
573 * %-E2BIG if the client-provided Write chunk is too small
672 * %-E2BIG if the payload was larger than the Reply chunk,
/linux-master/arch/x86/kvm/
H A Dpmu.c1004 return -E2BIG;
/linux-master/lib/
H A Ddynamic_debug.c1014 return -E2BIG;
/linux-master/drivers/spi/
H A Dspi-loopback-test.c1019 return -E2BIG;
/linux-master/drivers/net/phy/aquantia/
H A Daquantia_main.c440 return -E2BIG;
/linux-master/arch/x86/kernel/cpu/resctrl/
H A Dpseudo_lock.c376 ret = -E2BIG;
/linux-master/include/linux/
H A Drhashtable.h778 data = ERR_PTR(-E2BIG);
/linux-master/tools/testing/selftests/hid/
H A Dhid_bpf.c307 return -E2BIG;
/linux-master/drivers/gpu/drm/xe/
H A Dxe_exec_queue.c405 return -E2BIG;
/linux-master/drivers/cxl/core/
H A Dmbox.c234 * * %-E2BIG - Payload is too large for hardware.
252 return -E2BIG;
/linux-master/arch/riscv/kvm/
H A Dvcpu.c285 r = -E2BIG;

Completed in 522 milliseconds

<<11121314151617