tag | line | file | source code |
o_tp | 973 | kernel/chr_drv/tty_io.c | struct termios *tp, *o_tp; |
o_tp | 979 | kernel/chr_drv/tty_io.c | tp = o_tp = NULL; |
o_tp | 1007 | kernel/chr_drv/tty_io.c | if (!tty_termios[o_dev] && !o_tp) { |
o_tp | 1008 | kernel/chr_drv/tty_io.c | o_tp = (struct termios *) kmalloc(sizeof(struct termios), GFP_KERNEL); |
o_tp | 1009 | kernel/chr_drv/tty_io.c | if (!o_tp) |
o_tp | 1011 | kernel/chr_drv/tty_io.c | initialize_termios(o_dev, o_tp); |
o_tp | 1027 | kernel/chr_drv/tty_io.c | tty_termios[o_dev] = o_tp; |
o_tp | 1028 | kernel/chr_drv/tty_io.c | o_tp = NULL; |
o_tp | 1049 | kernel/chr_drv/tty_io.c | if (o_tp) |
o_tp | 1050 | kernel/chr_drv/tty_io.c | kfree_s(o_tp, sizeof(struct termios)); |
o_tp | 1062 | kernel/chr_drv/tty_io.c | struct termios *tp, *o_tp; |
o_tp | 1067 | kernel/chr_drv/tty_io.c | o_tp = NULL; |
o_tp | 1078 | kernel/chr_drv/tty_io.c | o_tp = tty_termios[PTY_OTHER(dev)]; |
o_tp | 1083 | kernel/chr_drv/tty_io.c | if (!o_tp) { |
o_tp | 1131 | kernel/chr_drv/tty_io.c | if (o_tp) |
o_tp | 1132 | kernel/chr_drv/tty_io.c | kfree_s(o_tp, sizeof(struct termios)); |