Home
last modified time | relevance | path

Searched refs:TARGET_SIG_ERR (Results 1 – 6 of 6) sorted by relevance

/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h46 #define TARGET_SIG_ERR ((void (*)(int))-1) macro
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h46 #define TARGET_SIG_ERR ((void (*)(int))-1) macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h55 #define TARGET_SIG_ERR ((abi_long)-1) /* error return from signal */ macro
/openbmc/qemu/bsd-user/
H A Dsignal.c918 } else if (handler == TARGET_SIG_ERR) { in handle_pending_signal()
/openbmc/qemu/linux-user/
H A Dsignal.c1290 } else if (handler == TARGET_SIG_ERR) { in handle_pending_signal()
H A Dsyscall_defs.h451 #define TARGET_SIG_ERR ((abi_long)-1) /* error return from signal */ macro