Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/fmd/common/
H A Dfmd_trace.c116 if (tbp->tb_depth++ != 0) { in fmd_trace_lite()
117 tbp->tb_depth--; in fmd_trace_lite()
137 tbp->tb_depth--; in fmd_trace_lite()
149 if (tbp->tb_depth++ != 0) { in fmd_trace_full()
150 tbp->tb_depth--; in fmd_trace_full()
178 tbp->tb_depth--; in fmd_trace_full()
H A Dfmd_trace.h58 uint_t tb_depth; /* recursion depth of trace function */ member