Searched defs:fg_console (Results 1 - 1 of 1) sorted by relevance

/drivers/tty/vt/
H A Dvt.c185 * fg_console is the current virtual console,
190 int fg_console; variable
201 * on that display, allowing consoles other than fg_console to be refreshed
274 #define IS_FG(vc) ((vc)->vc_num == fg_console)
683 struct vc_data *old_vc = vc_cons[fg_console].d;
689 fg_console = vc->vc_num;
830 * Change # of rows and columns (0 means unchanged/the size of fg_console)
1416 return vc_cons[fg_console].d->vc_report_mouse;
2378 if (want_console != fg_console &&
2380 hide_cursor(vc_cons[fg_console]
4222 EXPORT_SYMBOL(fg_console); variable
[all...]

Completed in 176 milliseconds