Home
last modified time | relevance | path

Searched refs:_DEV_DBG_PRINTF (Results 1 – 2 of 2) sorted by relevance

/freebsd-12-stable/sys/dev/ixl/
Dixl_debug.h47 #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/
Diavf_debug.h51 #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__)