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

  /src/sys/dev/sun/
cgsix.c 155 struct wsscreen_descr cgsix_defaultscreen = { variable in typeref:struct:wsscreen_descr
194 &cgsix_defaultscreen
556 vcons_init(&sc->vd, sc, &cgsix_defaultscreen, &cgsix_accessops);
584 cgsix_defaultscreen.textops = &ri->ri_ops;
585 cgsix_defaultscreen.capabilities = ri->ri_caps;
586 cgsix_defaultscreen.nrows = ri->ri_rows;
587 cgsix_defaultscreen.ncols = ri->ri_cols;
590 wsdisplay_cnattach(&cgsix_defaultscreen, ri, 0, 0, defattr);

Completed in 11 milliseconds