Home
last modified time | relevance | path

Searched refs:TARGET_EFBIG (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/bsd-user/
H A Derrno_defs.h67 #define TARGET_EFBIG 27 /* File too large */ macro
/openbmc/qemu/linux-user/generic/
H A Dtarget_errno_defs.h37 #define TARGET_EFBIG 27 /* File too large */ macro
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c84 TARGET_EFBIG = 27, enumerator
130 case EFBIG: return TARGET_EFBIG; in errno_h2g()