Home
last modified time | relevance | path

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

/netbsd/src/sys/dev/hpc/
Dhpcfb.c105 struct hpcfb_tvrow { struct
118 struct hpcfb_tvrow *dc_tvram; argument
276 struct hpcfb_tvrow hpcfb_console_tvram[HPCFB_MAX_ROW];
769 dc->dc_tvram = malloc(sizeof(struct hpcfb_tvrow)*dc->dc_rows, in hpcfb_alloc_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()
1215 struct hpcfb_tvrow *svc = &vscn[src]; in hpcfb_tv_copyrows()
1216 struct hpcfb_tvrow *dvc = &vscn[dst]; in hpcfb_tv_copyrows()
[all …]