Home
last modified time | relevance | path

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

/openbmc/linux/include/uapi/asm-generic/
H A Derrno.h103 #define EISNAM 120 /* Is a named type file */ macro
/openbmc/linux/tools/include/uapi/asm-generic/
H A Derrno.h103 #define EISNAM 120 /* Is a named type file */ macro
/openbmc/linux/tools/arch/sparc/include/uapi/asm/
H A Derrno.h96 #define EISNAM 120 /* Is a named type file */ macro
/openbmc/linux/arch/mips/include/uapi/asm/
H A Derrno.h93 #define EISNAM 139 /* Is a named type file */ macro
/openbmc/linux/tools/arch/alpha/include/uapi/asm/
H A Derrno.h101 #define EISNAM 120 /* Is a named type file */ macro
/openbmc/linux/arch/alpha/include/uapi/asm/
H A Derrno.h101 #define EISNAM 120 /* Is a named type file */ macro
/openbmc/linux/tools/arch/mips/include/uapi/asm/
H A Derrno.h93 #define EISNAM 139 /* Is a named type file */ macro
/openbmc/linux/arch/sparc/include/uapi/asm/
H A Derrno.h96 #define EISNAM 120 /* Is a named type file */ macro
/openbmc/linux/tools/arch/parisc/include/uapi/asm/
H A Derrno.h67 #define EISNAM 180 /* Is a named type file */ macro
/openbmc/linux/arch/parisc/include/uapi/asm/
H A Derrno.h67 #define EISNAM 180 /* Is a named type file */ macro
/openbmc/u-boot/include/linux/
H A Derrno.h128 #define EISNAM 120 /* Is a named type file */ macro
/openbmc/linux/net/9p/
H A Derror.c115 {"Is a named type file", EISNAM},
/openbmc/u-boot/lib/
H A Derrno_str.c134 ERRNO_MSG(EISNAM, "Is a named type file"),
/openbmc/qemu/linux-user/
H A Derrnos.c.inc57 E(EISNAM)
/openbmc/linux/lib/
H A Derrname.c69 E(EISNAM),
/openbmc/u-boot/drivers/usb/gadget/udc/
H A Dudc-core.c291 if (ret != -EISNAM) in udc_bind_to_driver()
/openbmc/linux/drivers/usb/gadget/udc/
H A Dcore.c1620 if (ret != -EISNAM) in gadget_bind_driver()