Home
last modified time | relevance | path

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

/dragonfly/sys/dev/netif/xe/
H A Dif_xe_pccard.c56 #define DEVPRINTF(level, arg) if (xe_debug >= (level)) device_printf arg macro
58 #define DEVPRINTF(level, arg) macro
H A Dif_xe.c207 #define DEVPRINTF(level, arg) if (xe_debug >= (level)) device_printf arg macro
215 #define DEVPRINTF(level, arg) macro
/dragonfly/sys/dev/pccard/pccbb/
H A Dpccbb_isa.c82 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
H A Dpccbb_pci.c106 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
H A Dpccbb.c114 #define DEVPRINTF(x) do { if (cbb_debug) device_printf x; } while (0) macro
/dragonfly/sys/bus/pccard/
H A Dpccard_cis.c56 #define DEVPRINTF(arg) do { if (pccard_cis_debug) device_printf arg; } while (0) macro
59 #define DEVPRINTF(arg) macro
H A Dpccard.c73 #define DEVPRINTF(arg) if (pccard_debug) device_printf arg macro
78 #define DEVPRINTF(arg) macro
/dragonfly/sys/dev/pccard/exca/
H A Dexca.c77 #define DEVPRINTF(dev, fmt, args...) device_printf((dev), (fmt), ## args) macro
80 #define DEVPRINTF(dev, fmt, args...) macro
/dragonfly/sys/dev/pccard/cardbus/
H A Dcardbus.c80 #define DEVPRINTF(x) if (cardbus_debug) device_printf x macro
H A Dcardbus_cis.c56 #define DEVPRINTF(x) if (cardbus_cis_debug) device_printf x macro