Home
last modified time | relevance | path

Searched refs:tpd_p (Results 1 – 5 of 5) sorted by relevance

/titanic_50/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c759 tnf_ops_t *tpd_p; in tnf_threaded_test() local
761 tpd_p = thr_probe_getfunc_addr(); in tnf_threaded_test()
762 if (tpd_p) { in tnf_threaded_test()
763 return (probe_p->alloc_func(tpd_p, probe_p, set_p)); in tnf_threaded_test()
777 tnf_ops_t *tpd_p; in tnf_non_threaded_test() local
779 tpd_p = tnf_probe_getfunc(); in tnf_non_threaded_test()
780 if (tpd_p) { in tnf_non_threaded_test()
781 return (probe_p->alloc_func(tpd_p, probe_p, set_p)); in tnf_non_threaded_test()
H A Dtrace_funcs.c280 set_p->tpd_p = ops; in tnf_trace_alloc()
344 set_p->tpd_p->busy = 0; in tnf_trace_end()
360 (void) set_p->tpd_p->commit(&(set_p->tpd_p->wcb)); in tnf_trace_commit()
379 (void) set_p->tpd_p->rollback(&(set_p->tpd_p->wcb)); in tnf_trace_rollback()
/titanic_50/usr/src/uts/common/sys/
H A Dtnf_probe.h91 tnf_ops_t *tpd_p; member
595 tnf_v_set_p.tpd_p, valarg_1, \
658 tnf_v_set_p.tpd_p, valarg_1, \
661 tnf_v_set_p.tpd_p, valarg_2, \
727 tnf_v_set_p.tpd_p, valarg_1, \
730 tnf_v_set_p.tpd_p, valarg_2, \
733 tnf_v_set_p.tpd_p, valarg_3, \
802 tnf_v_set_p.tpd_p, valarg_1, \
805 tnf_v_set_p.tpd_p, valarg_2, \
808 tnf_v_set_p.tpd_p, valarg_3, \
[all …]
/titanic_50/usr/src/uts/common/tnf/
H A Dtrace_funcs.c228 set_p->tpd_p = ops; in tnf_trace_alloc()
290 ops = set_p->tpd_p; in tnf_trace_commit()
315 ops = set_p->tpd_p; in tnf_trace_rollback()
H A Dmkprobehdr.sh99 tnf_ops_t *tpd_p;