Home
last modified time | relevance | path

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

/titanic_50/usr/src/uts/common/sys/
H A Dtnf_probe.h75 typedef void * (*tnf_probe_test_func_t)(void *, typedef
103 tnf_probe_test_func_t test_func;
512 (tnf_probe_test_func_t) 0, \
529 tnf_probe_test_func_t tnf_v_probe_test = tnf_v_probe_p->test_func; \
568 (tnf_probe_test_func_t) 0, \
586 tnf_probe_test_func_t tnf_v_probe_test = tnf_v_probe_p->test_func; \
630 (tnf_probe_test_func_t) 0, \
649 tnf_probe_test_func_t tnf_v_probe_test = tnf_v_probe_p->test_func; \
698 (tnf_probe_test_func_t) 0, \
718 tnf_probe_test_func_t tnf_v_probe_test = tnf_v_probe_p->test_func; \
[all …]
/titanic_50/usr/src/lib/libtnfctl/
H A Dprobes_ext.c273 prbctl_p->test_func = (tnf_probe_test_func_t) hndl->testfunc; in tnfctl_probe_enable()
276 sizeof (tnf_probe_test_func_t)); in tnfctl_probe_enable()
299 prbctl_p->test_func = (tnf_probe_test_func_t) NULL; in tnfctl_probe_disable()
302 sizeof (tnf_probe_test_func_t)); in tnfctl_probe_disable()
H A Dkernel_int.c55 #define PRBK_DUMMY_TEST ((tnf_probe_test_func_t) 4)
/titanic_50/usr/src/uts/common/tnf/
H A Dmkprobehdr.sh83 typedef void * (*tnf_probe_test_func_t)(void *,
111 tnf_probe_test_func_t test_func;
H A Dtnf.c786 tnf_probe_test_func_t func; in tnf_pidfilterset()
/titanic_50/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c133 tnf_probe_test_func_t tnf_threaded_test_addr = tnf_threaded_test;
134 tnf_probe_test_func_t tnf_non_threaded_test_addr = tnf_non_threaded_test;
174 tnf_probe_test_func_t test_func; in __tnf_probe_notify()