Home
last modified time | relevance | path

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

/linux/include/uapi/linux/
H A Dvt.h31 #define VT_PROCESS 0x01 /* process controls switching */ macro
/linux/drivers/tty/vt/
H A Dvt_ioctl.c559 if (vc->vt_mode.mode != VT_PROCESS) in vt_reldisp()
770 if (tmp.mode != VT_AUTO && tmp.mode != VT_PROCESS) in vt_ioctl()
1178 if (vc->vt_mode.mode == VT_PROCESS) { in complete_change_console()
1191 * this outside of VT_PROCESS but there is no single process in complete_change_console()
1238 if (vc->vt_mode.mode == VT_PROCESS) { in change_console()
1263 * this outside of VT_PROCESS but there is no single process in change_console()