Home
last modified time | relevance | path

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

/linux-2.4.37.9/drivers/char/
Dconsole.c143 static const struct consw *con_driver_map[MAX_NR_CONSOLES]; variable
644 if (con_driver_map[currcons]) in visual_init()
645 sw = con_driver_map[currcons]; in visual_init()
2580 con_driver_map[i] = csw; in take_over_console()
2619 if (con_driver_map[i] == csw) in give_up_console()
2620 con_driver_map[i] = NULL; in give_up_console()