Searched refs:ipgpc_debug (Results 1 – 3 of 3) sorted by relevance
45 #define ipgpc1dbg(a) if (ipgpc_debug > 2) printf a46 #define ipgpc2dbg(a) if (ipgpc_debug > 3) printf a47 #define ipgpc3dbg(a) if (ipgpc_debug > 4) printf a48 #define ipgpc4dbg(a) if (ipgpc_debug > 5) printf a77 extern int ipgpc_debug;
469 if (ipgpc_debug > 5) { in ipgpc_invoke_action()475 if (ipgpc_debug > 3) { in ipgpc_invoke_action()482 if (ipgpc_debug > 3) { in ipgpc_invoke_action()
61 int ipgpc_debug = 0; /* IPGPC debugging level */ variable