Home
last modified time | relevance | path

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

/titanic_44/usr/src/uts/common/fs/specfs/
H A Dspecsubr.c308 FENDBG((CE_NOTE, "%sfenced common snode (%p) for new dip=%p", in spec_assoc_fence()
981 FENDBG((CE_NOTE, "fenced off snode(%p) for dip: %s", in spec_fence_snode()
999 FENDBG((CE_NOTE, "fenced 1 of N")); in spec_fence_snode()
1007 FENDBG((CE_NOTE, "fenced off all snodes for dip: %s", path)); in spec_fence_snode()
1041 FENDBG((CE_NOTE, "unfenced 1 of N")); in spec_unfence_snode()
1049 FENDBG((CE_NOTE, "unfenced all snodes for dip: %s", path)); in spec_unfence_snode()
/titanic_44/usr/src/uts/common/sys/fs/
H A Dsnode.h136 #define FENDBG(args) if (spec_debug & SPEC_FENCE_DEBUG) cmn_err args macro