Lines Matching refs:probe_p
474 prbctlref_t *probe_p; in alloc_probe_space() local
512 probe_p = &(nobj_p->probes[0]); in alloc_probe_space()
515 probe_p->obj = nobj_p; in alloc_probe_space()
517 probe_p->probe_id = i; in alloc_probe_space()
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()
531 probe_p++; in alloc_probe_space()