Searched defs:test_func (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test.h60 mtest_func_t *test_func; member in struct:mtest_table_ent
/illumos-gate/usr/src/uts/common/sys/
H A Dtnf_probe.h103 tnf_probe_test_func_t test_func; member in struct:tnf_probe_control
529 tnf_probe_test_func_t tnf_v_probe_test = tnf_v_probe_p->test_func; \
586 tnf_probe_test_func_t tnf_v_probe_test = tnf_v_probe_p->test_func; \
649 tnf_probe_test_func_t tnf_v_probe_test = tnf_v_probe_p->test_func; \
718 tnf_probe_test_func_t tnf_v_probe_test = tnf_v_probe_p->test_func; \
793 tnf_probe_test_func_t tnf_v_probe_test = tnf_v_probe_p->test_func; \
874 tnf_probe_test_func_t tnf_v_probe_test = tnf_v_probe_p->test_func; \
/illumos-gate/usr/src/lib/libtnfprobe/
H A Dprobe_cntl.c174 tnf_probe_test_func_t test_func; local
197 test_func = (((int(*)())dlsym(RTLD_DEFAULT,
200 assert(test_func);
211 if (prbctl_p->test_func)
212 prbctl_p->test_func = test_func;
794 tnf_context_t test_func; local
804 test_func = test_func_p ? *test_func_p : tnf_probe_getfunc;
805 return ((*test_func)());

Completed in 58 milliseconds