Home
last modified time | relevance | path

Searched refs:scr_attrs (Results 1 – 3 of 3) sorted by relevance

/netbsd/src/sys/dev/wscons/
Dwsdisplay_vcons.c334 scr->scr_attrs = malloc(cnt * (sizeof(long) + in vcons_alloc_buffers()
336 if (scr->scr_attrs == NULL) in vcons_alloc_buffers()
339 scr->scr_chars = (uint32_t *)&scr->scr_attrs[cnt]; in vcons_alloc_buffers()
350 scr->scr_attrs[i] = scr->scr_defattr; in vcons_alloc_buffers()
534 if (scr->scr_attrs) in vcons_load_font()
535 free(scr->scr_attrs, M_DEVBUF); in vcons_load_font()
667 long *attrptr = scr->scr_attrs, a, last_a = 0, mask, cmp, acmp; in vcons_redraw_screen()
770 long *attrptr = scr->scr_attrs; in vcons_update_screen()
934 free(scr->scr_attrs, M_DEVBUF); in vcons_free_screen()
987 memmove(&scr->scr_attrs[offset + to], &scr->scr_attrs[offset + from], in vcons_copycols_buffer()
[all …]
Dwsdisplay_vconsvar.h49 long *scr_attrs; member
/netbsd/src/sys/dev/pci/
Dwcfb.c596 scr->scr_attrs[coffset]); in wcfb_cursor()
607 attr = scr->scr_attrs[coffset]; in wcfb_cursor()