Home
last modified time | relevance | path

Searched refs:vt_move_to_console (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/kernel/power/
H A Dconsole.c135 orig_fgconsole = vt_move_to_console(SUSPEND_CONSOLE, 1); in pm_prepare_console()
149 vt_move_to_console(orig_fgconsole, 0); in pm_restore_console()
/openbmc/linux/include/linux/
H A Dvt_kern.h134 int vt_move_to_console(unsigned int vt, int alloc);
/openbmc/linux/drivers/tty/vt/
H A Dvt_ioctl.c1274 int vt_move_to_console(unsigned int vt, int alloc) in vt_move_to_console() function