Searched refs:_DEV_DBG_PRINTF (Results 1 – 2 of 2) sorted by relevance
| /freebsd-12-stable/sys/dev/ixl/ |
| D | ixl_debug.h | 47 #define _DEV_DBG_PRINTF(dev, S, ...) device_printf(dev, "%s: " S "\n", __func__, ##__VA_ARGS__) macro 52 #define DDPRINTF(...) _DEV_DBG_PRINTF(__VA_ARGS__) 61 #define INIT_DBG_DEV(...) if (DEBUG_INIT) _DEV_DBG_PRINTF(__VA_ARGS__)
|
| /freebsd-12-stable/sys/dev/iavf/ |
| D | iavf_debug.h | 51 #define _DEV_DBG_PRINTF(dev, S, ...) device_printf(dev, "%s: " S "\n", __func__, ##__VA_ARGS__) macro 56 #define DDPRINTF(...) _DEV_DBG_PRINTF(__VA_ARGS__) 65 #define INIT_DBG_DEV(...) if (DEBUG_INIT) _DEV_DBG_PRINTF(__VA_ARGS__)
|