Searched refs:consw (Results 1 – 3 of 3) sorted by relevance
48 struct consw { struct99 extern const struct consw *conswitchp; argument101 extern const struct consw dummy_con; /* dummy console buffer */102 extern const struct consw vga_con; /* VGA text console */103 extern const struct consw newport_con; /* SGI Newport console */104 extern const struct consw prom_con; /* SPARC PROM console */106 int con_is_bound(const struct consw *csw);107 int do_unregister_con_driver(const struct consw *csw);108 int do_take_over_console(const struct consw *sw, int first, int last, int deflt);109 void give_up_console(const struct consw *sw);
70 const struct consw *vc_sw;
134 extern int do_unbind_con_driver(const struct consw *csw, int first, int last,