Home
last modified time | relevance | path

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

/xnu-10063.101.15/bsd/kern/ !
H A Dtty_compat.c214 ttsetcompat(struct tty *tp, u_long *com, caddr_t data, struct termios *term) in ttsetcompat() function
409 if ((error = ttsetcompat(tp, &com, data, &term)) != 0) { in ttcompat()