Home
last modified time | relevance | path

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

/systemd-251/src/basic/
Dterminal-util.c67 int tiocl[2] = { in chvt() local
72 if (ioctl(fd, TIOCLINUX, tiocl) < 0) in chvt()
75 vt = tiocl[0] <= 0 ? 1 : tiocl[0]; in chvt()