Home
last modified time | relevance | path

Searched refs:TARGET_SIGURG (Results 1 – 12 of 12) sorted by relevance

/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h23 #define TARGET_SIGURG 16 /* urgent condition on IO channel */ macro
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h23 #define TARGET_SIGURG 16 /* urgent condition on IO channel */ macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h43 #define TARGET_SIGURG 23 macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h34 #define TARGET_SIGURG 29 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_signal.h20 #define TARGET_SIGURG 16 macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h27 #define TARGET_SIGURG 21 /* Urgent condition on socket (4.2 BSD). */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h27 #define TARGET_SIGURG 21 /* Urgent condition on socket (4.2 BSD). */ macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h27 #define TARGET_SIGURG 16 /* urgent condition on IO channel */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_signal.h19 #define TARGET_SIGURG 16 macro
/openbmc/qemu/gdbstub/
H A Duser-target.c43 TARGET_SIGURG,
/openbmc/qemu/bsd-user/
H A Dsignal.c447 case TARGET_SIGURG: in fatal_signal()
911 } else if (sig != TARGET_SIGCHLD && sig != TARGET_SIGURG && in handle_pending_signal()
/openbmc/qemu/linux-user/
H A Dsignal.c1215 sig != TARGET_SIGURG && in handle_pending_signal()