Lines Matching refs:mps_debug
1580 char tmpstr[80], mps_debug[80]; in mps_get_tunables() local
1583 sc->mps_debug = MPS_INFO|MPS_FAULT; in mps_get_tunables()
1600 bzero(mps_debug, 80); in mps_get_tunables()
1601 if (TUNABLE_STR_FETCH("hw.mps.debug_level", mps_debug, 80) != 0) in mps_get_tunables()
1602 mps_parse_debug(sc, mps_debug); in mps_get_tunables()
1619 bzero(mps_debug, 80); in mps_get_tunables()
1620 if (TUNABLE_STR_FETCH(tmpstr, mps_debug, 80) != 0) in mps_get_tunables()
1621 mps_parse_debug(sc, mps_debug); in mps_get_tunables()
1847 debug = sc->mps_debug; in mps_debug_sysctl()
1921 sc->mps_debug = flags; in mps_parse_debug()
1924 sc->mps_debug |= flags; in mps_parse_debug()
1927 sc->mps_debug &= (~flags); in mps_parse_debug()
2129 if (sc->mps_debug & MPS_EVENT) in mps_log_evt_handler()