Searched refs:iospc_debug (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/sun4v/io/iospc/
H A Diospc.h133 extern int iospc_debug;
134 #define IOSPC_DBG1 if (iospc_debug >= 1) printf
135 #define IOSPC_DBG2 if (iospc_debug >= 2) printf
H A Diospc.c38 int iospc_debug = 0; variable

Completed in 44 milliseconds