Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/
H A Derrno_defs.h153 #define TARGET_ERESTART 255 /* Restart syscall */ macro
157 _Static_assert(TARGET_ERESTART == QEMU_ERESTARTSYS,
H A Dsignal.c684 return -TARGET_ERESTART; in do_sigaction()
/openbmc/qemu/linux-user/sparc/
H A Dtarget_errno_defs.h172 #undef TARGET_ERESTART
173 #define TARGET_ERESTART 116 /* Interrupted syscall should be restarted */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_errno_defs.h109 #undef TARGET_ERESTART
110 #define TARGET_ERESTART 91 /* Interrupted system call should be restarted */ macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_errno_defs.h111 #undef TARGET_ERESTART
112 #define TARGET_ERESTART 175 macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_errno_defs.h177 #undef TARGET_ERESTART
178 #define TARGET_ERESTART 127 macro
/openbmc/qemu/linux-user/generic/
H A Dtarget_errno_defs.h96 #define TARGET_ERESTART 85 /* Interrupted system call should be restarted */ macro