/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/kernel-headers/original/uapi/asm-generic/ |
D | errno.h | 47 #define ENONET 64 /* Machine is not on the network */ macro
|
/external/kernel-headers/original/uapi/asm-mips/asm/ |
D | errno.h | 42 #define ENONET 64 /* Machine is not on the network */ macro
|
/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/tensorflow/tensorflow/core/platform/posix/ |
D | error.cc | 136 case ENONET: // Machine is not on the network in ErrnoToCode()
|
/external/python/cpython2/Lib/plat-irix6/ |
D | ERRNO.py | 72 ENONET = 64 variable
|
/external/minijail/linux-x86/ |
D | libconstants.gen.c | 377 #ifdef ENONET 378 { "ENONET", (unsigned long) ENONET },
|
/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/libbrillo/brillo/errors/ |
D | error_codes.cc | 99 ERROR_ENTRY(ENONET), // Machine is not on the network
|
/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/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/python/cpython2/Doc/library/ |
D | errno.rst | 343 .. data:: ENONET
|
/external/python/cpython3/Doc/library/ |
D | errno.rst | 346 .. data:: ENONET
|
/external/syzkaller/vendor/golang.org/x/sys/unix/ |
D | zerrors_solaris_amd64.go | 1223 ENONET = syscall.Errno(0x40) const
|
D | zerrors_linux_sparc64.go | 1877 ENONET = syscall.Errno(0x50) const
|
D | zerrors_linux_mipsle.go | 2339 ENONET = syscall.Errno(0x40) const
|
D | zerrors_linux_s390x.go | 2395 ENONET = syscall.Errno(0x40) const
|
D | zerrors_linux_arm.go | 2341 ENONET = syscall.Errno(0x40) const
|
D | zerrors_linux_ppc64le.go | 2395 ENONET = syscall.Errno(0x40) const
|
/external/python/cpython2/Lib/plat-sunos5/ |
D | STROPTS.py | 1010 ENONET = 64 variable
|