Searched refs:SIGTTIN (Results 1 – 7 of 7) sorted by relevance
| /f-stack/freebsd/sys/ |
| H A D | rctl.h | 117 #define RCTL_ACTION_SIGTTIN SIGTTIN
|
| H A D | signal.h | 110 #define SIGTTIN 21 /* to readers pgrp upon background tty read */ macro
|
| H A D | signalvar.h | 170 SIGDELSET(set, SIGTTIN), SIGDELSET(set, SIGTTOU)
|
| /f-stack/freebsd/kern/ |
| H A D | tty_ttydisc.c | 129 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 D | kern_sig.c | 234 [SIGTTIN] = SIGPROP_STOP | SIGPROP_TTYSTOP, 591 SIGADDSET(set, SIGTTIN); in sigqueue_delete_stopmask_proc()
|
| H A D | kern_prot.c | 1527 case SIGTTIN: in cr_cansignal()
|
| H A D | tty.c | 431 MPASS(sig == SIGTTIN || sig == SIGTTOU); in tty_wait_background()
|