/external/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 47 #define ENONET 64 /* Machine is not on the network */ macro
|
/external/strace/tests-mx32/ |
D | errno2name.c | 303 #ifdef ENONET in errno2name() 304 CASE(ENONET); in errno2name()
|
/external/strace/tests-m32/ |
D | errno2name.c | 303 #ifdef ENONET in errno2name() 304 CASE(ENONET); in errno2name()
|
/external/strace/tests/ |
D | errno2name.c | 303 #ifdef ENONET in errno2name() 304 CASE(ENONET); in errno2name()
|
/external/python/cpython2/Lib/plat-irix5/ |
D | ERRNO.py | 67 ENONET = 64 variable
|
/external/u-boot/include/linux/ |
D | errno.h | 72 #define ENONET 64 /* Machine is not on the network */ macro
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 72 ENONET = 64 variable
|
/external/tensorflow/tensorflow/core/platform/ |
D | error.cc | 137 case ENONET: // Machine is not on the network in ErrnoToCode()
|
/external/u-boot/lib/ |
D | errno_str.c | 78 ERRNO_MSG(ENONET, "Machine is not on the network"),
|
/external/ltp/lib/ |
D | errnos.h | 97 PAIR(ENONET) in tst_strerrno()
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 385 #ifdef ENONET 386 {"ENONET", (unsigned long)ENONET},
|
/external/libbrillo/brillo/errors/ |
D | error_codes.cc | 99 ERROR_ENTRY(ENONET), // Machine is not on the network
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b32/ |
D | mod.rs | 159 pub const ENONET: ::c_int = 64; constant
|
/external/python/cpython2/Modules/ |
D | errnomodule.c | 262 #ifdef ENONET in initerrno() 263 inscode(d, ds, de, "ENONET", ENONET, "Machine is not on the network"); in initerrno()
|
/external/u-boot/test/dm/ |
D | eth.c | 241 ut_asserteq(-ENONET, net_loop(PING)); in _dm_test_net_retry()
|
/external/bcc/tools/ |
D | syscount_example.txt | 110 errors like EPERM or ENONET -- these are the ones that might be worth
|
/external/python/cpython3/Modules/ |
D | errnomodule.c | 305 #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/ |
D | mod.rs | 218 pub const ENONET: ::c_int = 64; constant
|
/external/python/cpython2/Doc/library/ |
D | errno.rst | 343 .. data:: ENONET
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 346 .. data:: ENONET
|
/external/rust/crates/libc/src/unix/uclibc/mips/ |
D | mod.rs | 16 pub const ENONET: ::c_int = 64; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/riscv64/ |
D | mod.rs | 433 pub const ENONET: ::c_int = 64; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/aarch64/ |
D | mod.rs | 469 pub const ENONET: ::c_int = 64; constant
|
/external/rust/crates/libc/src/unix/linux_like/linux/gnu/b64/x86_64/ |
D | mod.rs | 664 pub const ENONET: ::c_int = 64; constant
|
/external/u-boot/net/ |
D | net.c | 657 ret = -ENONET; in net_loop()
|