Home
last modified time | relevance | path

Searched refs:EPROTO (Results 1 – 25 of 72) sorted by relevance

123

/external/crosvm/crosvm_plugin/src/
Dlib.rs32 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/
Derrno.rs298 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/
Derrno.h205 #ifndef EPROTO
206 #define EPROTO 9932 macro
D__errc83 protocol_error, // EPROTO
192 protocol_error = EPROTO,
/external/ltp/testcases/open_posix_testsuite/conformance/definitions/errno_h/
D3-2.c103 EPROTO, "EPROTO", EPROTO}, {
D4-1.c98 EPROTO, "EPROTO"}, {
D3-1-buildonly.c84 int dummy67 = EPROTO;
/external/libcxx/include/
Derrno.h206 #ifndef EPROTO
207 #define EPROTO 9932 macro
D__errc84 protocol_error, // EPROTO
193 protocol_error = EPROTO,
/external/rust/crates/quiche/deps/boringssl/src/crypto/bio/
Dfd.c97 #ifdef EPROTO in OPENSSL_MSVC_PRAGMA()
98 err == EPROTO || in OPENSSL_MSVC_PRAGMA()
/external/boringssl/src/crypto/bio/
Dfd.c97 #ifdef EPROTO in OPENSSL_MSVC_PRAGMA()
98 err == EPROTO || in OPENSSL_MSVC_PRAGMA()
/external/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp289 #ifndef EPROTO
290 #error EPROTO not defined
/external/llvm-project/libcxx/test/std/diagnostics/errno/
Dcerrno.pass.cpp290 #ifndef EPROTO
291 #error EPROTO not defined
/external/libbrillo/brillo/errors/
Derror_codes_test.cc20 AddSystemError(&error, FROM_HERE, EPROTO); in TEST()
/external/arm-trusted-firmware/include/lib/libc/
Derrno.h160 #define EPROTO 92 /* Protocol error */ macro
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h54 #define EPROTO 71 /* Protocol error */ macro
/external/strace/tests-m32/
Derrno2name.c384 #ifdef EPROTO in errno2name()
385 CASE(EPROTO); in errno2name()
/external/strace/tests/
Derrno2name.c384 #ifdef EPROTO in errno2name()
385 CASE(EPROTO); in errno2name()
/external/strace/tests-mx32/
Derrno2name.c384 #ifdef EPROTO in errno2name()
385 CASE(EPROTO); in errno2name()
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs192 pub const EPROTO: ::c_int = 86; constant
237 pub const EPROTO: ::c_int = 71; constant
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py74 EPROTO = 71 variable
/external/wayland/tests/
Ddisplay-test.c197 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/
DERRNO.py79 EPROTO = 71 variable
/external/tensorflow/tensorflow/core/platform/
Derror.cc160 case EPROTO: // Protocol error in ErrnoToCode()
/external/ltp/lib/
Derrnos.h104 PAIR(EPROTO) in tst_strerrno()

123