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

  /src/sys/dev/wscons/
wsdisplay_vconsvar.h 50 struct wsscreen_descr *scr_type; member in struct:vcons_screen
wsdisplay_vcons.c 385 if (scr->scr_type == NULL)
386 scr->scr_type = vdp->defaulttype;
525 DPRINTF("caps %x %x\n", scr->scr_type->capabilities, ri->ri_caps);
526 if (scr->scr_type->capabilities & WSSCREEN_RESIZE) {
527 scr->scr_type->nrows = ri->ri_rows;
528 scr->scr_type->ncols = ri->ri_cols;
898 scr->scr_type = __UNCONST(type);

Completed in 13 milliseconds