Home
last modified time | relevance | path

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

/Linux-v4.19/include/uapi/linux/
Dvt.h29 #define VT_PROCESS 0x01 /* process controls switching */ macro
/Linux-v4.19/drivers/tty/vt/
Dvt_ioctl.c603 if (tmp.mode != VT_AUTO && tmp.mode != VT_PROCESS) { in vt_ioctl()
758 if (vc->vt_mode.mode != VT_PROCESS) { in vt_ioctl()
1301 if (vc->vt_mode.mode == VT_PROCESS) { in complete_change_console()
1361 if (vc->vt_mode.mode == VT_PROCESS) { in change_console()