Home
last modified time | relevance | path

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

/freebsd/lib/libsecureboot/h/
H A Dlibsecureboot.h53 #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/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