Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c1593 struct phyint_instance *pii_other; in phyint_inst_timer() local
1611 pii_other = phyint_inst_other(pii); in phyint_inst_timer()
1612 if (!PROBE_ENABLED(pii) && !PROBE_ENABLED(pii_other)) { in phyint_inst_timer()
2060 struct phyint_instance *pii_other; in phyint_inst_probe_failure_state() local
2110 pii_other = phyint_inst_other(pii); in phyint_inst_probe_failure_state()
2111 if (PROBE_CAPABLE(pii_other)) { in phyint_inst_probe_failure_state()
2112 probe_fail_info(pii_other, NULL, &pfinfo); in phyint_inst_probe_failure_state()
H A Dmpd_main.c194 struct phyint_instance *pii_other; in pii_process() local
223 pii_other = phyint_inst_other(pii); in pii_process()
224 if (pii_other != NULL) in pii_process()
225 phyint_inst_delete(pii_other); in pii_process()
1430 struct phyint_instance *pii_other; in process_rtm_ifinfo() local
1435 pii_other = phyint_inst_other(pii); in process_rtm_ifinfo()
1436 if (pii_other != NULL) in process_rtm_ifinfo()
1437 pii_other->pii_flags = pii->pii_flags; in process_rtm_ifinfo()
H A Dmpd_tables.c2392 struct phyint_instance *pii_other; in target_delete() local
2490 pii_other = phyint_inst_other(pii); in target_delete()
2498 if (!PROBE_CAPABLE(pii_other) && LINK_UP(pii->pii_phyint) && in target_delete()