Searched refs:VT_OPENQRY (Results 1 – 7 of 7) sorted by relevance
17 #define VT_OPENQRY 0x5600 /* find available vt */ macro
384 if (ioctl(fd, VT_OPENQRY, &xf86Info.vtno) < 0) { in xf86OpenSyscons()487 if (ioctl(fd, VT_OPENQRY, &xf86Info.vtno) < 0) { in xf86OpenPcvt()
161 if ((ioctl(fd, VT_OPENQRY, &xf86Info.vtno) < 0) || in xf86OpenConsole()
128 SYSCALL(ret = ioctl(fd, VT_OPENQRY, &xf86Info.vtno)); in linux_parse_vt_settings()
827 case VT_OPENQRY: in vt_ioctl()