Home
last modified time | relevance | path

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

/openbmc/linux/drivers/tty/
H A Dtty.h61 int __tty_check_change(struct tty_struct *tty, int sig);
H A Dtty_jobctrl.c33 int __tty_check_change(struct tty_struct *tty, int sig) in __tty_check_change() function
71 return __tty_check_change(tty, SIGTTOU); in tty_check_change()
H A Dn_tty.c2137 return __tty_check_change(tty, SIGTTIN); in job_control()