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_main.c192 struct phyint_instance *pii_other; local
221 pii_other = phyint_inst_other(pii);
222 if (pii_other != NULL)
223 phyint_inst_delete(pii_other);
1428 struct phyint_instance *pii_other; local
1433 pii_other = phyint_inst_other(pii);
1434 if (pii_other != NULL)
1435 pii_other->pii_flags = pii->pii_flags;
H A Dmpd_probe.c1593 struct phyint_instance *pii_other; local
1611 pii_other = phyint_inst_other(pii);
1612 if (!PROBE_ENABLED(pii) && !PROBE_ENABLED(pii_other)) {
2060 struct phyint_instance *pii_other; local
2110 pii_other = phyint_inst_other(pii);
2111 if (PROBE_CAPABLE(pii_other)) {
2112 probe_fail_info(pii_other, NULL, &pfinfo);
H A Dmpd_tables.c2392 struct phyint_instance *pii_other; local
2490 pii_other = phyint_inst_other(pii);
2498 if (!PROBE_CAPABLE(pii_other) && LINK_UP(pii->pii_phyint) &&

Completed in 62 milliseconds