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

/darwin-on-arm/xnu/bsd/kern/
H A Dtty.c1229 struct termios lcl_termios; local
1233 termios32to64((struct termios32 *)data, (struct user_termios *)&lcl_termios);
1234 t = &lcl_termios;
1238 termios64to32((struct user_termios *)data, (struct termios32 *)&lcl_termios);
1239 t = &lcl_termios;

Completed in 29 milliseconds