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