Home
last modified time | relevance | path

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

/openbsd/sys/dev/isa/
H A Dpcdisplay.c338 void **cookiep, int *curxp, int *curyp, uint32_t *defattrp) in pcdisplay_alloc_screen() argument
348 *defattrp = FG_LIGHTGREY | BG_BLACK; in pcdisplay_alloc_screen()
/openbsd/sys/dev/ic/
H A Dvga.c671 int *curxp, int *curyp, uint32_t *defattrp) in vga_alloc_screen() argument
688 vga_init_screen(vc, scr, type, vc->nscreens == 0, defattrp); in vga_alloc_screen()
697 pcdisplay_eraserows(&scr->pcs, 0, type->nrows, *defattrp); in vga_alloc_screen()