taglinefilesource code
SIGTTOU403kernel/chr_drv/tty_io.cif (!is_ignored(SIGTTOU))
SIGTTOU404kernel/chr_drv/tty_io.creturn tty_signal(SIGTTOU, tty);
SIGTTOU134kernel/chr_drv/tty_ioctl.cif (!is_ignored(SIGTTOU))
SIGTTOU135kernel/chr_drv/tty_ioctl.creturn tty_signal(SIGTTOU, tty);
SIGTTOU177kernel/chr_drv/tty_ioctl.cif (!is_ignored(SIGTTOU))
SIGTTOU178kernel/chr_drv/tty_ioctl.creturn tty_signal(SIGTTOU, tty);
SIGTTOU35kernel/exit.c(1<<(SIGTTIN-1)) | (1<<(SIGTTOU-1)) );
SIGTTOU38kernel/exit.cif ((sig >= SIGSTOP) && (sig <= SIGTTOU)) 
SIGTTOU173kernel/signal.ccase SIGTTOU: