Searched refs:_DEV_DBG_PRINTF (Results 1 – 1 of 1) sorted by relevance
107 #define _DEV_DBG_PRINTF(dev, S, ...) device_printf(dev, "%s: " S "\n", __func__, ##__VA_ARGS__) macro112 #define DDPRINTF(...) _DEV_DBG_PRINTF(__VA_ARGS__)121 #define INIT_DBG_DEV(...) if (DEBUG_INIT) _DEV_DBG_PRINTF(__VA_ARGS__)