Home
last modified time | relevance | path

Searched refs:tty_old_pgrp (Results 1 – 5 of 5) sorted by relevance

/linux-2.4.37.9/drivers/char/
Dtty_io.c829 p->tty_old_pgrp = tty->pgrp; in do_tty_hangup()
917 if (current->tty_old_pgrp) { in disassociate_ctty()
918 kill_pg(current->tty_old_pgrp, SIGHUP, on_exit); in disassociate_ctty()
919 kill_pg(current->tty_old_pgrp, SIGCONT, on_exit); in disassociate_ctty()
929 current->tty_old_pgrp = 0; in disassociate_ctty()
1806 current->tty_old_pgrp = 0; in tty_open()
1994 current->tty_old_pgrp = 0; in tiocsctty()
DChangeLog489 current->tty_old_pgrp field when a session leader
/linux-2.4.37.9/include/linux/
Dsched.h341 pid_t tty_old_pgrp; member
/linux-2.4.37.9/kernel/
Dfork.c733 p->tty_old_pgrp = 0; in do_fork()
Dsys.c940 current->tty_old_pgrp = 0; in sys_setsid()