Lines Matching refs:mpr_debug
1712 char tmpstr[80], mpr_debug[80]; in mpr_get_tunables() local
1715 sc->mpr_debug = MPR_INFO | MPR_FAULT; in mpr_get_tunables()
1732 bzero(mpr_debug, 80); in mpr_get_tunables()
1733 if (TUNABLE_STR_FETCH("hw.mpr.debug_level", mpr_debug, 80) != 0) in mpr_get_tunables()
1734 mpr_parse_debug(sc, mpr_debug); in mpr_get_tunables()
1751 bzero(mpr_debug, 80); in mpr_get_tunables()
1752 if (TUNABLE_STR_FETCH(tmpstr, mpr_debug, 80) != 0) in mpr_get_tunables()
1753 mpr_parse_debug(sc, mpr_debug); in mpr_get_tunables()
1978 debug = sc->mpr_debug; in mpr_debug_sysctl()
2052 sc->mpr_debug = flags; in mpr_parse_debug()
2055 sc->mpr_debug |= flags; in mpr_parse_debug()
2058 sc->mpr_debug &= (~flags); in mpr_parse_debug()
2263 if (sc->mpr_debug & MPR_EVENT) in mpr_log_evt_handler()