HomeSort by: relevance | last modified time | path
    Searched defs:DEBUGOUT (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/dev/pci/ixgbe/
ixgbe_osdep.h 75 #define DEBUGFUNC(F) DEBUGOUT(F);
77 #define DEBUGOUT(S) printf(S "\n")
103 #define DEBUGOUT(S) do { } while (/*CONSTCOND*/false)
  /src/sys/dev/pci/igc/
if_igc.h 196 #define DEBUGOUT(...) \
198 #define DEBUGOUT1(...) DEBUGOUT(__VA_ARGS__)
199 #define DEBUGOUT2(...) DEBUGOUT(__VA_ARGS__)
200 #define DEBUGOUT3(...) DEBUGOUT(__VA_ARGS__)
201 #define DEBUGOUT7(...) DEBUGOUT(__VA_ARGS__)
202 #define DEBUGFUNC(F) DEBUGOUT(F "\n")

Completed in 11 milliseconds