Searched refs:VT_AUTO (Results 1 - 3 of 3) sorted by relevance

/linux-master/include/uapi/linux/
H A Dvt.h28 #define VT_AUTO 0x00 /* auto vt switching */ macro
/linux-master/drivers/tty/vt/
H A Dvt_ioctl.c770 if (tmp.mode != VT_AUTO && tmp.mode != VT_PROCESS)
965 vc->vt_mode.mode = VT_AUTO;
1255 * Fall through to normal (VT_AUTO) handling of the switch...
1260 * Ignore all switches in KD_GRAPHICS+VT_AUTO mode
H A Dvt.c3158 (vc->vt_mode.mode == VT_AUTO && vc->vc_mode == KD_GRAPHICS)) {

Completed in 265 milliseconds