Searched defs:DEBUG_PRINTF (Results 1 - 4 of 4) sorted by relevance

/freebsd-13-stable/lib/libsecureboot/h/
H A Dlibsecureboot.h52 #define DEBUG_PRINTF(n, x) if (DebugVe >= n) printf x macro
/freebsd-13-stable/sys/dev/vmware/pvscsi/
H A Dpvscsi.c43 #define DEBUG_PRINTF(level, dev, fmt, ...) \ macro
50 #define DEBUG_PRINTF(level, dev, fmt, ...) macro
[all...]
/freebsd-13-stable/contrib/llvm-project/lldb/source/Plugins/SymbolFile/DWARF/
H A DDWARFASTParserClang.cpp53 #define DEBUG_PRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
55 #define DEBUG_PRINTF(fmt, ...) macro
H A DSymbolFileDWARF.cpp88 #define DEBUG_PRINTF(fmt, ...) printf(fmt, __VA_ARGS__) macro
90 #define DEBUG_PRINTF(fmt, ...) macro

Completed in 141 milliseconds