Home
last modified time | relevance | path

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

/qemu/linux-user/mips/
H A Dtarget_errno_defs.h125 #undef TARGET_ENOPROTOOPT
126 #define TARGET_ENOPROTOOPT 99 /* Protocol not available */ macro
/qemu/linux-user/hppa/
H A Dtarget_errno_defs.h148 #undef TARGET_ENOPROTOOPT
149 #define TARGET_ENOPROTOOPT 220 macro
/qemu/linux-user/sparc/
H A Dtarget_errno_defs.h24 #undef TARGET_ENOPROTOOPT
25 #define TARGET_ENOPROTOOPT 42 /* Protocol not available */ macro
/qemu/linux-user/alpha/
H A Dtarget_errno_defs.h28 #undef TARGET_ENOPROTOOPT
29 #define TARGET_ENOPROTOOPT 42 macro
/qemu/bsd-user/
H A Derrno_defs.h89 #define TARGET_ENOPROTOOPT 42 /* Protocol not available */ macro
/qemu/linux-user/generic/
H A Dtarget_errno_defs.h103 #define TARGET_ENOPROTOOPT 92 /* Protocol not available */ macro
/qemu/linux-user/
H A Dsyscall.c2516 ret = -TARGET_ENOPROTOOPT; in do_setsockopt()
2798 ret = -TARGET_ENOPROTOOPT; in do_getsockopt()
2860 ret = -TARGET_ENOPROTOOPT; in do_getsockopt()