/third_party/ltp/testcases/kernel/syscalls/ipc/semop/ |
H A D | semop03.c | 3 * 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 D | errno.rs | 190 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 D | 3-2.c | 49 EIDRM, "EIDRM", EIDRM}, {
|
H A D | 4-1.c | 44 EIDRM, "EIDRM"}, {
|
H A D | 3-1-buildonly.c | 35 static int dummy24 = EIDRM;
|
/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
H A D | msgrcv06.c | 5 * 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 D | msgsnd06.c | 8 * 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 D | shmctl05.c | 76 if (TST_ERR != EIDRM && TST_ERR != EINVAL) { in do_test()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 44 #define EIDRM 43 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 44 #define EIDRM 43 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 44 #define EIDRM 43 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 43 #define EIDRM 43 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 44 #define EIDRM 43 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 90 #define EIDRM 43 /* Identifier removed */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 43 #define EIDRM 43 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 36 #define EIDRM 36 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 36 #define EIDRM 36 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 36 #define EIDRM 36 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 43 #define EIDRM 43 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 43 #define EIDRM 43 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | errno.c | 32 C(EIDRM) in f()
|
/third_party/ltp/lib/ |
H A D | errnos.h | 76 PAIR(EIDRM) in tst_strerrno()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | errno.rs | 45 pub const EIDRM: u32 = 43; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | errno.rs | 45 pub const EIDRM: u32 = 43; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv64/ |
H A D | errno.rs | 45 pub const EIDRM: u32 = 43; consts
|