Searched refs:pi2 (Results 1 – 3 of 3) sorted by relevance
1352 struct phyint *pi2; in phyint_activate_another() local1358 for (pi2 = pi->pi_group->pg_phyint; pi2 != NULL; pi2 = pi2->pi_pgnext) { in phyint_activate_another()1359 if (pi == pi2 || !phyint_is_functioning(pi2) || in phyint_activate_another()1360 !(pi2->pi_flags & IFF_INACTIVE)) in phyint_activate_another()1363 inactivepi = pi2; in phyint_activate_another()1364 if (pi2->pi_flags & IFF_STANDBY) in phyint_activate_another()1382 struct phyint *pi2; in phyint_transition_to_running() local1410 pi2 = pi->pi_group->pg_phyint; in phyint_transition_to_running()1411 for (; pi2 != NULL; pi2 = pi2->pi_pgnext) { in phyint_transition_to_running()1412 if (!(pi2->pi_flags & IFF_STANDBY)) in phyint_transition_to_running()[all …]
113 struct phyint *pi2; in phyint_lookup_hwaddr() local118 for (pi2 = pi->pi_group->pg_phyint; pi2 != NULL; pi2 = pi2->pi_pgnext) { in phyint_lookup_hwaddr()119 if (pi2 == pi) in phyint_lookup_hwaddr()128 if (pi2->pi_state == PI_OFFLINE && in phyint_lookup_hwaddr()129 (online_only || !pi2->pi_hwaddrdup)) in phyint_lookup_hwaddr()132 if (pi2->pi_hwaddrlen == pi->pi_hwaddrlen && in phyint_lookup_hwaddr()133 bcmp(pi2->pi_hwaddr, pi->pi_hwaddr, pi->pi_hwaddrlen) == 0) in phyint_lookup_hwaddr()134 return (pi2); in phyint_lookup_hwaddr()1330 struct phyint *pi2; in phyint_delete() local1382 (pi2 = phyint_lookup_hwaddr(pi, _B_FALSE)) != NULL) { in phyint_delete()[all …]
249 proto_info_t *pi2 = (proto_info_t *)rv; in proto_info_compare() local253 if ((pi2->ri == NULL) || !rpc_info_equal(pi->ri, pi2->ri)) in proto_info_compare()255 } else if (pi2->ri != NULL) { in proto_info_compare()259 if (pi->v6only != pi2->v6only) in proto_info_compare()