Searched defs:desired_pii (Results 1 - 1 of 1) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_main.c82 static void dup_host_targets(struct phyint_instance *desired_pii);
1831 * the phyint instance 'desired_pii'.
1834 dup_host_targets(struct phyint_instance *desired_pii) argument
1841 assert(desired_pii->pii_phyint->pi_group != phyint_anongroup);
1843 af = desired_pii->pii_af;
1846 * For every phyint in the same group as desired_pii, check if
1847 * it has any host targets. If so add them to desired_pii.
1849 for (pi = desired_pii->pii_phyint; pi != NULL; pi = pi->pi_pgnext) {
1859 if ((pii == NULL) || (pii == desired_pii) ||
1863 target_create(desired_pii, t
[all...]

Completed in 49 milliseconds