Searched refs:mps_debug (Results 1 – 5 of 5) sorted by relevance
/freebsd-src/usr.sbin/mpsutil/ |
H A D | Makefile | 2 SRCS= mps_cmd.c mps_debug.c mps_flash.c mps_set.c mps_show.c mps_slot.c mpsutil.c
|
/freebsd-src/sys/dev/mps/ |
H A D | mps_table.h | 59 if ((sc)->mps_debug & level) \
|
H A D | mps.c | 1572 char tmpstr[80], mps_debug[80]; in mps_get_tunables() 1575 sc->mps_debug = MPS_INFO|MPS_FAULT; in mps_get_tunables() 1592 bzero(mps_debug, 80); in mps_get_tunables() 1593 if (TUNABLE_STR_FETCH("hw.mps.debug_level", mps_debug, 80) != 0) in mps_get_tunables() 1594 mps_parse_debug(sc, mps_debug); in mps_get_tunables() 1611 bzero(mps_debug, 80); in mps_get_tunables() 1612 if (TUNABLE_STR_FETCH(tmpstr, mps_debug, 80) != 0) in mps_get_tunables() 1613 mps_parse_debug(sc, mps_debug); in mps_get_tunables() 1851 debug = sc->mps_debug; in mps_debug_sysctl() 1924 sc->mps_debug 1550 char tmpstr[80], mps_debug[80]; mps_get_tunables() local [all...] |
H A D | mpsvar.h | 312 u_int mps_debug; member 682 if ((sc)->mps_debug & (level)) \
|
H A D | mps_sas.c | 303 if ((cm->cm_sc->mps_debug & level) == 0) in mpssas_log_command() 1936 if (sc->mps_debug & MPS_XINFO && in mps_sc_failed_io_info() 3126 if (sassc->sc->mps_debug & MPS_TRACE) { in mpssas_poll() 3131 sassc->sc->mps_debug &= ~MPS_TRACE; in mpssas_poll()
|