tag | line | file | source code |
tty_hung_up_p | 2331 | drivers/char/cyclades.c | if (tty_hung_up_p(filp)) { |
tty_hung_up_p | 2534 | drivers/char/cyclades.c | if (tty_hung_up_p(filp) |
tty_hung_up_p | 2566 | drivers/char/cyclades.c | if (!tty_hung_up_p(filp)){ |
tty_hung_up_p | 995 | drivers/char/istallion.c | if (tty_hung_up_p(filp)) { |
tty_hung_up_p | 1386 | drivers/char/istallion.c | if (tty_hung_up_p(filp) || ((portp->flags & ASYNC_INITIALIZED) == 0)) { |
tty_hung_up_p | 1406 | drivers/char/istallion.c | if (! tty_hung_up_p(filp)) |
tty_hung_up_p | 833 | drivers/char/n_tty.c | if (tty_hung_up_p(file)) |
tty_hung_up_p | 945 | drivers/char/n_tty.c | if (tty_hung_up_p(file) || (tty->link && !tty->link->count)) { |
tty_hung_up_p | 990 | drivers/char/n_tty.c | if (tty_hung_up_p(file)) |
tty_hung_up_p | 2085 | drivers/char/serial.c | if (tty_hung_up_p(filp)) { |
tty_hung_up_p | 2219 | drivers/char/serial.c | if (tty_hung_up_p(filp) || |
tty_hung_up_p | 2286 | drivers/char/serial.c | if (!tty_hung_up_p(filp)) |
tty_hung_up_p | 2298 | drivers/char/serial.c | if (tty_hung_up_p(filp) || |
tty_hung_up_p | 2327 | drivers/char/serial.c | if (!tty_hung_up_p(filp)) |
tty_hung_up_p | 758 | drivers/char/stallion.c | if (tty_hung_up_p(filp) || ((portp->flags & ASYNC_INITIALIZED) == 0)) { |
tty_hung_up_p | 778 | drivers/char/stallion.c | if (! tty_hung_up_p(filp)) |
tty_hung_up_p | 803 | drivers/char/stallion.c | if (tty_hung_up_p(filp)) { |
tty_hung_up_p | 781 | drivers/isdn/isdn_tty.c | if (tty_hung_up_p(filp) || |
tty_hung_up_p | 844 | drivers/isdn/isdn_tty.c | if (!(tty_hung_up_p(filp))) |
tty_hung_up_p | 850 | drivers/isdn/isdn_tty.c | if (tty_hung_up_p(filp) || |
tty_hung_up_p | 881 | drivers/isdn/isdn_tty.c | if (!tty_hung_up_p(filp)) |
tty_hung_up_p | 964 | drivers/isdn/isdn_tty.c | if (tty_hung_up_p(filp)) { |
tty_hung_up_p | 2661 | drivers/net/ppp.c | if (tty_hung_up_p (filp)) |
tty_hung_up_p | 309 | include/linux/tty.h | extern int tty_hung_up_p(struct file * filp); |
tty_hung_up_p | 238 | kernel/ksyms.c | X(tty_hung_up_p), |