HomeSort by: relevance | last modified time | path
    Searched defs:dc_tvram (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/hpc/
hpcfb.c 118 struct hpcfb_tvrow *dc_tvram; member in struct:hpcfb_devconfig
402 hpcfb_console_dc.dc_tvram = hpcfb_console_tvram;
769 dc->dc_tvram = malloc(sizeof(struct hpcfb_tvrow)*dc->dc_rows,
771 if (dc->dc_tvram == NULL){
797 free(dc->dc_tvram, M_DEVBUF);
986 struct hpcfb_tvrow *vscn = dc->dc_tvram;
1069 struct hpcfb_tvrow *vscn = dc->dc_tvram;
1146 struct hpcfb_tvrow *vscn = dc->dc_tvram;
1214 struct hpcfb_tvrow *vscn = dc->dc_tvram;
1265 struct hpcfb_tvrow *vscn = dc->dc_tvram;
    [all...]
hpcfb.c 118 struct hpcfb_tvrow *dc_tvram; member in struct:hpcfb_devconfig
402 hpcfb_console_dc.dc_tvram = hpcfb_console_tvram;
769 dc->dc_tvram = malloc(sizeof(struct hpcfb_tvrow)*dc->dc_rows,
771 if (dc->dc_tvram == NULL){
797 free(dc->dc_tvram, M_DEVBUF);
986 struct hpcfb_tvrow *vscn = dc->dc_tvram;
1069 struct hpcfb_tvrow *vscn = dc->dc_tvram;
1146 struct hpcfb_tvrow *vscn = dc->dc_tvram;
1214 struct hpcfb_tvrow *vscn = dc->dc_tvram;
1265 struct hpcfb_tvrow *vscn = dc->dc_tvram;
    [all...]

Completed in 22 milliseconds