Lines Matching refs:next_probe
610 tnf_probe_control_t *next_probe; in link_targ_obj_probes() local
636 next_probe = (tnf_probe_control_t *) cur->probes[i+1].addr; in link_targ_obj_probes()
637 probe_p->wrkprbctl.next = next_probe; in link_targ_obj_probes()
640 &next_probe, sizeof (next_probe)); in link_targ_obj_probes()
645 next_probe = (tnf_probe_control_t *) cur->probes[0].addr; in link_targ_obj_probes()
651 probe_p->wrkprbctl.next = next_probe; in link_targ_obj_probes()
658 &next_probe, sizeof (next_probe)); in link_targ_obj_probes()
664 next_probe = NULL; in link_targ_obj_probes()
666 next_probe = (tnf_probe_control_t *) in link_targ_obj_probes()
670 probe_p->wrkprbctl.next = next_probe; in link_targ_obj_probes()
673 &next_probe, sizeof (next_probe)); in link_targ_obj_probes()
687 tnf_probe_control_t *next_probe; in unlink_targ_obj_probes() local
711 next_probe = NULL; in unlink_targ_obj_probes()
713 next_probe = (tnf_probe_control_t *) in unlink_targ_obj_probes()
722 probe_p->wrkprbctl.next = next_probe; in unlink_targ_obj_probes()
729 &next_probe, sizeof (next_probe)); in unlink_targ_obj_probes()