Home
last modified time | relevance | path

Searched refs:EIDRM (Results 1 - 25 of 89) sorted by relevance

1234

/third_party/ltp/testcases/kernel/syscalls/ipc/semop/
H A Dsemop03.c3 * semop05 - test for EINTR and EIDRM errors
30 {{1}, 0, 0, 2, EIDRM},
31 {{0}, -1, 0, 3, EIDRM},
107 * If we are testing for EIDRM then remove in run()
112 if (tc[i].error == EIDRM) { in run()
/third_party/rust/crates/nix/src/
H A Derrno.rs190 EIDRM => "Identifier removed",
1166 EIDRM = libc::EIDRM,
1311 libc::EIDRM => EIDRM,
1504 EIDRM = libc::EIDRM,
1622 libc::EIDRM => EIDRM,
1732 EIDRM
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c49 EIDRM, "EIDRM", EIDRM}, {
H A D4-1.c44 EIDRM, "EIDRM"}, {
H A D3-1-buildonly.c35 static int dummy24 = EIDRM;
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
H A Dmsgrcv06.c5 * msgrcv error test for EIDRM.
27 TST_EXP_FAIL2(msgrcv(queue_id, &rcv_buf, MSGSIZE, 1, 0), EIDRM, in verify_msgrcv() local
/third_party/ltp/testcases/kernel/syscalls/ipc/msgsnd/
H A Dmsgsnd06.c8 * Tests if EIDRM is returned when message queue was removed while
31 TST_EXP_FAIL(msgsnd(queue_id, &snd_buf, MSGSIZE, 0), EIDRM, in verify_msgsnd() local
/third_party/ltp/testcases/kernel/syscalls/ipc/shmctl/
H A Dshmctl05.c76 if (TST_ERR != EIDRM && TST_ERR != EINVAL) { in do_test()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h44 #define EIDRM 43 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h44 #define EIDRM 43 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h44 #define EIDRM 43 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h43 #define EIDRM 43 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h44 #define EIDRM 43 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h90 #define EIDRM 43 /* Identifier removed */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h43 #define EIDRM 43 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h36 #define EIDRM 36 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h36 #define EIDRM 36 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h36 #define EIDRM 36 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h43 #define EIDRM 43 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h43 #define EIDRM 43 macro
/third_party/musl/libc-test/src/api/
H A Derrno.c32 C(EIDRM) in f()
/third_party/ltp/lib/
H A Derrnos.h76 PAIR(EIDRM) in tst_strerrno()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs45 pub const EIDRM: u32 = 43; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs45 pub const EIDRM: u32 = 43; consts
/third_party/rust/crates/linux-raw-sys/src/riscv64/
H A Derrno.rs45 pub const EIDRM: u32 = 43; consts

Completed in 11 milliseconds

1234