Home
last modified time | relevance | path

Searched refs:SIGTTIN (Results 1 – 7 of 7) sorted by relevance

/f-stack/freebsd/sys/
H A Drctl.h117 #define RCTL_ACTION_SIGTTIN SIGTTIN
H A Dsignal.h110 #define SIGTTIN 21 /* to readers pgrp upon background tty read */ macro
H A Dsignalvar.h170 SIGDELSET(set, SIGTTIN), SIGDELSET(set, SIGTTOU)
/f-stack/freebsd/kern/
H A Dtty_ttydisc.c129 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_canonical()
199 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_raw_no_timer()
240 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_raw_read_timer()
293 error = tty_wait_background(tp, curthread, SIGTTIN); in ttydisc_read_raw_interbyte_timer()
H A Dkern_sig.c234 [SIGTTIN] = SIGPROP_STOP | SIGPROP_TTYSTOP,
591 SIGADDSET(set, SIGTTIN); in sigqueue_delete_stopmask_proc()
H A Dkern_prot.c1527 case SIGTTIN: in cr_cansignal()
H A Dtty.c431 MPASS(sig == SIGTTIN || sig == SIGTTOU); in tty_wait_background()