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

  /src/sys/dev/hpc/
hpcfb.c 274 struct hpcfb_devconfig hpcfb_console_dc; variable in typeref:struct:hpcfb_devconfig
304 sc->sc_dc = &hpcfb_console_dc;
306 hpcfb_console_dc.dc_sc = sc;
314 &hpcfb_console_dc.dc_rinfo);
397 memset(&hpcfb_console_dc, 0, sizeof(struct hpcfb_devconfig));
398 if (hpcfb_init(fbconf, &hpcfb_console_dc) != 0)
400 hpcfb_console_dc.dc_state |= HPCFB_DC_CURRENT;
402 hpcfb_console_dc.dc_tvram = hpcfb_console_tvram;
405 hpcfb_redraw(&hpcfb_console_dc, 0, hpcfb_console_dc.dc_rows, 1)
    [all...]

Completed in 13 milliseconds