Lines Matching defs:mps_debug
1572 char tmpstr[80], mps_debug[80];
1575 sc->mps_debug = MPS_INFO|MPS_FAULT;
1592 bzero(mps_debug, 80);
1593 if (TUNABLE_STR_FETCH("hw.mps.debug_level", mps_debug, 80) != 0)
1594 mps_parse_debug(sc, mps_debug);
1611 bzero(mps_debug, 80);
1612 if (TUNABLE_STR_FETCH(tmpstr, mps_debug, 80) != 0)
1613 mps_parse_debug(sc, mps_debug);
1851 debug = sc->mps_debug;
1924 sc->mps_debug = flags;
1927 sc->mps_debug |= flags;
1930 sc->mps_debug &= (~flags);
2133 if (sc->mps_debug & MPS_EVENT)