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

/netbsd-6-1-5-RELEASE/sys/dev/hpc/
H A Dhpcfb.c118 struct hpcfb_tvrow *dc_tvram; member in struct:hpcfb_devconfig
401 hpcfb_console_dc.dc_tvram = hpcfb_console_tvram;
760 dc->dc_tvram = malloc(sizeof(struct hpcfb_tvrow)*dc->dc_rows,
762 if (dc->dc_tvram == NULL){
788 free(dc->dc_tvram, M_DEVBUF);
977 struct hpcfb_tvrow *vscn = dc->dc_tvram;
1060 struct hpcfb_tvrow *vscn = dc->dc_tvram;
1137 struct hpcfb_tvrow *vscn = dc->dc_tvram;
1205 struct hpcfb_tvrow *vscn = dc->dc_tvram;
1256 struct hpcfb_tvrow *vscn = dc->dc_tvram;
[all...]

Completed in 97 milliseconds