Home
last modified time | relevance | path

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

12

/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/kernel-headers/original/uapi/asm-generic/
Derrno.h47 #define ENONET 64 /* Machine is not on the network */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h42 #define ENONET 64 /* Machine is not on the network */ macro
/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/tensorflow/tensorflow/core/platform/posix/
Derror.cc136 case ENONET: // Machine is not on the network in ErrnoToCode()
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py72 ENONET = 64 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c377 #ifdef ENONET
378 { "ENONET", (unsigned long) ENONET },
/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/libbrillo/brillo/errors/
Derror_codes.cc99 ERROR_ENTRY(ENONET), // Machine is not on the network
/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/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/python/cpython2/Doc/library/
Derrno.rst343 .. data:: ENONET
/external/python/cpython3/Doc/library/
Derrno.rst346 .. data:: ENONET
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1223 ENONET = syscall.Errno(0x40) const
Dzerrors_linux_sparc64.go1877 ENONET = syscall.Errno(0x50) const
Dzerrors_linux_mipsle.go2339 ENONET = syscall.Errno(0x40) const
Dzerrors_linux_s390x.go2395 ENONET = syscall.Errno(0x40) const
Dzerrors_linux_arm.go2341 ENONET = syscall.Errno(0x40) const
Dzerrors_linux_ppc64le.go2395 ENONET = syscall.Errno(0x40) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1010 ENONET = 64 variable

12