Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c158 static struct termios _Lvs; /* attributes for the line to remote */ variable
805 if (ioctl (Cn, TCGETS, &_Lvs) < 0) {
812 _Lvs.c_cflag &= 0xffff0000;
813 cfsetospeed(&_Lvs, B0);
814 (void) ioctl (Cn, TCSETSW, &_Lvs);