Home
last modified time | relevance | path

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

/titanic_41/usr/src/lib/libtnfprobe/
H A Dtnf_buf.h124 #define TNFW_B_IS_STOPPED(state) ((state) & TNFW_B_STOPPED) macro
H A Dtnf_buf.c123 if (TNFW_B_IS_STOPPED(_tnfw_b_control->tnf_state)) in tnfw_b_alloc_block()
450 if (TNFW_B_IS_STOPPED(_tnfw_b_control->tnf_state)) in tnfw_b_alloc()
/titanic_41/usr/src/uts/common/tnf/
H A Dtnf_buf.h108 #define TNFW_B_IS_STOPPED(state) ((state) & TNFW_B_STOPPED) macro
/titanic_41/usr/src/lib/libtnfctl/
H A Dutil.c271 if (TNFW_B_IS_STOPPED(trace_error_rec.tnf_state)) in check_trace_error()