Lines Matching refs:probe_handle
250 tnfctl_probe_t *probe_handle; in _tnfctl_find_all_probes() local
256 probe_handle = cur_obj->probes[j].probe_handle; in _tnfctl_find_all_probes()
257 probe_handle->client_registered_data = in _tnfctl_find_all_probes()
258 hndl->create_func(hndl, probe_handle); in _tnfctl_find_all_probes()
299 if (probe_p->probe_handle) in free_obj_fields()
300 probe_p->probe_handle->valid = B_FALSE; in free_obj_fields()
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()