Home
last modified time | relevance | path

Searched refs:next_probe (Results 1 – 1 of 1) sorted by relevance

/titanic_41/usr/src/lib/libtnfctl/
H A Dprobes.c610 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()
[all …]