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

  /src/sys/arch/sparc64/dev/
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);

Completed in 13 milliseconds