Home
last modified time | relevance | path

Searched refs:scr_type (Results 1 – 2 of 2) sorted by relevance

/netbsd/sys/dev/wscons/
H A Dwsdisplay_vconsvar.h47 struct wsscreen_descr *scr_type; member
H A Dwsdisplay_vcons.c385 if (scr->scr_type == NULL) in vcons_init_screen()
386 scr->scr_type = vdp->defaulttype; in vcons_init_screen()
512 DPRINTF("caps %x %x\n", scr->scr_type->capabilities, ri->ri_caps); in vcons_load_font()
513 if (scr->scr_type->capabilities & WSSCREEN_RESIZE) { in vcons_load_font()
514 scr->scr_type->nrows = ri->ri_rows; in vcons_load_font()
515 scr->scr_type->ncols = ri->ri_cols; in vcons_load_font()
871 scr->scr_type = __UNCONST(type); in vcons_alloc_screen()