/external/crosvm/crosvm_plugin/src/ |
D | lib.rs | 32 use libc::{E2BIG, EINVAL, ENOENT, ENOTCONN, EPROTO}; 329 None => Err(EPROTO), in try_clone() 348 return Err(EPROTO); in load_all_vcpus() 367 None => Err(EPROTO), in get_shutdown_event() 376 return Err(EPROTO); in check_extension() 393 return Err(EPROTO); in get_supported_cpuid() 426 return Err(EPROTO); in get_emulated_cpuid() 459 return Err(EPROTO); in get_msr_index_list() 575 return Err(EPROTO); in get_state() 579 return Err(EPROTO); in get_state() [all …]
|
/external/rust/crates/nix/src/ |
D | errno.rs | 298 EPROTO => "Protocol error", in desc() 488 EPROTO => "Protocol error", in desc() 708 EPROTO = libc::EPROTO, enumerator 851 libc::EPROTO => EPROTO, in from_i32() 1026 EPROTO = libc::EPROTO, enumerator 1144 libc::EPROTO => EPROTO, in from_i32() 1253 EPROTO = libc::EPROTO, enumerator 1361 libc::EPROTO => EPROTO, in from_i32() 1469 EPROTO = libc::EPROTO, enumerator 1576 libc::EPROTO => EPROTO, in from_i32() [all …]
|
/external/llvm-project/libcxx/include/ |
D | errno.h | 205 #ifndef EPROTO 206 #define EPROTO 9932 macro
|
D | __errc | 83 protocol_error, // EPROTO 192 protocol_error = EPROTO,
|
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/ |
D | 3-2.c | 103 EPROTO, "EPROTO", EPROTO}, {
|
D | 4-1.c | 98 EPROTO, "EPROTO"}, {
|
D | 3-1-buildonly.c | 84 int dummy67 = EPROTO;
|
/external/libcxx/include/ |
D | errno.h | 206 #ifndef EPROTO 207 #define EPROTO 9932 macro
|
D | __errc | 84 protocol_error, // EPROTO 193 protocol_error = EPROTO,
|
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/ |
D | fd.c | 97 #ifdef EPROTO in OPENSSL_MSVC_PRAGMA() 98 err == EPROTO || in OPENSSL_MSVC_PRAGMA()
|
/external/boringssl/src/crypto/bio/ |
D | fd.c | 97 #ifdef EPROTO in OPENSSL_MSVC_PRAGMA() 98 err == EPROTO || in OPENSSL_MSVC_PRAGMA()
|
/external/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 289 #ifndef EPROTO 290 #error EPROTO not defined
|
/external/llvm-project/libcxx/test/std/diagnostics/errno/ |
D | cerrno.pass.cpp | 290 #ifndef EPROTO 291 #error EPROTO not defined
|
/external/libbrillo/brillo/errors/ |
D | error_codes_test.cc | 20 AddSystemError(&error, FROM_HERE, EPROTO); in TEST()
|
/external/arm-trusted-firmware/include/lib/libc/ |
D | errno.h | 160 #define EPROTO 92 /* Protocol error */ macro
|
/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 54 #define EPROTO 71 /* Protocol error */ macro
|
/external/strace/tests-m32/ |
D | errno2name.c | 384 #ifdef EPROTO in errno2name() 385 CASE(EPROTO); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 384 #ifdef EPROTO in errno2name() 385 CASE(EPROTO); in errno2name()
|
/external/strace/tests-mx32/ |
D | errno2name.c | 384 #ifdef EPROTO in errno2name() 385 CASE(EPROTO); in errno2name()
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 192 pub const EPROTO: ::c_int = 86; constant 237 pub const EPROTO: ::c_int = 71; constant
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 74 EPROTO = 71 variable
|
/external/wayland/tests/ |
D | display-test.c | 197 assert(err == EPROTO); in check_pending_error() 433 assert(err == EPROTO); in post_implementation_error_main() 734 assert(errno == EPROTO); in wait_for_error_using_dispatch() 781 assert(errno == EPROTO); in wait_for_error_using_prepare_read() 946 assert(wl_display_get_error(c->wl_display) == EPROTO); in check_error_on_destroyed_object() 1054 assert(err == EPROTO); in check_bind_error()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 79 EPROTO = 71 variable
|
/external/tensorflow/tensorflow/core/platform/ |
D | error.cc | 160 case EPROTO: // Protocol error in ErrnoToCode()
|
/external/ltp/lib/ |
D | errnos.h | 104 PAIR(EPROTO) in tst_strerrno()
|