Home
last modified time | relevance | path

Searched refs:pci_boot_debug (Results 1 – 5 of 5) sorted by relevance

/titanic_44/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c43 extern int pci_boot_debug;
72 if (pci_boot_debug) in check_if_device_is_pciex()
143 if (pci_boot_debug) in look_for_any_pciex_device()
192 if (pci_boot_debug) in create_pcie_root_bus()
/titanic_44/usr/src/uts/intel/io/pci/
H A Dpci_autoconfig.c44 extern int pci_boot_debug;
H A Dpci_memlist.c40 extern int pci_boot_debug;
41 #define dprintf if (pci_boot_debug) printf
H A Dpci_resource.c41 extern int pci_boot_debug;
43 #define dprintf if (pci_boot_debug) printf
H A Dpci_boot.c56 #define dcmn_err if (pci_boot_debug) cmn_err
107 int pci_boot_debug = 0; variable