Home
last modified time | relevance | path

Searched refs:logging_level (Results 1 – 2 of 2) sorted by relevance

/freebsd-14.2/sys/dev/smartpqi/
H A Dsmartpqi_defines.h1249 static int logging_level = PQISRC_LOG_LEVEL; variable
1253 if (logging_level & PQISRC_FLAGS_INIT) { \
1260 if (logging_level & PQISRC_FLAGS_INFO) { \
1267 if (logging_level & PQISRC_FLAGS_FUNC) { \
1274 if (logging_level & PQISRC_FLAGS_DISC) { \
1281 if (logging_level & PQISRC_FLAGS_TRACEIO) { \
1288 if (logging_level & PQISRC_FLAGS_WARN) { \
1295 if (logging_level & PQISRC_FLAGS_ERROR) { \
1314 if (logging_level & PQISRC_FLAGS_ERROR) { \
1321 if (logging_level & PQISRC_FLAGS_WARN) { \
[all …]
/freebsd-14.2/sys/dev/mpi3mr/
H A Dmpi3mr.h702 int logging_level; member