Searched refs:__tty_check_change (Results 1 – 3 of 3) sorted by relevance
61 int __tty_check_change(struct tty_struct *tty, int sig);
33 int __tty_check_change(struct tty_struct *tty, int sig) in __tty_check_change() function71 return __tty_check_change(tty, SIGTTOU); in tty_check_change()
2044 return __tty_check_change(tty, SIGTTIN); in job_control()