Searched refs:pi2 (Results 1 - 3 of 3) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c1352 struct phyint *pi2; local
1358 for (pi2 = pi->pi_group->pg_phyint; pi2 != NULL; pi2 = pi2->pi_pgnext) {
1359 if (pi == pi2 || !phyint_is_functioning(pi2) ||
1360 !(pi2->pi_flags & IFF_INACTIVE))
1363 inactivepi = pi2;
1364 if (pi2
1382 struct phyint *pi2; local
1456 struct phyint *pi2; local
1526 struct phyint *pi2; local
2145 struct phyint *pi2; local
[all...]
H A Dmpd_tables.c113 struct phyint *pi2; local
118 for (pi2 = pi->pi_group->pg_phyint; pi2 != NULL; pi2 = pi2->pi_pgnext) {
119 if (pi2 == pi)
128 if (pi2->pi_state == PI_OFFLINE &&
129 (online_only || !pi2->pi_hwaddrdup))
132 if (pi2->pi_hwaddrlen == pi->pi_hwaddrlen &&
133 bcmp(pi2
1330 struct phyint *pi2; local
1420 struct phyint *pi2; local
[all...]
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/inetd/
H A Dconfig.c249 proto_info_t *pi2 = (proto_info_t *)rv; local
253 if ((pi2->ri == NULL) || !rpc_info_equal(pi->ri, pi2->ri))
255 } else if (pi2->ri != NULL) {
259 if (pi->v6only != pi2->v6only)

Completed in 496 milliseconds