Searched refs:lcl_termios (Results 1 – 1 of 1) sorted by relevance
1182 struct termios lcl_termios; in ttioctl_locked() local1186 termios32to64((struct termios32 *)data, (struct user_termios *)&lcl_termios); in ttioctl_locked()1187 t = &lcl_termios; in ttioctl_locked()1191 termios64to32((struct user_termios *)data, (struct termios32 *)&lcl_termios); in ttioctl_locked()1192 t = &lcl_termios; in ttioctl_locked()