Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/sys/fs/
H A Dsnode.h130 extern int spec_debug;
134 #define FENDBG(args) if (spec_debug & SPEC_FENCE_DEBUG) cmn_err args
/illumos-gate/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c75 int spec_debug = 0; variable