Searched refs:ipgpc_debug (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/uts/common/ipp/ipgpc/
H A Dclassifier.h45 #define ipgpc1dbg(a) if (ipgpc_debug > 2) printf a
46 #define ipgpc2dbg(a) if (ipgpc_debug > 3) printf a
47 #define ipgpc3dbg(a) if (ipgpc_debug > 4) printf a
48 #define ipgpc4dbg(a) if (ipgpc_debug > 5) printf a
77 extern int ipgpc_debug;
H A Dclassifierddi.c469 if (ipgpc_debug > 5) {
475 if (ipgpc_debug > 3) {
482 if (ipgpc_debug > 3) {
H A Dclassifier.c61 int ipgpc_debug = 0; /* IPGPC debugging level */ variable

Completed in 64 milliseconds