Home
last modified time | relevance | path

Searched refs:TARGET_EIO (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/bsd-user/
H A Derrno_defs.h44 #define TARGET_EIO 5 /* Input/output error */ macro
/openbmc/qemu/linux-user/generic/
H A Dtarget_errno_defs.h15 #define TARGET_EIO 5 /* I/O error */ macro
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c62 TARGET_EIO = 5, enumerator
104 case EIO: return TARGET_EIO; in errno_h2g()
/openbmc/qemu/linux-user/aarch64/
H A Dtarget_prctl.h152 return -TARGET_EIO; in do_prctl_reset_keys()