tag | line | file | source code |
---|---|---|---|
tmp_termios | 145 | drivers/char/tty_ioctl.c | struct termios tmp_termios; |
tmp_termios | 157 | drivers/char/tty_ioctl.c | tmp_termios = *tty->termios; |
tmp_termios | 160 | drivers/char/tty_ioctl.c | trans_from_termio(&tmp_termio, &tmp_termios); |
tmp_termios | 165 | drivers/char/tty_ioctl.c | memcpy_fromfs(&tmp_termios, (struct termios *) arg, |
tmp_termios | 175 | drivers/char/tty_ioctl.c | change_termios(tty, &tmp_termios); |