Home
last modified time | relevance | path

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

/openbmc/qemu/bsd-user/openbsd/
H A Dtarget_os_signal.h28 #define TARGET_SIGTTIN 21 /* to readers pgrp upon background tty read */ macro
/openbmc/qemu/bsd-user/netbsd/
H A Dtarget_os_signal.h28 #define TARGET_SIGTTIN 21 /* to readers pgrp upon background tty read */ macro
/openbmc/qemu/linux-user/hppa/
H A Dtarget_signal.h32 #define TARGET_SIGTTIN 27 macro
/openbmc/qemu/linux-user/generic/
H A Dsignal.h41 #define TARGET_SIGTTIN 21 macro
/openbmc/qemu/linux-user/sparc/
H A Dtarget_signal.h25 #define TARGET_SIGTTIN 21 macro
/openbmc/qemu/linux-user/mips64/
H A Dtarget_signal.h33 #define TARGET_SIGTTIN 26 /* Background read from tty (POSIX). */ macro
/openbmc/qemu/bsd-user/freebsd/
H A Dtarget_os_signal.h32 #define TARGET_SIGTTIN 21 /* to readers pgrp upon background tty read */ macro
/openbmc/qemu/linux-user/mips/
H A Dtarget_signal.h33 #define TARGET_SIGTTIN 26 /* Background read from tty (POSIX). */ macro
/openbmc/qemu/linux-user/alpha/
H A Dtarget_signal.h24 #define TARGET_SIGTTIN 21 macro
/openbmc/qemu/bsd-user/
H A Dstrace.c314 case TARGET_SIGTTIN: in print_signal()
H A Dsignal.c455 case TARGET_SIGTTIN: in fatal_signal()
908 if (sig == TARGET_SIGTSTP || sig == TARGET_SIGTTIN || in handle_pending_signal()
/openbmc/qemu/gdbstub/
H A Duser-target.c48 TARGET_SIGTTIN,
/openbmc/qemu/linux-user/
H A Dsignal.c1280 if (sig == TARGET_SIGTSTP || sig == TARGET_SIGTTIN || sig == TARGET_SIGTTOU) { in handle_pending_signal()