Home
last modified time | relevance | path

Searched refs:TARGET_ELOOP (Results 1 – 7 of 7) sorted by relevance

/openbmc/qemu/linux-user/sparc/
H A Dtarget_errno_defs.h64 #undef TARGET_ELOOP
65 #define TARGET_ELOOP 62 /* Too many symbolic links encountered */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_errno_defs.h68 #undef TARGET_ELOOP
69 #define TARGET_ELOOP 62 macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_errno_defs.h107 #undef TARGET_ELOOP
108 #define TARGET_ELOOP 90 /* Too many symbolic links encountered */ macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_errno_defs.h202 #undef TARGET_ELOOP
203 #define TARGET_ELOOP 249 macro
/openbmc/qemu/bsd-user/
H A Derrno_defs.h112 #define TARGET_ELOOP 62 /* Too many levels of symbolic links */ macro
/openbmc/qemu/linux-user/generic/
H A Dtarget_errno_defs.h51 #define TARGET_ELOOP 40 /* Too many symbolic links encountered */ macro
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c93 TARGET_ELOOP = 92, enumerator
140 case ELOOP: return TARGET_ELOOP; in errno_h2g()