Lines Matching refs:mpr_debug
1707 char tmpstr[80], mpr_debug[80]; in mpr_get_tunables() local
1710 sc->mpr_debug = MPR_INFO | MPR_FAULT; in mpr_get_tunables()
1727 bzero(mpr_debug, 80); in mpr_get_tunables()
1728 if (TUNABLE_STR_FETCH("hw.mpr.debug_level", mpr_debug, 80) != 0) in mpr_get_tunables()
1729 mpr_parse_debug(sc, mpr_debug); in mpr_get_tunables()
1746 bzero(mpr_debug, 80); in mpr_get_tunables()
1747 if (TUNABLE_STR_FETCH(tmpstr, mpr_debug, 80) != 0) in mpr_get_tunables()
1748 mpr_parse_debug(sc, mpr_debug); in mpr_get_tunables()
1983 debug = sc->mpr_debug; in mpr_debug_sysctl()
2056 sc->mpr_debug = flags; in mpr_parse_debug()
2059 sc->mpr_debug |= flags; in mpr_parse_debug()
2062 sc->mpr_debug &= (~flags); in mpr_parse_debug()
2268 if (sc->mpr_debug & MPR_EVENT) in mpr_log_evt_handler()