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

  /src/sys/dev/tc/
mfb.c 134 static struct wsscreen_descr mfb_stdscreen = { variable in typeref:struct:wsscreen_descr
142 &mfb_stdscreen,
312 mfb_stdscreen.nrows = ri->ri_rows;
313 mfb_stdscreen.ncols = ri->ri_cols;
314 mfb_stdscreen.textops = &ri->ri_ops;
315 mfb_stdscreen.capabilities = ri->ri_caps;
459 wsdisplay_cnattach(&mfb_stdscreen, ri, 0, 0, defattr);
mfb.c 134 static struct wsscreen_descr mfb_stdscreen = { variable in typeref:struct:wsscreen_descr
142 &mfb_stdscreen,
312 mfb_stdscreen.nrows = ri->ri_rows;
313 mfb_stdscreen.ncols = ri->ri_cols;
314 mfb_stdscreen.textops = &ri->ri_ops;
315 mfb_stdscreen.capabilities = ri->ri_caps;
459 wsdisplay_cnattach(&mfb_stdscreen, ri, 0, 0, defattr);

Completed in 27 milliseconds