Home
last modified time | relevance | path

Searched defs:TARGET_SIG_IGN (Results 1 – 4 of 4) sorted by relevance

/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h45 #define TARGET_SIG_IGN ((void (*)(int))1) macro
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h45 #define TARGET_SIG_IGN ((void (*)(int))1) macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h54 #define TARGET_SIG_IGN ((abi_long)1) /* ignore signal */ macro
/openbmc/qemu/linux-user/
H A Dsyscall_defs.h450 #define TARGET_SIG_IGN ((abi_long)1) /* ignore signal */ macro