Searched refs:ii_debug (Results 1 - 6 of 6) sorted by relevance

/opensolaris-onvv-gate/usr/src/uts/common/avs/ns/dsw/
H A Dii.conf30 ii_debug=0;
H A Ddsw.c71 { "ii_debug", KSTAT_DATA_ULONG },
175 extern int ii_debug;
258 iigkstat.ii_debug.value.ul = ii_debug;
300 ii_debug = ddi_prop_get_int(DDI_DEV_T_ANY, dip,
301 DDI_PROP_DONTPASS | DDI_PROP_NOTPROM, "ii_debug", 0);
302 if (ii_debug != 0) {
316 switch (ii_debug) {
319 "!ii: ii_debug=%d is enabled.", ii_debug);
[all...]
H A Ddsw_dev.c90 int ii_debug; /* level of cmn_err noise */ variable
1281 if (ii_debug > 0)
1377 if (ii_debug > 0)
1448 if (ii_debug > 0)
1459 if (ii_debug > 0) {
1467 if (ii_debug > 0)
1649 if (ii_debug > 0)
1775 if (ii_debug > 0)
1787 if (ii_debug > 0)
1815 if (ii_debug >
[all...]
H A Dii_tree.c57 extern int ii_debug; /* debug level switch */
592 if (ii_debug > 1)
H A Ddsw_dev.h122 kstat_named_t ii_debug; member in struct:_iigkstat_s
/opensolaris-onvv-gate/usr/src/cmd/mdb/common/modules/ii/
H A Dii.c390 ii_get_print(ii_debug, "debug", "%d", i);

Completed in 119 milliseconds