tag | line | file | source code |
o_tp | 997 | kernel/chr_drv/tty_io.c | struct termios *tp, *o_tp; |
o_tp | 1003 | kernel/chr_drv/tty_io.c | tp = o_tp = NULL; |
o_tp | 1031 | kernel/chr_drv/tty_io.c | if (!tty_termios[o_dev] && !o_tp) { |
o_tp | 1032 | kernel/chr_drv/tty_io.c | o_tp = (struct termios *) kmalloc(sizeof(struct termios), GFP_KERNEL); |
o_tp | 1033 | kernel/chr_drv/tty_io.c | if (!o_tp) |
o_tp | 1035 | kernel/chr_drv/tty_io.c | initialize_termios(o_dev, o_tp); |
o_tp | 1051 | kernel/chr_drv/tty_io.c | tty_termios[o_dev] = o_tp; |
o_tp | 1052 | kernel/chr_drv/tty_io.c | o_tp = NULL; |
o_tp | 1073 | kernel/chr_drv/tty_io.c | if (o_tp) |
o_tp | 1074 | kernel/chr_drv/tty_io.c | kfree_s(o_tp, sizeof(struct termios)); |
o_tp | 1086 | kernel/chr_drv/tty_io.c | struct termios *tp, *o_tp; |
o_tp | 1092 | kernel/chr_drv/tty_io.c | o_tp = NULL; |
o_tp | 1103 | kernel/chr_drv/tty_io.c | o_tp = tty_termios[PTY_OTHER(dev)]; |
o_tp | 1108 | kernel/chr_drv/tty_io.c | if (!o_tp) { |
o_tp | 1165 | kernel/chr_drv/tty_io.c | if (o_tp) |
o_tp | 1166 | kernel/chr_drv/tty_io.c | kfree_s(o_tp, sizeof(struct termios)); |