Home
last modified time | relevance | path

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

/titanic_50/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