Home
last modified time | relevance | path

Searched refs:mpr_debug (Results 1 – 4 of 4) sorted by relevance

/freebsd-12.1/sys/dev/mpr/
H A Dmpr_table.h60 if ((sc)->mpr_debug & level) \
H A Dmpr.c1712 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()
1734 mpr_parse_debug(sc, mpr_debug); in mpr_get_tunables()
1751 bzero(mpr_debug, 80); 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()
[all …]
H A Dmprvar.h347 u_int mpr_debug; member
752 if ((sc)->mpr_debug & (level)) \
H A Dmpr_sas.c337 if ((cm->cm_sc->mpr_debug & level) == 0) in mprsas_log_command()
2270 if (sc->mpr_debug & MPR_XINFO && in mpr_sc_failed_io_info()
3432 if (sassc->sc->mpr_debug & MPR_TRACE) { in mprsas_poll()
3438 sassc->sc->mpr_debug &= ~MPR_TRACE; in mprsas_poll()