Home
last modified time | relevance | path

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

/titanic_50/usr/src/lib/libtnfctl/
H A Dkernel_int.c98 hdl->trace_state = !kstate.trace_stopped; in _tnfctl_prbk_init()
222 if (hdl->trace_state != onoff && in _tnfctl_prbk_set_tracing()
229 hdl->trace_state = onoff; in _tnfctl_prbk_set_tracing()
H A Dopen.c311 attrs->trace_state = hdl->trace_state; in tnfctl_trace_attrs_get()
H A Dtnfctl.h89 boolean_t trace_state; member
H A Dutil.c272 hndl->trace_state = B_FALSE; in check_trace_error()
274 hndl->trace_state = B_TRUE; in check_trace_error()
H A Dtnfctl_int.h136 boolean_t trace_state; member
/titanic_50/usr/src/cmd/tnf/prex/
H A Dprbk.c386 attrs.trace_state ? "on" : "off"); in prbk_show_tracing()