Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/sun4/io/fpc/
H A Dfpc.h41 extern int fpc_debug;
42 #define FPC_DBG1 if (fpc_debug >= 1) printf
43 #define FPC_DBG2 if (fpc_debug >= 2) printf
H A Dfpc-impl.c43 int fpc_debug = 0; variable