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

  /src/sys/dev/tc/
cfb.c 147 static struct wsscreen_descr cfb_stdscreen = { variable in typeref:struct:wsscreen_descr
155 &cfb_stdscreen,
348 cfb_stdscreen.nrows = ri->ri_rows;
349 cfb_stdscreen.ncols = ri->ri_cols;
350 cfb_stdscreen.textops = &ri->ri_ops;
351 cfb_stdscreen.capabilities = ri->ri_caps;
495 wsdisplay_cnattach(&cfb_stdscreen, ri, 0, 0, defattr);

Completed in 12 milliseconds