Lines Matching defs:bts
573 struct termios bts;
577 error = sunos32_do_ioctl(SCARG(&bsd_ua, fd), TIOCGETA, &bts,
582 btios2stios (&bts, &sts);
595 struct termios bts;
605 &bts, l)) != 0)
612 btios2stios(&bts, &sts);
614 stios2btios(&sts, &bts);
617 SCARG(uap, com) - SUNOS_TCSETA + TIOCSETA, &bts, l);
623 struct termios bts;
629 stios2btios (&sts, &bts);
631 SCARG(uap, com) - SUNOS_TCSETS + TIOCSETA, &bts, l);