Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/intel/io/pciex/
H A Dpcie_nvidia.c44 extern int pci_boot_debug;
73 if (pci_boot_debug) in check_if_device_is_pciex()
130 if (pci_boot_debug) in look_for_any_pciex_device()
177 if (pci_boot_debug) in create_pcie_root_bus()
/illumos-gate/usr/src/uts/intel/io/pci/
H A Dpci_autoconfig.c46 extern int pci_boot_debug;
H A Dpci_boot.c198 #define dcmn_err if (pci_boot_debug != 0) cmn_err
199 #define bus_debug(bus) (pci_boot_debug != 0 && pci_debug_bus_start != -1 && \
275 int pci_boot_debug = 0; variable
3176 if (pci_boot_debug != 0) { in add_ppb_props()