Lines Matching refs:prbctl_p
513 prbctlref_t *prbctl_p; in read_a_probe() local
526 prbctl_p = &(largs2_p->la_obj->probes[index]); in read_a_probe()
527 prbctl_p->addr = addr; in read_a_probe()
528 prbctl_p->probe_id = largs2_p->la_base + index; in read_a_probe()
529 prbctl_p->obj = largs2_p->la_obj; in read_a_probe()
534 &prbctl_p->wrkprbctl, sizeof (prbctl_p->wrkprbctl)); in read_a_probe()
546 attrs = (uintptr_t) prbctl_p->wrkprbctl.attrs; in read_a_probe()
547 prexstat = _tnfctl_readstr_targ(hndl, attrs, &prbctl_p->attr_string); in read_a_probe()
557 tnf_string, probe, prbctl_p->attr_string); in read_a_probe()
560 prbctl_p->probe_handle = calloc(1, sizeof (tnfctl_probe_t)); in read_a_probe()
561 if (prbctl_p->probe_handle == NULL) in read_a_probe()
563 prbctl_p->probe_handle->valid = B_TRUE; in read_a_probe()
564 prbctl_p->probe_handle->probe_p = prbctl_p; in read_a_probe()
566 prbctl_p->probe_handle->next = hndl->probe_handle_list_head; in read_a_probe()
567 hndl->probe_handle_list_head = prbctl_p->probe_handle; in read_a_probe()
575 if (prbctl_p->wrkprbctl.commit_func == NULL) { in read_a_probe()
576 prbctl_p->wrkprbctl.probe_func = in read_a_probe()
578 prbctl_p->wrkprbctl.commit_func = in read_a_probe()
580 prbctl_p->wrkprbctl.alloc_func = in read_a_probe()
588 &prbctl_p->wrkprbctl, sizeof (prbctl_p->wrkprbctl)); in read_a_probe()