Home
last modified time | relevance | path

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

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

Completed in 36 milliseconds