Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/ipp/dlcosmk/
H A Ddlcosmk_impl.h56 #define dlcosmk1dbg(a) if (dlcosmk_debug > 2) printf a
57 #define dlcosmk2dbg(a) if (dlcosmk_debug > 3) printf a
116 extern int dlcosmk_debug;
H A Ddlcosmk.c41 int dlcosmk_debug = 0; variable