Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h29 #define TARGET_SIGTTOU 22 /* like TTIN for out if (tp->t_local&LTOSTOP) */ macro
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h29 #define TARGET_SIGTTOU 22 /* like TTIN for out if (tp->t_local&LTOSTOP) */ macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h33 #define TARGET_SIGTTOU 28 macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h42 #define TARGET_SIGTTOU 22 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_signal.h26 #define TARGET_SIGTTOU 22 macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h34 #define TARGET_SIGTTOU 27 /* Background write to tty (POSIX). */ macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h33 #define TARGET_SIGTTOU 22 /* like TTIN for output if(tp->t_local&LTOSTOP)*/ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h34 #define TARGET_SIGTTOU 27 /* Background write to tty (POSIX). */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_signal.h25 #define TARGET_SIGTTOU 22 macro
/openbmc/qemu/bsd-user/
H A Dstrace.c317 case TARGET_SIGTTOU: in print_signal()
H A Dsignal.c456 case TARGET_SIGTTOU: in fatal_signal()
909 sig == TARGET_SIGTTOU) { in handle_pending_signal()
/openbmc/qemu/gdbstub/
H A Duser-target.c49 TARGET_SIGTTOU,
/openbmc/qemu/linux-user/
H A Dsignal.c1280 if (sig == TARGET_SIGTSTP || sig == TARGET_SIGTTIN || sig == TARGET_SIGTTOU) { in handle_pending_signal()