Searched defs:tpd_p (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/common/sys/
H A Dtnf_probe.h91 tnf_ops_t *tpd_p; member in struct:tnf_probe_setup
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_
[all...]
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c759 tnf_ops_t *tpd_p; local
761 tpd_p = thr_probe_getfunc_addr();
762 if (tpd_p) {
763 return (probe_p->alloc_func(tpd_p, probe_p, set_p));
777 tnf_ops_t *tpd_p; local
779 tpd_p = tnf_probe_getfunc();
780 if (tpd_p) {
781 return (probe_p->alloc_func(tpd_p, probe_p, set_p));

Completed in 64 milliseconds