Searched refs:gftty_is_console (Results 1 – 3 of 3) sorted by relevance
68 bool gftty_is_console(struct gftty_softc *sc);
156 KASSERT(gftty_is_console(sc)); in gftty_attach()242 gftty_is_console(struct gftty_softc *sc) in gftty_is_console() function
68 if (! gftty_is_console(sc)) { in gftty_mainbus_attach()