Searched defs:DEBUG_PRINTF (Results 1 – 5 of 5) sorted by relevance
/freebsd/lib/libsecureboot/h/ |
H A D | libsecureboot.h | 53 #define DEBUG_PRINTF(n, x) if (DebugVe >= n) printf x macro
|
/freebsd/lib/libsecureboot/ |
H A D | vectx.c | 35 # define DEBUG_PRINTF(n, x) if (vectx_debug >= n) printf x macro
|
/freebsd/sys/dev/vmware/pvscsi/ |
H A D | pvscsi.c | 40 #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 D | DWARFASTParserClang.cpp | 58 #define DEBUG_PRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro 60 #define DEBUG_PRINTF(fmt, ...) macro
|
H A D | SymbolFileDWARF.cpp | 94 #define DEBUG_PRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro 96 #define DEBUG_PRINTF(fmt, ...) macro
|