Home
last modified time | relevance | path

Searched refs:ENOMSG (Results 1 – 25 of 98) sorted by relevance

1234

/external/ltp/testcases/kernel/syscalls/ipc/msgrcv/
Dmsgrcv02.c59 {&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},
Dmsgrcv03.c52 {ENOMSG, IPC_NOWAIT, 2,
/external/musl/src/locale/
Dcatgets.c27 errno = ENOMSG; in catgets()
34 errno = ENOMSG; in catgets()
/external/rust/crates/nix/src/
Derrno.rs189 ENOMSG => "No message of desired type", in desc()
1165 ENOMSG = libc::ENOMSG, enumerator
1310 libc::ENOMSG => ENOMSG, in from_i32()
1505 ENOMSG = libc::ENOMSG, enumerator
1623 libc::ENOMSG => ENOMSG, in from_i32()
1733 ENOMSG = libc::ENOMSG, enumerator
1842 libc::ENOMSG => ENOMSG, in from_i32()
1950 ENOMSG = libc::ENOMSG, enumerator
2059 libc::ENOMSG => ENOMSG, in from_i32()
2172 ENOMSG = libc::ENOMSG, enumerator
[all …]
/external/cronet/buildtools/third_party/libc++/trunk/include/__system_error/
Derrc.h161 no_message_available = ENOMSG, in _LIBCPP_DECLARE_STRONG_ENUM()
163 no_message = ENOMSG, in _LIBCPP_DECLARE_STRONG_ENUM()
/external/libcxx/include/
D__errc63 no_message, // ENOMSG
162 no_message_available = ENOMSG,
164 no_message = ENOMSG,
Derrno.h158 #ifndef ENOMSG
159 #define ENOMSG 9920 macro
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c79 ENOMSG, "ENOMSG", ENOMSG}, {
D4-1.c74 ENOMSG, "ENOMSG"}, {
/external/cronet/buildtools/third_party/libc++/trunk/include/
Derrno.h159 #ifndef ENOMSG
160 #define ENOMSG 9920 macro
/external/linux-kselftest/tools/testing/selftests/bpf/progs/
Dtest_tcp_hdr_options.c173 if (err == -ENOMSG) in synack_opt_len()
422 if (err && err != -ENOMSG) in handle_active_estab()
486 if (err && err != -ENOMSG) in handle_passive_estab()
590 if (err && err != -ENOMSG) in handle_parse_hdr()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp209 #ifndef ENOMSG
210 #error ENOMSG not defined
/external/cronet/buildtools/third_party/libc++/trunk/test/std/diagnostics/errno/
Dcerrno.pass.cpp209 #ifndef ENOMSG
210 #error ENOMSG not defined
/external/ltp/testcases/kernel/containers/sysvipc/
Dmsg_comm.c57 if (TST_RET < 0 && TST_ERR != ENOMSG) in chld1_msg()
/external/strace/tests-mx32/
Derrno2name.c300 #ifdef ENOMSG in errno2name()
301 CASE(ENOMSG); in errno2name()
/external/strace/tests/
Derrno2name.c300 #ifdef ENOMSG in errno2name()
301 CASE(ENOMSG); in errno2name()
/external/strace/tests-m32/
Derrno2name.c300 #ifdef ENOMSG in errno2name()
301 CASE(ENOMSG); in errno2name()
/external/linux-kselftest/tools/testing/selftests/landlock/
Dbase_test.c51 ASSERT_EQ(ENOMSG, errno); in TEST()
53 ASSERT_EQ(ENOMSG, errno); in TEST()
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h149 #define ENOMSG 83 /* No message of desired type */ macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h23 #define ENOMSG 42 /* No message of desired type */ macro
/external/musl/arch/mipsn32/bits/
Derrno.h35 #define ENOMSG 35 macro
/external/musl/arch/mips/bits/
Derrno.h35 #define ENOMSG 35 macro
/external/musl/arch/mips64/bits/
Derrno.h35 #define ENOMSG 35 macro
/external/musl/arch/generic/bits/
Derrno.h42 #define ENOMSG 42 macro
/external/musl/arch/powerpc64/bits/
Derrno.h42 #define ENOMSG 42 macro

1234