Lines Matching refs:probe_handle
412 assert((p != NULL) && (p->probe_id == i) && (p->probe_handle)); in _tnfctl_refresh_kernel()
421 p->probe_handle->valid = B_FALSE; in _tnfctl_refresh_kernel()
426 if (p->probe_handle->valid == B_FALSE) { in _tnfctl_refresh_kernel()
437 p->probe_handle->valid = B_TRUE; in _tnfctl_refresh_kernel()
453 p->probe_handle->client_registered_data = in _tnfctl_refresh_kernel()
455 p->probe_handle); in _tnfctl_refresh_kernel()
518 probe_p->probe_handle = calloc(1, sizeof (tnfctl_probe_t)); in alloc_probe_space()
519 if (probe_p->probe_handle == NULL) { in alloc_probe_space()
525 probe_p->probe_handle->valid = B_FALSE; in alloc_probe_space()
526 probe_p->probe_handle->probe_p = probe_p; in alloc_probe_space()
528 probe_p->probe_handle->next = hndl->probe_handle_list_head; in alloc_probe_space()
529 hndl->probe_handle_list_head = probe_p->probe_handle; in alloc_probe_space()