tag | line | file | source code |
---|---|---|---|
tty_hung_up_p | 353 | include/linux/tty.h | extern int tty_hung_up_p(struct file * filp); |
tty_hung_up_p | 1170 | kernel/chr_drv/serial.c | if (tty_hung_up_p(filp)) { |
tty_hung_up_p | 757 | kernel/chr_drv/tty_io.c | if (tty_hung_up_p(file)) { |
tty_hung_up_p | 836 | kernel/chr_drv/tty_io.c | if (tty_hung_up_p(file)) |
tty_hung_up_p | 872 | kernel/chr_drv/tty_io.c | if (tty_hung_up_p(file)) |