Home
last modified time | relevance | path

Searched refs:__tty_check_change (Results 1 – 3 of 3) sorted by relevance

/linux-4.4.14/include/linux/
Dtty.h425 extern int __tty_check_change(struct tty_struct *tty, int sig);
/linux-4.4.14/drivers/tty/
Dtty_io.c393 int __tty_check_change(struct tty_struct *tty, int sig) in __tty_check_change() function
433 return __tty_check_change(tty, SIGTTOU); in tty_check_change()
Dn_tty.c2133 return __tty_check_change(tty, SIGTTIN); in job_control()