Home
last modified time | relevance | path

Searched refs:TARGET_SIGSTOP (Results 1 – 13 of 13) sorted by relevance

/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h24 #define TARGET_SIGSTOP 17 /* sendable stop signal not from tty */ macro
/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h24 #define TARGET_SIGSTOP 17 /* sendable stop signal not from tty */ macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h39 #define TARGET_SIGSTOP 19 macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h29 #define TARGET_SIGSTOP 24 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_signal.h21 #define TARGET_SIGSTOP 17 macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h30 #define TARGET_SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h30 #define TARGET_SIGSTOP 23 /* Stop, unblockable (POSIX). */ macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h28 #define TARGET_SIGSTOP 17 /* sendable stop signal not from tty */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_signal.h20 #define TARGET_SIGSTOP 17 macro
/openbmc/qemu/bsd-user/
H A Dstrace.c310 case TARGET_SIGSTOP: in print_signal()
H A Dsignal.c448 case TARGET_SIGSTOP: in fatal_signal()
664 if ((sig == TARGET_SIGKILL || sig == TARGET_SIGSTOP) && in do_sigaction()
/openbmc/qemu/gdbstub/
H A Duser-target.c43 TARGET_SIGSTOP,
/openbmc/qemu/linux-user/
H A Dsignal.c1091 if (act && (sig == TARGET_SIGKILL || sig == TARGET_SIGSTOP)) { in do_sigaction()