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

  /src/sys/dev/pci/
tga.c 109 struct tga_devconfig tga_console_dc; variable in typeref:struct:tga_devconfig
190 if (pa->pa_tag == tga_console_dc.dc_pcitag)
335 if (dc == &tga_console_dc)
403 console = (pa->pa_tag == tga_console_dc.dc_pcitag);
408 sc->sc_dc = &tga_console_dc;
707 if (sc->sc_dc == &tga_console_dc)
725 struct tga_devconfig *dcp = &tga_console_dc;

Completed in 12 milliseconds