Home
last modified time | relevance | path

Searched refs:ENOMSG (Results 1 - 25 of 95) sorted by relevance

1234

/third_party/ltp/testcases/kernel/syscalls/ipc/msgrcv/
H A Dmsgrcv02.c20 * 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 Dmsgrcv03.c20 * 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 Derrno.rs189 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 Dcatgets.c27 errno = ENOMSG; in catgets()
34 errno = ENOMSG; in catgets()
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-2.c79 ENOMSG, "ENOMSG", ENOMSG}, {
H A D4-1.c74 ENOMSG, "ENOMSG"}, {
H A D3-1-buildonly.c63 static int dummy50 = ENOMSG;
/third_party/ltp/testcases/kernel/containers/sysvipc/
H A Dmsg_comm.c57 if (TST_RET < 0 && TST_ERR != ENOMSG) in chld1_msg()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h43 #define ENOMSG 42 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h43 #define ENOMSG 42 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h43 #define ENOMSG 42 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h42 #define ENOMSG 42 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h43 #define ENOMSG 42 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h89 #define ENOMSG 42 /* No message of desired type */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h42 #define ENOMSG 42 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h35 #define ENOMSG 35 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h35 #define ENOMSG 35 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h35 #define ENOMSG 35 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h42 #define ENOMSG 42 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h42 #define ENOMSG 42 macro
/third_party/musl/libc-test/src/api/
H A Derrno.c57 C(ENOMSG) in f()
/third_party/ltp/lib/
H A Derrnos.h75 PAIR(ENOMSG) in tst_strerrno()
/third_party/musl/libc-test/src/functional/
H A Dipc_msg.c107 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 Derrno.rs44 pub const ENOMSG: u32 = 42; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs44 pub const ENOMSG: u32 = 42; consts

Completed in 11 milliseconds

1234