Searched defs:DEVPRINTF (Results 1 – 6 of 6) sorted by relevance
69 #define DEVPRINTF(x) if (cardbus_debug) device_printf x macro
60 #define DEVPRINTF(x) if (cardbus_cis_debug) device_printf x macro
81 #define DEVPRINTF(dev, fmt, args...) device_printf((dev), (fmt), ## args) macro 84 #define DEVPRINTF(dev, fmt, args...) macro
110 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
84 #define DEVPRINTF(...) DEVPRINTFN(1, __VA_ARGS__) macro86 #define DEVPRINTF(...) do { } while (0) macro