Searched defs:HDF_LOGI (Results 1 – 2 of 2) sorted by relevance
39 #define HDF_LOGI(fmt, ...) printf("[INFO]" fmt "\n", ##__VA_ARGS__) macro
80 #define HDF_LOGI(fmt, args...) HDF_LOGI_WRAPPER(fmt, ##args) macro