Lines Matching refs:wsscreen_descr
109 const struct wsscreen_descr *, int, uint32_t *);
172 const struct wsscreen_descr vga_stdscreen = {
221 const struct wsscreen_descr *_vga_scrlist[] = {
237 sizeof(_vga_scrlist) / sizeof(struct wsscreen_descr *),
240 sizeof(_vga_scrlist_mono) / sizeof(struct wsscreen_descr *),
246 int vga_alloc_screen(void *, const struct wsscreen_descr *,
351 const struct wsscreen_descr *type = scr->pcs.type; in vga_selectfont()
399 const struct wsscreen_descr *type, int existing, uint32_t *attrp) in vga_init_screen()
577 const struct wsscreen_descr *scr; in vga_cnattach()
670 vga_alloc_screen(void *v, const struct wsscreen_descr *type, void **cookiep, in vga_alloc_screen()
781 const struct wsscreen_descr *type; in vga_doswitch()
810 const struct wsscreen_descr *oldtype = oldscr->pcs.type; in vga_doswitch()
1290 (const struct wsscreen_descr **)vc->custom_scrlist; in vga_pick_monitor_type()