Home
last modified time | relevance | path

Searched refs:lcl_termios (Results 1 – 1 of 1) sorted by relevance

/xnu-10063.101.15/bsd/kern/
H A Dtty.c1286 struct termios lcl_termios; in ttioctl_locked() local
1290 termios32to64((struct termios32 *)data, (struct user_termios *)&lcl_termios); in ttioctl_locked()
1291 t = &lcl_termios; in ttioctl_locked()
1295 termios64to32((struct user_termios *)data, (struct termios32 *)&lcl_termios); in ttioctl_locked()
1296 t = &lcl_termios; in ttioctl_locked()