Home
last modified time | relevance | path

Searched defs:DEBUG_PRINTF (Results 1 – 6 of 6) sorted by relevance

/freebsd/lib/libsecureboot/h/
H A Dlibsecureboot.h54 #define DEBUG_PRINTF(n, x) if (DebugVe >= n) printf x macro
/freebsd/lib/libsecureboot/
H A Dvectx.c35 # define DEBUG_PRINTF(n, x) if (vectx_debug >= n) printf x macro
/freebsd/sys/dev/vmware/pvscsi/
H A Dpvscsi.c40 #define DEBUG_PRINTF(level, dev, fmt, ...) \ macro
47 #define DEBUG_PRINTF(level, dev, fmt, ...) macro
/freebsd/stand/libsa/
H A Dstand.h580 # define DEBUG_PRINTF(n, args) if (_DEBUG_LEVEL_VAR >= n) printf args macro
/freebsd/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp58 #define DEBUG_PRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
60 #define DEBUG_PRINTF(fmt, ...) macro
H A DSymbolFileDWARF.cpp94 #define DEBUG_PRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
96 #define DEBUG_PRINTF(fmt, ...) macro