Home
last modified time | relevance | path

Searched refs:TARGET_EPROTONOSUPPORT (Results 1 – 7 of 7) sorted by relevance

/qemu/linux-user/mips/
H A Dtarget_errno_defs.h127 #undef TARGET_EPROTONOSUPPORT
128 #define TARGET_EPROTONOSUPPORT 120 /* Protocol not supported */ macro
/qemu/linux-user/hppa/
H A Dtarget_errno_defs.h150 #undef TARGET_EPROTONOSUPPORT
151 #define TARGET_EPROTONOSUPPORT 221 macro
/qemu/linux-user/sparc/
H A Dtarget_errno_defs.h26 #undef TARGET_EPROTONOSUPPORT
27 #define TARGET_EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/qemu/linux-user/alpha/
H A Dtarget_errno_defs.h30 #undef TARGET_EPROTONOSUPPORT
31 #define TARGET_EPROTONOSUPPORT 43 macro
/qemu/bsd-user/
H A Derrno_defs.h90 #define TARGET_EPROTONOSUPPORT 43 /* Protocol not supported */ macro
/qemu/linux-user/generic/
H A Dtarget_errno_defs.h104 #define TARGET_EPROTONOSUPPORT 93 /* Protocol not supported */ macro
/qemu/linux-user/
H A Dsyscall.c3138 return -TARGET_EPROTONOSUPPORT; in do_socket()