Searched refs:iospc_debug (Results 1 – 2 of 2) sorted by relevance
133 extern int iospc_debug;134 #define IOSPC_DBG1 if (iospc_debug >= 1) printf135 #define IOSPC_DBG2 if (iospc_debug >= 2) printf
38 int iospc_debug = 0; variable