Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h152 struct phyint_group { struct
155 struct phyint_group *pg_next; /* Next phyint group */ argument
156 struct phyint_group *pg_prev; /* Prev phyint group */ argument
186 struct phyint_group *pi_group; /* Pointer to the group */ argument
401 extern struct phyint_group *phyint_groups; /* List of all phyint groups */
402 extern struct phyint_group *phyint_anongroup; /* Pointer to the anon group */
423 extern void phyint_group_chstate(struct phyint_group *pg, enum pg_state state);
424 extern struct phyint_group *phyint_group_create(const char *pg_name);
425 extern struct phyint_group *phyint_group_lookup(const char *pg_name);
426 extern void phyint_group_insert(struct phyint_group *pg);
[all …]
H A Dmpd_tables.c35 struct phyint_group *phyint_groups = NULL;
36 struct phyint_group *phyint_anongroup;
46 static void phyint_insert(struct phyint *pi, struct phyint_group *pg);
58 static void target_flush_hosts(struct phyint_group *pg);
65 static int phyint_state_event(struct phyint_group *pg, struct phyint *pi);
66 static int phyint_group_state_event(struct phyint_group *pg);
67 static int phyint_group_change_event(struct phyint_group *pg, ipmp_group_op_t);
68 static int phyint_group_member_event(struct phyint_group *pg, struct phyint *pi,
293 struct phyint_group *
296 struct phyint_group *pg; in phyint_group_lookup()
[all …]
H A Dmpd_probe.c70 static boolean_t check_pg_crtt_improved(struct phyint_group *pg);
623 struct phyint_group *pg; in incoming_rtt_reply()
717 struct phyint_group *pg = pii->pii_phyint->pi_group; in incoming_echo_reply()
1022 check_pg_crtt_improved(struct phyint_group *pg) in check_pg_crtt_improved()
2148 struct phyint_group *pg; in failure_state()
H A Dmpd_main.c273 struct phyint_group *pg, *next_pg; in initifs()
483 struct phyint_group *pg; in check_addr_unique()
864 struct phyint_group *pg; in check_config()
1822 struct phyint_group *pg; in init_host_targets()