Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Derrno_defs.h60 #define TARGET_ENOTDIR 20 /* Not a directory */ macro
/openbmc/qemu/linux-user/generic/
H A Dtarget_errno_defs.h30 #define TARGET_ENOTDIR 20 /* Not a directory */ macro
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c77 TARGET_ENOTDIR = 20, enumerator
121 case ENOTDIR: return TARGET_ENOTDIR; in errno_h2g()