taglinefilesource code
termios_locked1554drivers/char/console.cconsole_driver.termios_locked = console_termios_locked;
termios_locked234drivers/char/pty.cpty_driver.termios_locked = pty_termios_locked;
termios_locked253drivers/char/pty.cpty_slave_driver.termios_locked = ttyp_termios_locked;
termios_locked2293drivers/char/serial.cserial_driver.termios_locked = serial_termios_locked;
termios_locked732drivers/char/tty_io.cltp_loc = &driver->termios_locked[idx];
termios_locked768drivers/char/tty_io.co_ltp_loc = &driver->other->termios_locked[idx];
termios_locked813drivers/char/tty_io.ctty->termios_locked = *ltp_loc;
termios_locked839drivers/char/tty_io.co_tty->termios_locked = *o_ltp_loc;
termios_locked896drivers/char/tty_io.cltp = tty->termios_locked;
termios_locked915drivers/char/tty_io.cif (ltp != tty->driver.termios_locked[idx]) {
termios_locked929drivers/char/tty_io.co_ltp = (o_tty) ? o_tty->termios_locked : NULL;
termios_locked943drivers/char/tty_io.cif (o_ltp != tty->driver.other->termios_locked[idx]) {
termios_locked988drivers/char/tty_io.ctty->driver.other->termios_locked[idx] = NULL;
termios_locked1007drivers/char/tty_io.ctty->driver.termios_locked[idx] = NULL;
termios_locked124drivers/char/tty_ioctl.cunset_locked_termios(tty->termios, &old_termios, tty->termios_locked);
termios_locked316drivers/char/tty_ioctl.c&real_tty->termios_locked,
termios_locked323drivers/char/tty_ioctl.cmemcpy_fromfs(&real_tty->termios_locked,
termios_locked192include/linux/tty.hstruct termios *termios, *termios_locked;
termios_locked118include/linux/tty_driver.hstruct termios **termios_locked;