Lines Matching refs:prbctl_p

175 	tnf_probe_control_t 	*prbctl_p;  in tnfctl_probe_state_get()  local
198 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_state_get()
199 state_p->enabled = (prbctl_p->test_func) ? B_TRUE : B_FALSE; in tnfctl_probe_state_get()
200 state_p->traced = (prbctl_p->commit_func == in tnfctl_probe_state_get()
214 prexstat = _tnfctl_comb_decode(hndl, (uintptr_t) prbctl_p->probe_func, in tnfctl_probe_state_get()
261 tnf_probe_control_t *prbctl_p; in tnfctl_probe_enable() local
272 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_enable()
273 prbctl_p->test_func = (tnf_probe_test_func_t) hndl->testfunc; in tnfctl_probe_enable()
287 tnf_probe_control_t *prbctl_p; in tnfctl_probe_disable() local
298 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_disable()
299 prbctl_p->test_func = (tnf_probe_test_func_t) NULL; in tnfctl_probe_disable()
312 tnf_probe_control_t *prbctl_p; in tnfctl_probe_trace() local
323 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_trace()
324 prbctl_p->commit_func = (tnf_probe_func_t) hndl->commitfunc; in tnfctl_probe_trace()
339 tnf_probe_control_t *prbctl_p; in tnfctl_probe_untrace() local
350 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_untrace()
351 prbctl_p->commit_func = (tnf_probe_func_t) hndl->rollbackfunc; in tnfctl_probe_untrace()
366 tnf_probe_control_t *prbctl_p; in tnfctl_probe_connect() local
397 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_connect()
399 func_addr, (uintptr_t) prbctl_p->probe_func, in tnfctl_probe_connect()
403 prbctl_p->probe_func = (tnf_probe_func_t) comb; in tnfctl_probe_connect()
418 tnf_probe_control_t *prbctl_p; in tnfctl_probe_disconnect_all() local
432 prbctl_p = &probe_hndl->probe_p->wrkprbctl; in tnfctl_probe_disconnect_all()
433 prbctl_p->probe_func = (tnf_probe_func_t) hndl->endfunc; in tnfctl_probe_disconnect_all()