Home
last modified time | relevance | path

Searched refs:E2BIG (Results 1 – 25 of 113) sorted by relevance

12345

/third_party/rust/crates/nix/src/
Derrno.rs154 E2BIG => "Argument list too long", in desc()
1131 E2BIG = libc::E2BIG, enumerator
1276 libc::E2BIG => E2BIG, in from_i32()
1421 E2BIG = libc::E2BIG, enumerator
1539 libc::E2BIG => E2BIG, in from_i32()
1657 E2BIG = libc::E2BIG, enumerator
1766 libc::E2BIG => E2BIG, in from_i32()
1874 E2BIG = libc::E2BIG, enumerator
1983 libc::E2BIG => E2BIG, in from_i32()
2089 E2BIG = libc::E2BIG, enumerator
[all …]
/third_party/libbpf/docs/
Dapi.rst45 /* note no minus sign for EINVAL and E2BIG below */
48 } else if (errno == E2BIG) {
49 /* handle E2BIG error */
/third_party/ltp/testcases/kernel/mem/thp/
Dthp01.c74 if (TST_ERR != E2BIG) in thp_test()
94 if (TST_ERR != E2BIG) in thp_test()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c26 E2BIG, "E2BIG", E2BIG}, {
D4-1.c21 E2BIG, "E2BIG"}, {
/third_party/libbpf/src/
Dringbuf.c135 return libbpf_err(-E2BIG); in ring_buffer__add()
395 return -E2BIG; in user_ringbuf_map()
491 return errno = E2BIG, NULL; in user_ring_buffer__reserve()
506 return errno = E2BIG, NULL; in user_ring_buffer__reserve()
/third_party/libuv/include/uv/
Derrno.h53 #if defined(E2BIG) && !defined(_WIN32)
54 # define UV__E2BIG UV__ERR(E2BIG)
/third_party/libdrm/nouveau/nvif/
Dunpack.h21 _ret = *_size ? -E2BIG : 0; \
/third_party/musl/libc-test/src/functional/
Diconv_open.c33 if (errno != E2BIG) in main()
/third_party/python/PC/
Derrmap.h37 return E2BIG; in winerror_to_errno()
/third_party/libxml2/os400/
Dlibxmlmain.c66 } while (j == -1 && errno == E2BIG); in main()
/third_party/lwip/src/include/lwip/
Derrno.h54 #define E2BIG 7 /* Arg list too long */ macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h8 #define E2BIG 7 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h7 #define E2BIG 7 macro
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h7 #define E2BIG 7 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h7 #define E2BIG 7 macro
/third_party/musl/arch/mips64/bits/
Derrno.h7 #define E2BIG 7 macro
/third_party/musl/arch/mips/bits/
Derrno.h7 #define E2BIG 7 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h7 #define E2BIG 7 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h8 #define E2BIG 7 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h8 #define E2BIG 7 macro
/third_party/musl/arch/generic/bits/
Derrno.h7 #define E2BIG 7 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h8 #define E2BIG 7 macro
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv02.c54 {&queue_id, &rcv_buf, MSGSIZE - 1, 2, 0, 0, E2BIG},
/third_party/ltp/testcases/kernel/syscalls/openat2/
Dopenat203.c34 …DCWD, TEST_FILE, O_RDWR | O_CREAT, S_IRWXU, 0, (struct open_how **)&phow, sizeof(*how) + 8, E2BIG},

12345