Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/cfgadm_plugins/pci/common/
H A Dcfga.c93 int pcihp_debug = 1; variable
95 { if (pcihp_debug >= (level)) printf args; }
97 { if (pcihp_debug >= (level)) fprintf args; }
/titanic_41/usr/src/uts/common/io/hotplug/pcihp/
H A Dpcihp.c194 static int pcihp_debug = 0; variable
195 #define PCIHP_DEBUG(args) if (pcihp_debug >= 1) cmn_err args
196 #define PCIHP_DEBUG2(args) if (pcihp_debug >= 2) cmn_err args