Home
last modified time | relevance | path

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

/freebsd/sys/dev/ixl/
H A Dixl_debug.h46 #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 Diavf_debug.h50 #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__)