Searched refs:test_func (Results 1 - 9 of 9) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/fps/fptest/
H A Dcheetah_sdc.c56 int (*test_func) (unsigned long, unsigned long *,\ member in struct:__anon564
112 rval = reg_func[regs].test_func(pattern, &tmp1, &tmp2);
/opensolaris-onvv-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)());
/opensolaris-onvv-gate/usr/src/lib/cfgadm_plugins/ac/common/
H A Dmema_test.h60 mtest_func_t *test_func; member in struct:mtest_table_ent
H A Dmema.c899 res = (*mtest_table[test_fun].test_func)(&handle);
/opensolaris-onvv-gate/usr/src/lib/libtnfctl/
H A Dprobes_ext.c199 state_p->enabled = (prbctl_p->test_func) ? B_TRUE : B_FALSE;
273 prbctl_p->test_func = (tnf_probe_test_func_t) hndl->testfunc;
275 offsetof(struct tnf_probe_control, test_func),
299 prbctl_p->test_func = (tnf_probe_test_func_t) NULL;
301 offsetof(struct tnf_probe_control, test_func),
H A Dkernel_int.c354 probebuf.enabled = (p->wrkprbctl.test_func != NULL);
433 p->wrkprbctl.test_func = (probebuf.enabled) ?
/opensolaris-onvv-gate/usr/src/uts/common/tnf/
H A Dtnf.c483 probebuf.enabled = (p->test_func != NULL);
539 * Set test_func last.
549 p->test_func = tnf_test_2;
551 p->test_func = tnf_test_1;
553 p->test_func = NULL;
799 if (p->test_func != NULL)
800 p->test_func = func;
H A Dmkprobehdr.sh111 tnf_probe_test_func_t test_func;
305 echo " tnf_probe_test_func_t tnf_v_probe_test = tnf_v_probe_p->test_func; \\"
/opensolaris-onvv-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; \

Completed in 67 milliseconds