HomeSort by: relevance | last modified time | path
    Searched defs:omfb_stdscreen (Results 1 - 1 of 1) sorted by relevancy

  /src/sys/arch/luna68k/dev/
lunafb.c 139 static struct wsscreen_descr omfb_stdscreen = { variable in typeref:struct:wsscreen_descr
144 &omfb_stdscreen,
235 wsdisplay_cnattach(&omfb_stdscreen, ri, 0, 0, defattr);
519 omfb_stdscreen.nrows = ri->ri_rows;
520 omfb_stdscreen.ncols = ri->ri_cols;
521 omfb_stdscreen.textops = &ri->ri_ops;
522 omfb_stdscreen.capabilities = ri->ri_caps;
523 omfb_stdscreen.fontwidth = ri->ri_font->fontwidth;
524 omfb_stdscreen.fontheight = ri->ri_font->fontheight;

Completed in 11 milliseconds