ffb.c | 97 struct wsscreen_descr ffb_stdscreen = { variable in typeref:struct:wsscreen_descr 108 &ffb_stdscreen, 332 vcons_init(&sc->vd, sc, &ffb_stdscreen, &ffb_accessops); 354 ffb_stdscreen.nrows = ri->ri_rows; 355 ffb_stdscreen.ncols = ri->ri_cols; 356 ffb_stdscreen.textops = &ri->ri_ops; 371 wsdisplay_cnattach(&ffb_stdscreen, ri, 0, 0, defattr);
|