Home
last modified time | relevance | path

Searched refs:EISNAM (Results 1 – 25 of 29) sorted by relevance

12

/external/strace/tests-mx32/
Derrno2name.c180 #ifdef EISNAM in errno2name()
181 CASE(EISNAM); in errno2name()
/external/strace/tests-m32/
Derrno2name.c180 #ifdef EISNAM in errno2name()
181 CASE(EISNAM); in errno2name()
/external/strace/tests/
Derrno2name.c180 #ifdef EISNAM in errno2name()
181 CASE(EISNAM); in errno2name()
/external/kernel-headers/original/uapi/asm-generic/
Derrno.h103 #define EISNAM 120 /* Is a named type file */ macro
/external/kernel-headers/original/uapi/asm-mips/asm/
Derrno.h93 #define EISNAM 139 /* Is a named type file */ macro
/external/python/cpython2/Lib/plat-irix5/
DERRNO.py129 EISNAM = 139 variable
/external/u-boot/include/linux/
Derrno.h128 #define EISNAM 120 /* Is a named type file */ macro
/external/python/cpython2/Lib/plat-irix6/
DERRNO.py135 EISNAM = 139 variable
/external/minijail/linux-x86/
Dlibconstants.gen.c260 #ifdef EISNAM
261 { "EISNAM", (unsigned long) EISNAM },
/external/u-boot/lib/
Derrno_str.c134 ERRNO_MSG(EISNAM, "Is a named type file"),
/external/ltp/lib/
Derrnos.h153 PAIR(EISNAM) in tst_strerrno()
/external/libbrillo/brillo/errors/
Derror_codes.cc165 ERROR_ENTRY(EISNAM), // Is a named type file
/external/u-boot/drivers/usb/gadget/udc/
Dudc-core.c290 if (ret != -EISNAM) in udc_bind_to_driver()
/external/python/cpython2/Modules/
Derrnomodule.c471 #ifdef EISNAM in initerrno()
472 inscode(d, ds, de, "EISNAM", EISNAM, "Is a named type file"); in initerrno()
/external/python/cpython3/Modules/
Derrnomodule.c514 #ifdef EISNAM in PyInit_errno()
515 inscode(d, ds, de, "EISNAM", EISNAM, "Is a named type file"); in PyInit_errno()
/external/python/cpython2/Doc/library/
Derrno.rst623 .. data:: EISNAM
/external/python/cpython3/Doc/library/
Derrno.rst626 .. data:: EISNAM
/external/syzkaller/vendor/golang.org/x/sys/unix/
Dzerrors_linux_sparc64.go1838 EISNAM = syscall.Errno(0x78) const
Dzerrors_linux_mipsle.go2300 EISNAM = syscall.Errno(0x8b) const
Dzerrors_linux_s390x.go2356 EISNAM = syscall.Errno(0x78) const
Dzerrors_linux_arm.go2302 EISNAM = syscall.Errno(0x78) const
Dzerrors_linux_ppc64le.go2356 EISNAM = syscall.Errno(0x78) const
Dzerrors_linux_mips64.go2300 EISNAM = syscall.Errno(0x8b) const
Dzerrors_linux_ppc64.go2356 EISNAM = syscall.Errno(0x78) const
Dzerrors_linux_amd64.go2296 EISNAM = syscall.Errno(0x78) const

12