Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/powerpc/oea/
H A Dofw_rascons.c73 struct wsscreen_descr rascons_stdscreen = { variable
122 rascons_stdscreen.nrows = ri->ri_rows; in rascons_cnattach()
123 rascons_stdscreen.ncols = ri->ri_cols; in rascons_cnattach()
124 rascons_stdscreen.textops = &ri->ri_ops; in rascons_cnattach()
125 rascons_stdscreen.capabilities = ri->ri_caps; in rascons_cnattach()
141 wsdisplay_preattach(&rascons_stdscreen, ri, 0, uimax(0, in rascons_cnattach()
177 wsdisplay_preattach(&rascons_stdscreen, ri, 0, uimax(0, in rascons_finalize()
H A Dofw_rasconsvar.h34 extern struct wsscreen_descr rascons_stdscreen;
/netbsd-src/sys/arch/macppc/dev/
H A Dofb.c91 &rascons_stdscreen,
182 vcons_init(&sc->vd, sc, &rascons_stdscreen, &ofb_accessops); in ofbattach()
/netbsd-src/sys/arch/evbarm/iyonix/
H A Diyonix_machdep.c133 struct wsscreen_descr rascons_stdscreen = { variable