Home
last modified time | relevance | path

Searched defs:DEVPRINTF (Results 1 – 6 of 6) sorted by relevance

/freebsd/sys/dev/cardbus/
H A Dcardbus.c69 #define DEVPRINTF(x) if (cardbus_debug) device_printf x macro
H A Dcardbus_cis.c60 #define DEVPRINTF(x) if (cardbus_cis_debug) device_printf x macro
/freebsd/sys/dev/exca/
H A Dexca.c81 #define DEVPRINTF(dev, fmt, args...) device_printf((dev), (fmt), ## args) macro
84 #define DEVPRINTF(dev, fmt, args...) macro
/freebsd/sys/dev/pccbb/
H A Dpccbb_pci.c110 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
H A Dpccbb.c110 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
/freebsd/sys/dev/usb/net/
H A Dif_ure.c84 #define DEVPRINTF(...) DEVPRINTFN(1, __VA_ARGS__) macro
86 #define DEVPRINTF(...) do { } while (0) macro