Home
last modified time | relevance | path

Searched defs:_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
/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