Lines Matching defs:vtno
176 int vtno = *((int *) arg);
178 if (vtno != xf86Info.vtno) {
179 if (!xf86VTActivate(vtno)) {
181 xf86Info.vtno, vtno, strerror(errno));
188 if (!xf86VTActivate(xf86Info.vtno + 1)) {
194 xf86Info.vtno, strerror(errno));
200 if (!xf86Info.dontVTSwitch && xf86Info.vtno > 0) {
201 if (!xf86VTActivate(xf86Info.vtno - 1)) {
204 xf86Info.vtno, strerror(errno));