Home
last modified time | relevance | path

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

/NextBSD/sys/dev/ixl/
HDixl.h139 #define IOCTL_DEBUGOUT(...) if (DEBUG_IOCTL) _DBG_PRINTF(__VA_ARGS__) macro
158 #define IOCTL_DEBUGOUT(...) macro
/NextBSD/sys/dev/ixgb/
HDif_ixgb.h213 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") macro
/NextBSD/sys/dev/e1000/
HDif_lem.h232 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") macro
HDif_em.h262 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") macro
HDif_igb.h274 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") macro
/NextBSD/sys/dev/ixgbe/
HDixgbe.h200 #define IOCTL_DEBUGOUT(S) if (DEBUG_IOCTL) printf(S "\n") macro