Home
last modified time | relevance | path

Searched refs:EBADMSG (Results 1 - 25 of 94) sorted by relevance

1234

/third_party/rust/crates/nix/src/
H A Derrno.rs487 EBADMSG => "Not a data message",
490 EBADMSG => "Trying to read unreadable message",
832 EBADMSG => "Bad message",
1196 EBADMSG = libc::EBADMSG,
1341 libc::EBADMSG => EBADMSG,
1508 EBADMSG = libc::EBADMSG,
1626 libc::EBADMSG
[all...]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
H A D3-1-buildonly.c18 #ifdef EBADMSG
19 static int dummy9 = EBADMSG;
H A D3-2.c34 EBADMSG, "EBADMSG", EBADMSG}, {
H A D4-1.c29 EBADMSG, "EBADMSG"}, {
/third_party/ltp/testcases/kernel/syscalls/add_key/
H A Dadd_key02.c73 * add a key of type asymmetric will fail with EBADMSG. in verify_add_key()
75 if (TST_ERR == EBADMSG && !strcmp(tcases[i].type, "asymmetric")) { in verify_add_key()
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
H A Derrno.h75 #define EBADMSG 74 macro
/third_party/musl/src/network/
H A Dgethostbyname2_r.c32 return EBADMSG; in gethostbyname2_r()
/third_party/musl/porting/liteos_m/kernel/include/bits/
H A Derrno.h75 #define EBADMSG 74 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
H A Derrno.h75 #define EBADMSG 74 macro
/third_party/musl/porting/liteos_m/user/include/bits/
H A Derrno.h74 #define EBADMSG 74 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
H A Derrno.h75 #define EBADMSG 74 macro
/third_party/lwip/src/include/lwip/
H A Derrno.h123 #define EBADMSG 74 /* Not a data message */ macro
/third_party/musl/arch/generic/bits/
H A Derrno.h74 #define EBADMSG 74 macro
/third_party/musl/arch/mipsn32/bits/
H A Derrno.h69 #define EBADMSG 77 macro
/third_party/musl/arch/mips/bits/
H A Derrno.h69 #define EBADMSG 77 macro
/third_party/musl/arch/mips64/bits/
H A Derrno.h69 #define EBADMSG 77 macro
/third_party/musl/arch/powerpc/bits/
H A Derrno.h74 #define EBADMSG 74 macro
/third_party/musl/arch/powerpc64/bits/
H A Derrno.h74 #define EBADMSG 74 macro
/third_party/node/deps/openssl/openssl/include/internal/
H A Dktls.h162 errno = EBADMSG; in ktls_read_record()
169 errno = EBADMSG; in ktls_read_record()
/third_party/openssl/include/internal/
H A Dktls.h162 errno = EBADMSG; in ktls_read_record()
169 errno = EBADMSG; in ktls_read_record()
/third_party/ltp/testcases/kernel/syscalls/keyctl/
H A Dkeyctl05.c103 if (TST_ERR == EBADMSG && is_asymmetric) { in test_update_nonupdatable()
/third_party/musl/libc-test/src/api/
H A Derrno.c18 C(EBADMSG) in f()
/third_party/ltp/lib/
H A Derrnos.h107 PAIR(EBADMSG) in tst_strerrno()
/third_party/rust/crates/linux-raw-sys/src/aarch64/
H A Derrno.rs76 pub const EBADMSG: u32 = 74; consts
/third_party/rust/crates/linux-raw-sys/src/riscv32/
H A Derrno.rs76 pub const EBADMSG: u32 = 74; consts

Completed in 13 milliseconds

1234