Searched defs:_Lvs (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Dcu.c161 static struct termios _Lvs; /* attributes for the line to remote */ variable in typeref:struct:termios
810 if (ioctl (Cn, TCGETS, &_Lvs) < 0) {
817 _Lvs.c_cflag &= 0xffff0000;
818 cfsetospeed(&_Lvs, B0);
819 (void) ioctl (Cn, TCSETSW, &_Lvs);

Completed in 46 milliseconds