Home
last modified time | relevance | path

Searched refs:EBADMSG (Results 1 – 25 of 104) sorted by relevance

12345

/third_party/rust/crates/nix/src/
Derrno.rs487 EBADMSG => "Not a data message", in desc()
490 EBADMSG => "Trying to read unreadable message", in desc()
832 EBADMSG => "Bad message", in desc()
1196 EBADMSG = libc::EBADMSG, enumerator
1341 libc::EBADMSG => EBADMSG, in from_i32()
1508 EBADMSG = libc::EBADMSG, enumerator
1626 libc::EBADMSG => EBADMSG, in from_i32()
1739 EBADMSG = libc::EBADMSG, enumerator
1848 libc::EBADMSG => EBADMSG, in from_i32()
1956 EBADMSG = libc::EBADMSG, enumerator
[all …]
/third_party/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-1-buildonly.c18 #ifdef EBADMSG
19 static int dummy9 = EBADMSG;
D3-2.c34 EBADMSG, "EBADMSG", EBADMSG}, {
D4-1.c29 EBADMSG, "EBADMSG"}, {
/third_party/ltp/testcases/kernel/syscalls/add_key/
Dadd_key02.c75 if (TST_ERR == EBADMSG && !strcmp(tcases[i].type, "asymmetric")) { in verify_add_key()
/third_party/openssl/include/internal/
Dktls.h162 errno = EBADMSG; in ktls_read_record()
169 errno = EBADMSG; in ktls_read_record()
/third_party/node/deps/openssl/openssl/include/internal/
Dktls.h162 errno = EBADMSG; in ktls_read_record()
169 errno = EBADMSG; in ktls_read_record()
/third_party/musl/porting/liteos_m/user/include/bits/
Derrno.h74 #define EBADMSG 74 macro
/third_party/musl/arch/generic/bits/
Derrno.h74 #define EBADMSG 74 macro
/third_party/musl/arch/mipsn32/bits/
Derrno.h69 #define EBADMSG 77 macro
/third_party/musl/porting/uniproton/kernel/include/bits/
Derrno.h75 #define EBADMSG 74 macro
/third_party/musl/porting/liteos_m/kernel/include/bits/
Derrno.h75 #define EBADMSG 74 macro
/third_party/musl/arch/mips/bits/
Derrno.h69 #define EBADMSG 77 macro
/third_party/musl/src/network/
Dgethostbyname2_r.c32 return EBADMSG; in gethostbyname2_r()
/third_party/musl/arch/mips64/bits/
Derrno.h69 #define EBADMSG 77 macro
/third_party/musl/porting/liteos_m_iccarm/kernel/include/bits/
Derrno.h75 #define EBADMSG 74 macro
/third_party/musl/arch/powerpc64/bits/
Derrno.h74 #define EBADMSG 74 macro
/third_party/musl/porting/liteos_a/kernel/include/bits/
Derrno.h75 #define EBADMSG 74 macro
/third_party/musl/arch/powerpc/bits/
Derrno.h74 #define EBADMSG 74 macro
/third_party/lwip/src/include/lwip/
Derrno.h123 #define EBADMSG 74 /* Not a data message */ macro
/third_party/musl/porting/uniproton/kernel/src/errno/
D__strerror.h75 E(EBADMSG, "Bad message")
/third_party/musl/libc-test/src/api/
Derrno.c18 C(EBADMSG) in f()
/third_party/musl/porting/liteos_m/kernel/src/errno/
D__strerror.h75 E(EBADMSG, "Bad message")
/third_party/ltp/testcases/kernel/syscalls/keyctl/
Dkeyctl05.c103 if (TST_ERR == EBADMSG && is_asymmetric) { in test_update_nonupdatable()
/third_party/musl/porting/liteos_a/kernel/src/errno/
D__strerror.h76 E(EBADMSG, "Bad message")

12345