Home
last modified time | relevance | path

Searched defs:ENOMEM (Results 1 - 25 of 53) sorted by relevance

123

/third_party/ltp/testcases/kernel/syscalls/munlock/
H A Dmunlock02.c25 TST_EXP_FAIL(munlock(addr, len), ENOMEM, "munlock(%p, %lu)", in run() local
/third_party/ltp/testcases/kernel/syscalls/mlock/
H A Dmlock02.c43 TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len); in test_enomem1() local
57 TST_EXP_FAIL(mlock(addr, len), ENOMEM, "mlock(%p, %lu)", addr, len); in test_enomem2() local
/third_party/curl/lib/
H A Dconfig-win32ce.h298 #define ENOMEM 2 macro
/third_party/node/deps/cares/src/lib/
H A Dconfig-win32.h369 # define ENOMEM ERROR_NOT_ENOUGH_MEMORY macro
/third_party/curl/tests/server/
H A Dsockfilt.c121 #undef ENOMEM macro
122 #define ENOMEM 12 /* errno.h value */ macro
H A Dsocksd.c92 #undef ENOMEM macro
93 #define ENOMEM 12 /* errno.h value */ macro
H A Dmqttd.c74 #undef ENOMEM macro
75 #define ENOMEM 12 /* errno.h value */ macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h13 #define ENOMEM 12 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h13 #define ENOMEM 12 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h13 #define ENOMEM 12 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h12 #define ENOMEM 12 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h13 #define ENOMEM 12 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h59 #define ENOMEM 12 /* Out of memory */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h12 #define ENOMEM 12 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h12 #define ENOMEM 12 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h12 #define ENOMEM 12 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h12 #define ENOMEM 12 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h12 #define ENOMEM 12 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h12 #define ENOMEM 12 macro
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs14 pub const ENOMEM: u32 = 12; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs14 pub const ENOMEM: u32 = 12; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs14 pub const ENOMEM: u32 = 12; consts
/third_party/rust/crates/linux-raw-sys/src/mips64/
H A Derrno.rs14 pub const ENOMEM: u32 = 12; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc64/
H A Derrno.rs14 pub const ENOMEM: u32 = 12; consts
/third_party/rust/crates/linux-raw-sys/src/powerpc/
H A Derrno.rs14 pub const ENOMEM: u32 = 12; consts

Completed in 17 milliseconds

123