Home
last modified time | relevance | path

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

/drivers/tty/vt/
Dvt_ioctl.c39 char vt_dont_switch; variable
1022 vt_dont_switch = 1; in vt_ioctl()
1027 vt_dont_switch = 0; in vt_ioctl()
1359 if (!new_vc || new_vc->vc_num == fg_console || vt_dont_switch) in change_console()
Dvt.c2492 if (!vc_cons_allocated(nr) || vt_dont_switch || in set_console()