Home
last modified time | relevance | path

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) { in intfix()
1673 ioctl(termio_fd, TCSETS, &termios); in intfix()
1698 if ((termio_fd = open("/dev/tty", O_RDONLY)) == -1) { in up_password()
1703 ioctl(termio_fd, TCGETS, &termios); in up_password()
1752 ioctl(termio_fd, TCSETS, &termios); in up_password()
1759 ioctl(termio_fd, TCSETS, &termios); in up_password()