Searched refs:consw (Results 1 – 3 of 3) sorted by relevance
88 struct consw { struct129 extern const struct consw *conswitchp; argument131 extern const struct consw dummy_con; /* dummy console buffer */132 extern const struct consw vga_con; /* VGA text console */133 extern const struct consw newport_con; /* SGI Newport console */142 int con_is_bound(const struct consw *csw);143 int do_unregister_con_driver(const struct consw *csw);144 int do_take_over_console(const struct consw *sw, int first, int last, int deflt);145 void give_up_console(const struct consw *sw);
108 const struct consw *vc_sw;
126 int do_unbind_con_driver(const struct consw *csw, int first, int last,