/openbmc/linux/arch/ia64/include/uapi/asm/ |
H A D | signal.h | 33 #define SIGTSTP 20 macro
|
/openbmc/linux/security/apparmor/include/ |
H A D | sig_names.h | 35 [SIGTSTP] = 20, /* 18, 20, 24 */
|
/openbmc/u-boot/include/asm-generic/ |
H A D | signal.h | 30 #define SIGTSTP 20 macro
|
/openbmc/linux/arch/m68k/include/uapi/asm/ |
H A D | signal.h | 38 #define SIGTSTP 20 macro
|
/openbmc/linux/arch/parisc/include/uapi/asm/ |
H A D | signal.h | 31 #define SIGTSTP 25 macro
|
/openbmc/linux/include/uapi/asm-generic/ |
H A D | signal.h | 31 #define SIGTSTP 20 macro
|
/openbmc/linux/arch/s390/include/uapi/asm/ |
H A D | signal.h | 46 #define SIGTSTP 20 macro
|
/openbmc/linux/arch/arm/include/uapi/asm/ |
H A D | signal.h | 38 #define SIGTSTP 20 macro
|
/openbmc/linux/arch/xtensa/include/uapi/asm/ |
H A D | signal.h | 55 #define SIGTSTP 20 macro
|
/openbmc/linux/arch/x86/include/uapi/asm/ |
H A D | signal.h | 43 #define SIGTSTP 20 macro
|
/openbmc/linux/arch/mips/include/uapi/asm/ |
H A D | signal.h | 51 #define SIGTSTP 24 /* Keyboard stop (POSIX). */ macro
|
/openbmc/linux/arch/powerpc/include/uapi/asm/ |
H A D | signal.h | 41 #define SIGTSTP 20 macro
|
/openbmc/linux/arch/alpha/include/uapi/asm/ |
H A D | signal.h | 40 #define SIGTSTP 18 macro
|
/openbmc/ipmitool/lib/ |
H A D | helper.c | 638 #ifdef SIGTSTP in ipmi_start_daemon() 639 signal(SIGTSTP, SIG_IGN); in ipmi_start_daemon() 646 #if defined(SIGTSTP) && defined(TIOCNOTTY) in ipmi_start_daemon()
|
H A D | ipmi_isol.c | 351 kill(getpid(), SIGTSTP); in suspendSelf()
|
H A D | ipmi_tsol.c | 251 kill(getpid(), SIGTSTP); in suspend_self()
|
/openbmc/u-boot/arch/powerpc/include/asm/ |
H A D | signal.h | 42 #define SIGTSTP 20 macro
|
/openbmc/linux/arch/sparc/include/uapi/asm/ |
H A D | signal.h | 60 #define SIGTSTP 18 macro
|
/openbmc/qemu/linux-user/ |
H A D | signal-common.h | 150 MAKE_SIG_ENTRY(SIGTSTP) \
|
/openbmc/qemu/ |
H A D | os-posix.c | 254 signal(SIGTSTP, SIG_IGN); in os_daemonize()
|
/openbmc/linux/tools/power/x86/intel-speed-select/ |
H A D | isst-daemon.c | 159 sigaddset(&sig_set, SIGTSTP);
|
/openbmc/linux/include/linux/ |
H A D | signal.h | 422 rt_sigmask(SIGSTOP) | rt_sigmask(SIGTSTP) | \
|
/openbmc/linux/arch/loongarch/kernel/ |
H A D | asm-offsets.c | 248 DEFINE(_SIGTSTP, SIGTSTP); in output_signal_defines()
|
/openbmc/linux/arch/mips/kernel/ |
H A D | asm-offsets.c | 285 DEFINE(_SIGTSTP, SIGTSTP); in output_signal_defined()
|
/openbmc/linux/drivers/tty/ |
H A D | pty.c | 192 if (sig != SIGINT && sig != SIGQUIT && sig != SIGTSTP) in pty_signal()
|