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

/macosx-10.9.5/IOSerialFamily-64.1.1/IOSerialFamily.kmodproj/
H A DIOSerialBSDClient.cpp395 termios64to32(struct user_termios *in, struct termios32 *out) function
1342 termios64to32((struct user_termios *)&tp->t_termios, (struct termios32 *)data);
1380 termios64to32((struct user_termios *)data, (struct termios32 *)&lcl_termios);
/macosx-10.9.5/xnu-2422.115.4/bsd/kern/
H A Dtty.c255 termios64to32(struct user_termios *in, struct termios32 *out) function
1185 termios64to32((struct user_termios *)&tp->t_termios, (struct termios32 *)data);
1238 termios64to32((struct user_termios *)data, (struct termios32 *)&lcl_termios);

Completed in 305 milliseconds