Lines Matching refs:mpr_debug
1720 char tmpstr[80], mpr_debug[80]; in mpr_get_tunables() local
1723 sc->mpr_debug = MPR_INFO | MPR_FAULT; in mpr_get_tunables()
1740 bzero(mpr_debug, 80); in mpr_get_tunables()
1741 if (TUNABLE_STR_FETCH("hw.mpr.debug_level", mpr_debug, 80) != 0) in mpr_get_tunables()
1742 mpr_parse_debug(sc, mpr_debug); in mpr_get_tunables()
1759 bzero(mpr_debug, 80); in mpr_get_tunables()
1760 if (TUNABLE_STR_FETCH(tmpstr, mpr_debug, 80) != 0) in mpr_get_tunables()
1761 mpr_parse_debug(sc, mpr_debug); in mpr_get_tunables()
1996 debug = sc->mpr_debug; in mpr_debug_sysctl()
2069 sc->mpr_debug = flags; in mpr_parse_debug()
2072 sc->mpr_debug |= flags; in mpr_parse_debug()
2075 sc->mpr_debug &= (~flags); in mpr_parse_debug()
2281 if (sc->mpr_debug & MPR_EVENT) in mpr_log_evt_handler()