Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/hpc/
Dhpcfb.c118 struct hpcfb_tvrow *dc_tvram; member
402 hpcfb_console_dc.dc_tvram = hpcfb_console_tvram; in hpcfb_cnattach()
769 dc->dc_tvram = malloc(sizeof(struct hpcfb_tvrow)*dc->dc_rows, in hpcfb_alloc_screen()
771 if (dc->dc_tvram == NULL){ in hpcfb_alloc_screen()
797 free(dc->dc_tvram, M_DEVBUF); in hpcfb_free_screen()
986 struct hpcfb_tvrow *vscn = dc->dc_tvram; in hpcfb_tv_putchar()
1069 struct hpcfb_tvrow *vscn = dc->dc_tvram; in hpcfb_tv_copycols()
1146 struct hpcfb_tvrow *vscn = dc->dc_tvram; in hpcfb_tv_erasecols()
1214 struct hpcfb_tvrow *vscn = dc->dc_tvram; in hpcfb_tv_copyrows()
1265 struct hpcfb_tvrow *vscn = dc->dc_tvram; in hpcfb_redraw()
[all …]