Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/ipp/dscpmk/
H A Ddscpmk_impl.h59 #define dscpmk1dbg(a) if (dscpmk_debug > 2) printf a
60 #define dscpmk2dbg(a) if (dscpmk_debug > 3) printf a
H A Ddscpmk.c40 int dscpmk_debug = 0; variable