Home
last modified time | relevance | path

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

/netbsd-src/sys/dev/wscons/
H A Dwsdisplay.c122 static struct wsscreen *wsscreen_attach(struct wsdisplay_softc *, int,
315 wsscreen_attach(struct wsdisplay_softc *sc, int console, const char *emul, in wsscreen_attach() function
474 scr = wsscreen_attach(sc, 0, emul, scrdesc, in wsdisplay_addscreen()
862 sc->sc_scr[0] = wsscreen_attach(sc, 1, 0, 0, 0, 0, 0, 0); in wsdisplay_common_attach()