Home
last modified time | relevance | path

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

/illumos-gate/usr/src/uts/common/fs/
H A Dfdbuffer.c38 static int fdb_debug; variable
43 #define DEBUGF(lvl, args) { if ((lvl) & fdb_debug) cmn_err args; }