Searched defs:DEBUGF (Results 1 – 7 of 7) sorted by relevance
/titanic_44/usr/src/uts/common/fs/ufs/ |
H A D | ufs_extvnops.c | 44 #define DEBUGF(args) { if (evn_ufs_debug) cmn_err args; } macro 46 #define DEBUGF(args) macro
|
/titanic_44/usr/src/uts/common/fs/ |
H A D | fdbuffer.c | 45 #define DEBUGF(lvl, args) { if ((lvl) & fdb_debug) cmn_err args; } macro 47 #define DEBUGF(level, args) macro
|
/titanic_44/usr/src/uts/sun4u/serengeti/io/ |
H A D | sghsc.c | 63 #define DEBUGF(level, args) \ macro 68 #define DEBUGF(level, args) /* nothing */ macro
|
/titanic_44/usr/src/lib/efcode/include/fcode/ |
H A D | private.h | 44 #define DEBUGF(x, y) if (get_interpreter_debug_level() & (DEBUG_##x))\ macro
|
/titanic_44/usr/src/uts/common/io/ |
H A D | winlockio.c | 269 #define DEBUGF(level, args) { if (lock_debug >= (level)) cmn_err args; } macro 271 #define DEBUGF(level, args) macro
|
/titanic_44/usr/src/uts/common/vm/ |
H A D | seg_dev.c | 80 #define DEBUGF(level, args) { if (segdev_debug >= (level)) cmn_err args; } macro 82 #define DEBUGF(level, args) macro
|
/titanic_44/usr/src/uts/sun/io/ |
H A D | socal.c | 93 #define DEBUGF(level, args) \ macro 98 #define DEBUGF(level, args) /* Nothing */ macro
|