Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dtty_dev.h79 extern void termios32to64(struct termios32 *in, struct user_termios *out);
H A Dtty.c141 __private_extern__ void termios32to64(struct termios32 *in, struct user_termios *out);
233 termios32to64(struct termios32 *in, struct user_termios *out) in termios32to64() function
1146 termios32to64((struct termios32 *)&tp->t_termios, (struct user_termios *)data); in ttioctl_locked()
1185 termios32to64((struct termios32 *)data, (struct user_termios *)&lcl_termios); in ttioctl_locked()
H A Dtty_dev.c617 termios32to64((struct termios32 *)&tp->t_termios,