Home
last modified time | relevance | path

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

/netbsd/src/sys/arch/powerpc/oea/
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()
Dofw_rasconsvar.h34 extern struct wsscreen_descr rascons_stdscreen;
/netbsd/src/sys/arch/macppc/dev/
Dofb.c91 &rascons_stdscreen,
182 vcons_init(&sc->vd, sc, &rascons_stdscreen, &ofb_accessops); in ofbattach()