Home
last modified time | relevance | path

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

/openbsd/src/sys/dev/wscons/
Dwsdisplay.c141 struct wsscreen *wsscreen_attach(struct wsdisplay_softc *, int, const char *,
275 wsscreen_attach(struct wsdisplay_softc *sc, int console, const char *emul, in wsscreen_attach() function
397 scr = wsscreen_attach(sc, 0, emul, scrdesc, in wsdisplay_addscreen()
708 sc->sc_scr[0] = wsscreen_attach(sc, 1, 0, 0, 0, 0, 0, 0); in wsdisplay_attach()