Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/io/ib/ibtl/
H A Dibtl_util.c51 uint_t ibgen_errlevel = IBTF_LOG_L2;
52 uint_t ibtl_errlevel = IBTF_LOG_L2;
53 uint_t ibcm_errlevel = IBTF_LOG_L2;
54 uint_t ibdm_errlevel = IBTF_LOG_L2;
55 uint_t ibnex_errlevel = IBTF_LOG_L2;
323 case IBTF_LOG_L2: in ibtf_vlog()
445 if (ibtf_errlevel < IBTF_LOG_L2) in ibtl_dprintf2()
448 IBTL_CHECK_ERR_LEVEL(IBTF_LOG_L2); in ibtl_dprintf2()
451 ibtf_vlog(name, IBTF_LOG_L2, fmt, ap); in ibtl_dprintf2()
/illumos-gate/usr/src/uts/common/sys/ib/ibtl/impl/
H A Dibtl_util.h88 #define IBTF_LOG_L2 2 macro