Home
last modified time | relevance | path

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

/xnu-8019.80.24/bsd/kern/
H A Dtty_dev.c608 static struct termios32 tio32; local
609 cc = MIN((int)uio_resid(uio), (int)sizeof(tio32));
611 (struct termios32 *)&tio32);
612 uiomove((caddr_t)&tio32, cc, uio);