Home
last modified time | relevance | path

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

/xnu-11215.1.10/bsd/kern/
H A Dtty_dev.c646 static struct termios32 tio32; local
647 cc = MIN((int)uio_resid(uio), (int)sizeof(tio32));
649 (struct termios32 *)&tio32);
650 uiomove((caddr_t)&tio32, cc, uio);