Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_util.c252 if ((level < IBTF_LOG_L0) || (level > IBTF_LOG_LINTR)) { in ibtf_vlog()
319 case IBTF_LOG_LINTR: in ibtf_vlog()
363 ibtf_vlog(name, IBTF_LOG_LINTR, fmt, ap); in ibtl_dprintf_intr()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl_util.h114 #define IBTF_LOG_LINTR 6 macro