Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/i86pc/io/gfx_private/
H A Dgfxp_vgatext.c246 int pci_pcie_bus) in gfxp_check_for_console() argument
274 if (!(softc->flags & GFXP_FLAG_CONSOLE) || !pci_pcie_bus) in gfxp_check_for_console()
334 int pci_pcie_bus = 0; in gfxp_vgatext_attach() local
388 pci_pcie_bus = 1; in gfxp_vgatext_attach()
462 gfxp_check_for_console(devi, softc, pci_pcie_bus); in gfxp_vgatext_attach()
/titanic_50/usr/src/uts/intel/io/vgatext/
H A Dvgatext.c357 int pci_pcie_bus) in vgatext_check_for_console() argument
384 if (!(softc->flags & VGATEXT_FLAG_CONSOLE) || !pci_pcie_bus) in vgatext_check_for_console()
444 int pci_pcie_bus = 0; in vgatext_attach() local
507 pci_pcie_bus = 1; in vgatext_attach()
586 vgatext_check_for_console(devi, softc, pci_pcie_bus); in vgatext_attach()