Home
last modified time | relevance | path

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

/illumos-gate/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c88 int pcihp_debug = 1; variable
90 { if (pcihp_debug >= (level)) printf args; }
92 { if (pcihp_debug >= (level)) fprintf args; }
/illumos-gate/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c198 static int pcihp_debug = 0; variable
199 #define PCIHP_DEBUG(args) if (pcihp_debug >= 1) cmn_err args
200 #define PCIHP_DEBUG2(args) if (pcihp_debug >= 2) cmn_err args