Searched refs:E2BIG (Results 26 - 50 of 419) sorted by relevance

1234567891011>>

/linux-master/kernel/trace/
H A Dtrace_dynevent.c306 return -E2BIG;
355 return -E2BIG;
378 return -E2BIG;
/linux-master/tools/testing/selftests/bpf/progs/
H A Ddynptr_success.c306 if (bpf_dynptr_write(&ptr, 0, &write_data, sizeof(write_data), 0) != -E2BIG) {
344 if (bpf_dynptr_read(&read_data, sizeof(read_data), &ptr, 0, 0) != -E2BIG) {
349 if (bpf_dynptr_write(&ptr, 0, &write_data, sizeof(write_data), 0) != -E2BIG) {
/linux-master/tools/testing/selftests/openat2/
H A Dopenat2_test.c76 .size = sizeof(struct open_how_ext), .err = -E2BIG },
79 .size = sizeof(struct open_how_ext), .err = -E2BIG },
82 .size = sizeof(struct open_how_ext), .err = -E2BIG },
/linux-master/drivers/gpu/drm/bridge/analogix/
H A Danalogix-i2c-dptx.c111 return -E2BIG;
/linux-master/drivers/gpu/drm/i915/selftests/
H A Dmock_region.c71 return -E2BIG;
/linux-master/tools/testing/selftests/kvm/x86_64/
H A Dhyperv_cpuid.c126 TEST_ASSERT(ret == -1 && errno == E2BIG,
127 "%s KVM_GET_SUPPORTED_HV_CPUID didn't fail with -E2BIG when"
/linux-master/tools/testing/selftests/bpf/prog_tests/
H A Dmap_ops.c113 ASSERT_EQ(skel->bss->err, -E2BIG, "map_push_when_full");
H A Dxdp_context_test_run.c53 ASSERT_EQ(errno, E2BIG, "extradata-errno");
/linux-master/tools/perf/util/
H A Dperf_api_probe.c181 if (fd < 0 && errno == E2BIG)
H A Dstrbuf.c55 return -E2BIG;
/linux-master/fs/btrfs/
H A Dzlib.c191 ret = -E2BIG;
200 ret = -E2BIG;
236 ret = -E2BIG;
254 ret = -E2BIG;
H A Dlzo.c144 return -E2BIG;
176 return -E2BIG;
279 ret = -E2BIG;
/linux-master/tools/testing/selftests/lsm/
H A Dlsm_list_modules_test.c51 ASSERT_EQ(E2BIG, errno);
/linux-master/net/wireless/
H A Dwext-priv.c32 return -E2BIG;
151 return -E2BIG;
/linux-master/drivers/gpu/drm/i915/
H A Di915_scatterlist.c103 return ERR_PTR(-E2BIG);
190 return ERR_PTR(-E2BIG);
/linux-master/include/linux/
H A Duaccess.h323 * return -E2BIG;
341 * are checked to ensure they are zeroed, otherwise -E2BIG is returned.
344 * * -E2BIG: (@usize > @ksize) and there are non-zero trailing bytes in @src.
356 return -E2BIG;
364 return ret ?: -E2BIG;
/linux-master/kernel/bpf/
H A Dreuseport_array.c70 return -E2BIG;
247 return -E2BIG;
H A Dqueue_stack_maps.c59 return -E2BIG;
215 err = -E2BIG;
/linux-master/lib/
H A Dlogic_pio.c77 ret = -E2BIG;
86 ret = -E2BIG;
/linux-master/drivers/net/wireless/broadcom/b43/
H A Ddebugfs.c129 return -E2BIG;
205 return -E2BIG;
270 return -E2BIG;
334 return -E2BIG;
565 return -E2BIG;
/linux-master/lib/crypto/mpi/
H A Dmpicoder.c607 return -E2BIG;
630 return -E2BIG;
650 return -E2BIG;
690 return -E2BIG;
723 return -E2BIG;
/linux-master/tools/testing/selftests/kvm/aarch64/
H A Dvgic_init.c179 TEST_ASSERT(ret && errno == E2BIG, "dist address beyond IPA limit");
183 TEST_ASSERT(ret && errno == E2BIG, "redist address beyond IPA limit");
189 TEST_ASSERT(ret && errno == E2BIG,
281 TEST_ASSERT(ret && errno == E2BIG,
288 TEST_ASSERT(ret && errno == E2BIG,
656 TEST_ASSERT(ret && errno == E2BIG,
662 TEST_ASSERT(ret && errno == E2BIG,
/linux-master/drivers/net/wireless/quantenna/qtnfmac/
H A Dshm_ipc.c131 return -E2BIG;
/linux-master/drivers/net/dsa/mv88e6xxx/
H A Dglobal2_avb.c51 return -E2BIG;
/linux-master/net/9p/
H A Derror.c49 {"Argument list too long", E2BIG},

Completed in 214 milliseconds

1234567891011>>