tag | line | file | source code |
tty_hung_up_p | 2344 | drivers/char/cyclades.c | if (tty_hung_up_p(filp)) { |
tty_hung_up_p | 2546 | drivers/char/cyclades.c | if (tty_hung_up_p(filp) |
tty_hung_up_p | 2577 | drivers/char/cyclades.c | if (!tty_hung_up_p(filp)){ |
tty_hung_up_p | 894 | drivers/char/istallion.c | if (tty_hung_up_p(filp)) { |
tty_hung_up_p | 1294 | drivers/char/istallion.c | if (tty_hung_up_p(filp) || ((portp->flags & ASYNC_INITIALIZED) == 0)) { |
tty_hung_up_p | 1313 | 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 | 264 | drivers/char/pcxx.c | if(tty_hung_up_p(filp) || (info->asyncflags & ASYNC_INITIALIZED) == 0) { |
tty_hung_up_p | 284 | drivers/char/pcxx.c | if(!tty_hung_up_p(filp)) |
tty_hung_up_p | 462 | drivers/char/pcxx.c | if(tty_hung_up_p(filp)) { |
tty_hung_up_p | 957 | drivers/char/riscom8.c | if (tty_hung_up_p(filp) || port->flags & ASYNC_CLOSING) { |
tty_hung_up_p | 1014 | drivers/char/riscom8.c | if (!tty_hung_up_p(filp)) |
tty_hung_up_p | 1029 | drivers/char/riscom8.c | if (tty_hung_up_p(filp) || |
tty_hung_up_p | 1049 | drivers/char/riscom8.c | if (!tty_hung_up_p(filp)) |
tty_hung_up_p | 1116 | drivers/char/riscom8.c | if (tty_hung_up_p(filp)) { |
tty_hung_up_p | 2113 | drivers/char/serial.c | if (tty_hung_up_p(filp)) { |
tty_hung_up_p | 2244 | drivers/char/serial.c | if (tty_hung_up_p(filp) || |
tty_hung_up_p | 2311 | drivers/char/serial.c | if (!tty_hung_up_p(filp)) |
tty_hung_up_p | 2323 | drivers/char/serial.c | if (tty_hung_up_p(filp) || |
tty_hung_up_p | 2352 | drivers/char/serial.c | if (!tty_hung_up_p(filp)) |
tty_hung_up_p | 721 | drivers/char/stallion.c | if (tty_hung_up_p(filp) || ((portp->flags & ASYNC_INITIALIZED) == 0)) { |
tty_hung_up_p | 740 | drivers/char/stallion.c | if (! tty_hung_up_p(filp)) |
tty_hung_up_p | 765 | drivers/char/stallion.c | if (tty_hung_up_p(filp)) { |
tty_hung_up_p | 785 | drivers/isdn/isdn_tty.c | if (tty_hung_up_p(filp) || |
tty_hung_up_p | 848 | drivers/isdn/isdn_tty.c | if (!(tty_hung_up_p(filp))) |
tty_hung_up_p | 854 | drivers/isdn/isdn_tty.c | if (tty_hung_up_p(filp) || |
tty_hung_up_p | 885 | drivers/isdn/isdn_tty.c | if (!tty_hung_up_p(filp)) |
tty_hung_up_p | 968 | drivers/isdn/isdn_tty.c | if (tty_hung_up_p(filp)) { |
tty_hung_up_p | 2620 | drivers/net/ppp.c | if (tty_hung_up_p (filp)) |
tty_hung_up_p | 1449 | drivers/sbus/char/sunserial.c | if (tty_hung_up_p(filp)) { |
tty_hung_up_p | 1646 | drivers/sbus/char/sunserial.c | if (tty_hung_up_p(filp) || |
tty_hung_up_p | 1673 | drivers/sbus/char/sunserial.c | if (!tty_hung_up_p(filp)) |
tty_hung_up_p | 317 | include/linux/tty.h | extern int tty_hung_up_p(struct file * filp); |
tty_hung_up_p | 208 | kernel/ksyms.c | X(tty_hung_up_p), |