Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c268 *addr6 = pii->pii_target_next->tg_address; in probe()
281 &pii->pii_target_next->tg_address, addr4); in probe()
342 pii->pii_target_next = target_next(pii->pii_target_next); in probe()
343 assert(pii->pii_target_next != NULL); in probe()
354 pii->pii_rtt_target_next = pii->pii_target_next; in probe()
888 if (pii->pii_target_next == target) { in incoming_echo_reply()
889 pii->pii_target_next = in incoming_echo_reply()
1693 if (pii->pii_target_next == NULL) { in phyint_inst_timer()
1869 if (pii->pii_target_next != NULL) { in phyint_inst_timer()
2092 if (pii->pii_target_next == cur_tg) in phyint_inst_probe_failure_state()
[all …]
H A Dmpd_tables.c1647 if (pii->pii_target_next != NULL) { in phyint_inst_print()
2187 assert(pii->pii_target_next == NULL); in target_activate_all()
2202 if (pii->pii_target_next == NULL) { in target_activate_all()
2203 pii->pii_target_next = tg; in target_activate_all()
2304 assert(pii->pii_target_next == NULL); in target_create()
2311 assert(pii->pii_target_next != NULL); in target_create()
2317 pii->pii_target_next = tg; in target_create()
2440 if (pii->pii_target_next == tg) in target_delete()
2453 assert(pii->pii_target_next != NULL); in target_delete()
2461 assert(pii->pii_target_next == NULL); in target_delete()
[all …]
H A Dmpd_tables.h274 struct target *pii_target_next; /* next target for probing */ member