Searched refs:_DEV_DBG_PRINTF (Results 1 – 2 of 2) sorted by relevance
/freebsd/sys/dev/ixl/ |
H A D | ixl_debug.h | 46 #define _DEV_DBG_PRINTF(dev, S, ...) device_printf(dev, "%s: " S "\n", __func__, ##__VA_ARGS__) macro 51 #define DDPRINTF(...) _DEV_DBG_PRINTF(__VA_ARGS__) 60 #define INIT_DBG_DEV(...) if (DEBUG_INIT) _DEV_DBG_PRINTF(__VA_ARGS__)
|
/freebsd/sys/dev/iavf/ |
H A D | iavf_debug.h | 50 #define _DEV_DBG_PRINTF(dev, S, ...) device_printf(dev, "%s: " S "\n", __func__, ##__VA_ARGS__) macro 55 #define DDPRINTF(...) _DEV_DBG_PRINTF(__VA_ARGS__) 64 #define INIT_DBG_DEV(...) if (DEBUG_INIT) _DEV_DBG_PRINTF(__VA_ARGS__)
|