Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/sparc64/dev/
H A Dffb.c97 struct wsscreen_descr ffb_stdscreen = { variable
108 &ffb_stdscreen,
332 vcons_init(&sc->vd, sc, &ffb_stdscreen, &ffb_accessops); in ffb_attach()
354 ffb_stdscreen.nrows = ri->ri_rows; in ffb_attach()
355 ffb_stdscreen.ncols = ri->ri_cols; in ffb_attach()
356 ffb_stdscreen.textops = &ri->ri_ops; in ffb_attach()
371 wsdisplay_cnattach(&ffb_stdscreen, ri, 0, 0, defattr); in ffb_attach()