Home
last modified time | relevance | path

Searched refs:SIGTSTP (Results 1 – 8 of 8) sorted by relevance

/f-stack/freebsd/sys/
H A Drctl.h115 #define RCTL_ACTION_SIGTSTP SIGTSTP
H A Dsignal.h107 #define SIGTSTP 18 /* stop signal from tty */ macro
H A Dsignalvar.h169 SIGDELSET(set, SIGSTOP), SIGDELSET(set, SIGTSTP), \
/f-stack/dpdk/examples/eventdev_pipeline/
H A Dmain.c306 if (signum == SIGTSTP) in signal_handler()
329 signal(SIGTSTP, signal_handler); in main()
/f-stack/freebsd/contrib/openzfs/lib/libzfs/
H A Dlibzfs_crypto.c289 (void) sigaction(SIGTSTP, &act, &osigtstp); in libzfs_getpassphrase()
332 (void) sigaction(SIGTSTP, &osigtstp, NULL); in libzfs_getpassphrase()
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c964 signal = SIGTSTP; in ttydisc_rint()
H A Dkern_sig.c231 [SIGTSTP] = SIGPROP_STOP | SIGPROP_TTYSTOP,
590 SIGADDSET(set, SIGTSTP); in sigqueue_delete_stopmask_proc()
H A Dkern_prot.c1529 case SIGTSTP: in cr_cansignal()