Home
last modified time | relevance | path

Searched refs:pi_group (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_probe.c649 pg = pii->pii_phyint->pi_group; in incoming_rtt_reply()
1175 if (pi->pi_group == phyint_anongroup) { in incoming_mcast_reply()
1178 pi = pi->pi_group->pg_phyint; in incoming_mcast_reply()
1355 if (pi->pi_group == phyint_anongroup) in phyint_activate_another()
1409 if (pi->pi_group != phyint_anongroup) { in phyint_transition_to_running()
1410 pi2 = pi->pi_group->pg_phyint; in phyint_transition_to_running()
1463 if (pi->pi_group == phyint_anongroup) { in phyint_standby_refresh_inactive()
1498 if (pi->pi_group == phyint_anongroup) { in phyint_check_for_repair()
1534 if (pi->pi_group == phyint_anongroup) { in phyint_inst_check_for_failure()
1560 pi2 = pi->pi_group->pg_phyint; in phyint_inst_check_for_failure()
[all …]
H A Dmpd_tables.c115 if (pi->pi_group == phyint_anongroup) in phyint_lookup_hwaddr()
331 pi->pi_group = pg; in phyint_insert()
480 pi->pi_group->pg_sig++; in phyint_changed()
481 (void) phyint_state_event(pi->pi_group, pi); in phyint_changed()
743 if (strcmp(pi->pi_group->pg_name, pg_name) != 0) { in phyint_inst_init_from_k()
841 pg = pii->pii_phyint->pi_group; in phyint_inst_sockinit()
1275 if (strcmp(lifr.lifr_groupname, pi->pi_group->pg_name) != 0) { in phyint_inst_update_from_k()
1331 struct phyint_group *pg = pi->pi_group; in phyint_delete()
1421 struct phyint_group *pg = pi->pi_group; in phyint_offline()
1518 "group %s; onlining\n", pi->pi_name, pi->pi_group->pg_name); in phyint_undo_offline()
[all …]
H A Dmpd_main.c500 pg = ourpii->pii_phyint->pi_group; in check_addr_unique()
908 pi->pi_group->pg_name); in check_config()
918 pi->pi_group->pg_name); in check_config()
932 pi->pi_name, pi->pi_group->pg_name); in check_config()
1687 if (pi->pi_group == phyint_anongroup) { in router_add_common()
1690 pi = pi->pi_group->pg_phyint; in router_add_common()
1808 if (!tg->tg_in_use && !GROUP_FAILED(pi->pi_group)) in init_router_targets()
1825 pg = pii->pii_phyint->pi_group; in init_host_targets()
1843 assert(desired_pii->pii_phyint->pi_group != phyint_anongroup); in dup_host_targets()
H A Dmpd_tables.h186 struct phyint_group *pi_group; /* Pointer to the group */ member