Searched refs:termio_fd (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/luxadm/
H A Dg_adm.c83 static int termio_fd; variable
1671 if (termio_fd) {
1673 ioctl(termio_fd, TCSETS, &termios);
1698 if ((termio_fd = open("/dev/tty", O_RDONLY)) == -1) {
1703 ioctl(termio_fd, TCGETS, &termios);
1752 ioctl(termio_fd, TCSETS, &termios);
1759 ioctl(termio_fd, TCSETS, &termios);

Completed in 67 milliseconds