Searched refs:defattrp (Results 1 – 2 of 2) sorted by relevance
/openbsd/sys/dev/isa/ |
H A D | pcdisplay.c | 338 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 D | vga.c | 671 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()
|