Home
last modified time | relevance | path

Searched defs:DEBUGLOG (Results 1 – 3 of 3) sorted by relevance

/dragonfly/contrib/zstd/lib/common/
H A Ddebug.h92 # define DEBUGLOG(l, ...) { \ macro
/dragonfly/contrib/lvm2/dist/daemons/clvmd/
H A Dclvmd.h103 #define DEBUGLOG(fmt, args...) debuglog(fmt, ## args); macro
/dragonfly/contrib/lvm2/dist/daemons/dmeventd/
H A Ddmeventd.c101 #define DEBUGLOG(fmt, args...) _debuglog(fmt, ## args) macro