Home
last modified time | relevance | path

Searched defs:TARGET_EEXIST (Results 1 – 3 of 3) sorted by relevance

/openbmc/qemu/bsd-user/
H A Derrno_defs.h57 #define TARGET_EEXIST 17 /* File exists */ macro
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c74 TARGET_EEXIST = 17, enumerator
/openbmc/qemu/linux-user/generic/
H A Dtarget_errno_defs.h27 #define TARGET_EEXIST 17 /* File exists */ macro