Home
last modified time | relevance | path

Searched refs:ENOTUNIQ (Results 1 – 25 of 31) sorted by relevance

12

/external/strace/tests-mx32/
Derrno2name.c354 #ifdef ENOTUNIQ in errno2name()
355 CASE(ENOTUNIQ); in errno2name()
/external/strace/tests-m32/
Derrno2name.c354 #ifdef ENOTUNIQ in errno2name()
355 CASE(ENOTUNIQ); in errno2name()
/external/strace/tests/
Derrno2name.c354 #ifdef ENOTUNIQ in errno2name()
355 CASE(ENOTUNIQ); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h59 #define ENOTUNIQ 76 /* Name not unique on network */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h55 #define ENOTUNIQ 80 /* Name not unique on network */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py79 ENOTUNIQ = 80 variable
/external/u-boot/include/linux/
Derrno.h84 #define ENOTUNIQ 76 /* Name not unique on network */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py84 ENOTUNIQ = 80 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c425 #ifdef ENOTUNIQ
426 { "ENOTUNIQ", (unsigned long) ENOTUNIQ },
/external/u-boot/lib/
Derrno_str.c90 ERRNO_MSG(ENOTUNIQ, "Name not unique on network"),
/external/ltp/lib/
Derrnos.h109 PAIR(ENOTUNIQ) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc117 ERROR_ENTRY(ENOTUNIQ), // Name not unique on network
/external/python/cpython2/Modules/
Derrnomodule.c330 #ifdef ENOTUNIQ in initerrno()
331 inscode(d, ds, de, "ENOTUNIQ", ENOTUNIQ, "Name not unique on network"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c373 #ifdef ENOTUNIQ in PyInit_errno()
374 inscode(d, ds, de, "ENOTUNIQ", ENOTUNIQ, "Name not unique on network"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst403 .. data:: ENOTUNIQ
/external/python/cpython3/Doc/library/
Derrno.rst406 .. data:: ENOTUNIQ
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_solaris_amd64.go1239 ENOTUNIQ = syscall.Errno(0x50) const
Dzerrors_linux_sparc64.go1893 ENOTUNIQ = syscall.Errno(0x73) const
Dzerrors_linux_mipsle.go2355 ENOTUNIQ = syscall.Errno(0x50) const
Dzerrors_linux_s390x.go2411 ENOTUNIQ = syscall.Errno(0x4c) const
Dzerrors_linux_arm.go2357 ENOTUNIQ = syscall.Errno(0x4c) const
Dzerrors_linux_ppc64le.go2411 ENOTUNIQ = syscall.Errno(0x4c) const
Dzerrors_linux_mips64.go2355 ENOTUNIQ = syscall.Errno(0x50) const
Dzerrors_linux_ppc64.go2411 ENOTUNIQ = syscall.Errno(0x4c) const
/external/python/cpython2/Lib/plat-sunos5/
DSTROPTS.py1024 ENOTUNIQ = 80 variable

12