/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/ |
H A D | msgrcv02.c | 20 * 6)msgrcv(2) fails and sets errno to ENOMSG if IPC_NOWAIT was specified in 59 {&queue_id, &rcv_buf, MSGSIZE, 3, IPC_NOWAIT, 0, ENOMSG}, 60 {&queue_id, &rcv_buf, MSGSIZE, -1, IPC_NOWAIT, 0, ENOMSG}, 61 {&queue_id, &rcv_buf, MSGSIZE, -1, IPC_NOWAIT | MSG_EXCEPT, 0, ENOMSG},
|
H A D | msgrcv03.c | 20 * 3)msgrcv(2) fails and set errno to ENOMSG if IPC_NOWAIT and MSG_COPY were 52 {ENOMSG, IPC_NOWAIT, 2, 53 "ENOMSG with IPC_NOWAIT and MSG_COPY but with less than msgtyp messages"},
|
/third_party/rust/crates/nix/src/ |
H A D | errno.rs | 189 ENOMSG => "No message of desired type", 1165 ENOMSG = libc::ENOMSG, 1310 libc::ENOMSG => ENOMSG, 1505 ENOMSG = libc::ENOMSG, 1623 libc::ENOMSG => ENOMSG, 1733 ENOMSG [all...] |
/third_party/musl/src/locale/ |
H A D | catgets.c | 27 errno = ENOMSG; in catgets() 34 errno = ENOMSG; in catgets()
|
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
H A D | 3-2.c | 79 ENOMSG, "ENOMSG", ENOMSG}, {
|
H A D | 4-1.c | 74 ENOMSG, "ENOMSG"}, {
|
H A D | 3-1-buildonly.c | 63 static int dummy50 = ENOMSG;
|
/third_party/ltp/testcases/kernel/containers/sysvipc/ |
H A D | msg_comm.c | 57 if (TST_RET < 0 && TST_ERR != ENOMSG) in chld1_msg()
|
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/ |
H A D | errno.h | 43 #define ENOMSG 42 macro
|
/third_party/musl/porting/liteos_m/kernel/include/bits/ |
H A D | errno.h | 43 #define ENOMSG 42 macro
|
/third_party/musl/porting/liteos_a/kernel/include/bits/ |
H A D | errno.h | 43 #define ENOMSG 42 macro
|
/third_party/musl/porting/liteos_m/user/include/bits/ |
H A D | errno.h | 42 #define ENOMSG 42 macro
|
/third_party/musl/porting/uniproton/kernel/include/bits/ |
H A D | errno.h | 43 #define ENOMSG 42 macro
|
/third_party/lwip/src/include/lwip/ |
H A D | errno.h | 89 #define ENOMSG 42 /* No message of desired type */ macro
|
/third_party/musl/arch/generic/bits/ |
H A D | errno.h | 42 #define ENOMSG 42 macro
|
/third_party/musl/arch/mipsn32/bits/ |
H A D | errno.h | 35 #define ENOMSG 35 macro
|
/third_party/musl/arch/mips/bits/ |
H A D | errno.h | 35 #define ENOMSG 35 macro
|
/third_party/musl/arch/mips64/bits/ |
H A D | errno.h | 35 #define ENOMSG 35 macro
|
/third_party/musl/arch/powerpc/bits/ |
H A D | errno.h | 42 #define ENOMSG 42 macro
|
/third_party/musl/arch/powerpc64/bits/ |
H A D | errno.h | 42 #define ENOMSG 42 macro
|
/third_party/musl/libc-test/src/api/ |
H A D | errno.c | 57 C(ENOMSG) in f()
|
/third_party/ltp/lib/ |
H A D | errnos.h | 75 PAIR(ENOMSG) in tst_strerrno()
|
/third_party/musl/libc-test/src/functional/ |
H A D | ipc_msg.c | 107 if (msgrcv(qid, &msg, sizeof msg.data, msgtyp, MSG_NOERROR|IPC_NOWAIT) != -1 || errno != ENOMSG) in rcv() 108 t_error("msgrcv should have failed when ther is no msg with ENOMSG, got %s\n", strerror(errno)); in rcv()
|
/third_party/rust/crates/linux-raw-sys/src/aarch64/ |
H A D | errno.rs | 44 pub const ENOMSG: u32 = 42; consts
|
/third_party/rust/crates/linux-raw-sys/src/riscv32/ |
H A D | errno.rs | 44 pub const ENOMSG: u32 = 42; consts
|