taglinefilesource code
is_orphaned_pgrp230include/linux/tty.hextern int is_orphaned_pgrp(int pgrp);
is_orphaned_pgrp228kernel/chr_drv/tty_io.cif (!is_orphaned_pgrp(tty->pgrp))
is_orphaned_pgrp319kernel/chr_drv/tty_io.cif (is_ignored(SIGTTIN) || is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp401kernel/chr_drv/tty_io.cif (is_orphaned_pgrp(tty->pgrp))
is_orphaned_pgrp132kernel/chr_drv/tty_ioctl.cif (is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp175kernel/chr_drv/tty_ioctl.cif (is_orphaned_pgrp(current->pgrp))
is_orphaned_pgrp330kernel/exit.cis_orphaned_pgrp(current->pgrp) &&
is_orphaned_pgrp367kernel/exit.cis_orphaned_pgrp(p->pgrp) &&