Home
last modified time | relevance | path

Searched refs:mps_debug (Results 1 – 5 of 5) sorted by relevance

/freebsd-13.1/usr.sbin/mpsutil/
H A DMakefile4 SRCS= mps_cmd.c mps_debug.c mps_flash.c mps_set.c mps_show.c mps_slot.c mpsutil.c
/freebsd-13.1/sys/dev/mps/
H A Dmps_table.h61 if ((sc)->mps_debug & level) \
H A Dmps.c1549 char tmpstr[80], mps_debug[80]; in mps_get_tunables() local
1552 sc->mps_debug = MPS_INFO|MPS_FAULT; in mps_get_tunables()
1569 bzero(mps_debug, 80); in mps_get_tunables()
1571 mps_parse_debug(sc, mps_debug); in mps_get_tunables()
1588 bzero(mps_debug, 80); in mps_get_tunables()
1590 mps_parse_debug(sc, mps_debug); in mps_get_tunables()
1828 debug = sc->mps_debug; in mps_debug_sysctl()
1901 sc->mps_debug = flags; in mps_parse_debug()
1904 sc->mps_debug |= flags; in mps_parse_debug()
1907 sc->mps_debug &= (~flags); in mps_parse_debug()
[all …]
H A Dmpsvar.h314 u_int mps_debug; member
684 if ((sc)->mps_debug & (level)) \
H A Dmps_sas.c311 if ((cm->cm_sc->mps_debug & level) == 0) in mpssas_log_command()
1940 if (sc->mps_debug & MPS_XINFO && in mps_sc_failed_io_info()
3128 if (sassc->sc->mps_debug & MPS_TRACE) { in mpssas_poll()
3133 sassc->sc->mps_debug &= ~MPS_TRACE; in mpssas_poll()