Home
last modified time | relevance | path

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

/xnu-11215.81.4/bsd/kern/
H A Dtty_dev.h80 extern void termios64to32(struct user_termios *in, struct termios32 *out);
H A Dtty.c142 __private_extern__ void termios64to32(struct user_termios *in, struct termios32 *out);
248 termios64to32(struct user_termios *in, struct termios32 *out) in termios64to32() function
1248 termios64to32((struct user_termios *)&tp->t_termios, (struct termios32 *)data); in ttioctl_locked()
1301 termios64to32((struct user_termios *)data, (struct termios32 *)&lcl_termios); in ttioctl_locked()
H A Dtty_dev.c648 termios64to32((struct user_termios *)&tp->t_termios,