Searched refs:SIGTSTP (Results 1 – 8 of 8) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | rctl.h | 115 #define RCTL_ACTION_SIGTSTP SIGTSTP
|
| H A D | signal.h | 107 #define SIGTSTP 18 /* stop signal from tty */ macro
|
| H A D | signalvar.h | 169 SIGDELSET(set, SIGSTOP), SIGDELSET(set, SIGTSTP), \
|
| /f-stack/dpdk/examples/eventdev_pipeline/ |
| H A D | main.c | 306 if (signum == SIGTSTP) in signal_handler() 329 signal(SIGTSTP, signal_handler); in main()
|
| /f-stack/freebsd/contrib/openzfs/lib/libzfs/ |
| H A D | libzfs_crypto.c | 289 (void) sigaction(SIGTSTP, &act, &osigtstp); in libzfs_getpassphrase() 332 (void) sigaction(SIGTSTP, &osigtstp, NULL); in libzfs_getpassphrase()
|
| /f-stack/freebsd/kern/ |
| H A D | tty_ttydisc.c | 964 signal = SIGTSTP; in ttydisc_rint()
|
| H A D | kern_sig.c | 231 [SIGTSTP] = SIGPROP_STOP | SIGPROP_TTYSTOP, 590 SIGADDSET(set, SIGTSTP); in sigqueue_delete_stopmask_proc()
|
| H A D | kern_prot.c | 1529 case SIGTSTP: in cr_cansignal()
|