Searched defs:HDF_LOGD (Results 1 – 2 of 2) sorted by relevance
41 #define HDF_LOGD(fmt, ...) printf("[DEBUG]" fmt "\n", ##__VA_ARGS__) macro
71 #define HDF_LOGD(fmt, args...) HDF_LOGD_WRAPPER(fmt, ##args) macro