Searched refs:IOCTL_DEBUGOUT1 (Results 1 - 9 of 9) sorted by relevance

/freebsd-9.3-release/sys/dev/e1000/
H A Dif_em.h229 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) macro
H A Dif_lem.h233 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) macro
H A Dif_igb.h220 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) macro
/freebsd-9.3-release/sys/dev/ixgb/
H A Dif_ixgb.h213 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) macro
H A Dif_ixgb.c609 IOCTL_DEBUGOUT1("ioctl received: UNKNOWN (0x%X)\n", (int)command);
/freebsd-9.3-release/sys/dev/ixgbe/
H A Dixgbe.h180 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) macro
H A Dixv.h160 #define IOCTL_DEBUGOUT1(S, A) if (DEBUG_IOCTL) printf(S "\n", A) macro
H A Dixv.c789 IOCTL_DEBUGOUT1("ioctl: UNKNOWN (0x%X)\n", (int)command);
H A Dixgbe.c1068 IOCTL_DEBUGOUT1("ioctl: UNKNOWN (0x%X)\n", (int)command);

Completed in 137 milliseconds