Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/goldfish/
H A Dgfttyvar.h68 bool gftty_is_console(struct gftty_softc *sc);
H A Dgftty.c156 KASSERT(gftty_is_console(sc)); in gftty_attach()
242 gftty_is_console(struct gftty_softc *sc) in gftty_is_console() function
/netbsd-src/sys/arch/virt68k/dev/
H A Dgftty_mainbus.c68 if (! gftty_is_console(sc)) { in gftty_mainbus_attach()