Home
last modified time | relevance | path

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

/qemu/linux-user/mips/
H A Dtarget_errno_defs.h121 #undef TARGET_EMSGSIZE
122 #define TARGET_EMSGSIZE 97 /* Message too long */ macro
/qemu/linux-user/hppa/
H A Dtarget_errno_defs.h144 #undef TARGET_EMSGSIZE
145 #define TARGET_EMSGSIZE 218 macro
/qemu/linux-user/sparc/
H A Dtarget_errno_defs.h20 #undef TARGET_EMSGSIZE
21 #define TARGET_EMSGSIZE 40 /* Message too long */ macro
/qemu/linux-user/alpha/
H A Dtarget_errno_defs.h24 #undef TARGET_EMSGSIZE
25 #define TARGET_EMSGSIZE 40 macro
/qemu/bsd-user/
H A Derrno_defs.h87 #define TARGET_EMSGSIZE 40 /* Message too long */ macro
/qemu/linux-user/generic/
H A Dtarget_errno_defs.h101 #define TARGET_EMSGSIZE 90 /* Message too long */ macro
/qemu/linux-user/
H A Dsyscall.c3258 ret = -TARGET_EMSGSIZE; in do_sendrecvmsg_locked()