Home
last modified time | relevance | path

Searched refs:_lvl (Results 1 – 3 of 3) sorted by relevance

/src/sys/dev/aq/
H A Daq_dbg.h115 #define log_base_(_lvl, _fmt, args...) printf( "atlantic: " _fmt "\n", ##args) argument
118 #define trace_base_(_lvl, _cat, _fmt, args...) do { if (dbg_level_ >= _lvl && (_cat & dbg_categorie… argument
120 #define trace_base_(_lvl, _cat, _fmt, ...) do {} while (0) argument
/src/sys/security/mac_grantbylabel/
H A Dmac_grantbylabel.c63 #define MAC_GRANTBYLABEL_DBG(_lvl, _fmt, ...) \ argument
65 GRANTBYLABEL_DEBUG((_lvl), (MAC_GRANTBYLABEL_FULLNAME ": " \
69 #define MAC_GRANTBYLABEL_DBG(_lvl, _fmt, ...) argument
/src/sys/security/mac_veriexec/
H A Dmac_veriexec.c71 #define MAC_VERIEXEC_DBG(_lvl, _fmt, ...) \ argument
73 VERIEXEC_DEBUG((_lvl), (MAC_VERIEXEC_FULLNAME ": " _fmt \
77 #define MAC_VERIEXEC_DBG(_lvl, _fmt, ...) argument