device_printf
#define device_printf(dev, fmt,...) \
#define device_printf(dev,...) \
device_printf(device_t dev, const char * fmt, ...)