Home
last modified time | relevance | path

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

/xnu-12377.61.12/bsd/kern/
H A Dtty_dev.c651 static struct termios32 tio32; local
652 cc = MIN((int)uio_resid(uio), (int)sizeof(tio32));
654 (struct termios32 *)&tio32);
655 uiomove((caddr_t)&tio32, cc, uio);