Home
last modified time | relevance | path

Searched refs:ENONET (Results 1 – 25 of 39) sorted by relevance

12

/external/kernel-headers/original/uapi/asm-generic/
Derrno.h47 #define ENONET 64 /* Machine is not on the network */ macro
/external/strace/tests-mx32/
Derrno2name.c303 #ifdef ENONET in errno2name()
304 CASE(ENONET); in errno2name()
/external/strace/tests-m32/
Derrno2name.c303 #ifdef ENONET in errno2name()
304 CASE(ENONET); in errno2name()
/external/strace/tests/
Derrno2name.c303 #ifdef ENONET in errno2name()
304 CASE(ENONET); in errno2name()
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py67 ENONET = 64 variable
/external/u-boot/include/linux/
Derrno.h72 #define ENONET 64 /* Machine is not on the network */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py72 ENONET = 64 variable
/external/tensorflow/tensorflow/core/platform/
Derror.cc137 case ENONET: // Machine is not on the network in ErrnoToCode()
/external/u-boot/lib/
Derrno_str.c78 ERRNO_MSG(ENONET, "Machine is not on the network"),
/external/ltp/lib/
Derrnos.h97 PAIR(ENONET) in tst_strerrno()
/external/minijail/linux-x86/
Dlibconstants.gen.c385 #ifdef ENONET
386 {"ENONET", (unsigned long)ENONET},
/external/libbrillo/brillo/errors/
Derror_codes.cc99 ERROR_ENTRY(ENONET), // Machine is not on the network
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/
Dmod.rs159 pub const ENONET: ::c_int = 64; constant
/external/python/cpython2/Modules/
Derrnomodule.c262 #ifdef ENONET in initerrno()
263 inscode(d, ds, de, "ENONET", ENONET, "Machine is not on the network"); in initerrno()
/external/u-boot/test/dm/
Deth.c241 ut_asserteq(-ENONET, net_loop(PING)); in _dm_test_net_retry()
/external/bcc/tools/
Dsyscount_example.txt110 errors like EPERM or ENONET -- these are the ones that might be worth
/external/python/cpython3/Modules/
Derrnomodule.c305 #ifdef ENONET in PyInit_errno()
306 inscode(d, ds, de, "ENONET", ENONET, "Machine is not on the network"); in PyInit_errno()
/external/rust/crates/libc/src/unix/linux_like/linux/musl/
Dmod.rs218 pub const ENONET: ::c_int = 64; constant
/external/python/cpython2/Doc/library/
Derrno.rst343 .. data:: ENONET
/external/python/cpython3/Doc/library/
Derrno.rst346 .. data:: ENONET
/external/rust/crates/libc/src/unix/uclibc/mips/
Dmod.rs16 pub const ENONET: ::c_int = 64; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/
Dmod.rs433 pub const ENONET: ::c_int = 64; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/
Dmod.rs469 pub const ENONET: ::c_int = 64; constant
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/
Dmod.rs664 pub const ENONET: ::c_int = 64; constant
/external/u-boot/net/
Dnet.c657 ret = -ENONET; in net_loop()

12