Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Derrno_defs.h65 #define TARGET_ENOTTY 25 /* Inappropriate ioctl for device */ macro
/openbmc/qemu/linux-user/generic/
H A Dtarget_errno_defs.h35 #define TARGET_ENOTTY 25 /* Not a typewriter */ macro
/openbmc/qemu/target/xtensa/
H A Dxtensa-semi.c82 TARGET_ENOTTY = 25, enumerator
126 case ENOTTY: return TARGET_ENOTTY; in errno_h2g()
/openbmc/qemu/linux-user/
H A Dsyscall.c5612 return -TARGET_ENOTTY; in do_ioctl()
5624 return -TARGET_ENOTTY; in do_ioctl()
5682 ret = -TARGET_ENOTTY; in do_ioctl()