Lines Matching refs:vtno
199 int vtno = *((int *) arg);
201 if (vtno != xf86Info.vtno) {
202 if (!xf86VTActivate(vtno)) {
204 xf86Info.vtno, vtno, strerror(errno));
211 if (!xf86VTActivate(xf86Info.vtno + 1)) {
217 xf86Info.vtno, strerror(errno));
223 if (VTSwitchEnabled && !xf86Info.dontVTSwitch && xf86Info.vtno > 0) {
224 if (!xf86VTActivate(xf86Info.vtno - 1)) {
227 xf86Info.vtno, strerror(errno));