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 */
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);
427 extern void phyint_group_delete(struct phyint_group *pg);
[all …]
H A Dmpd_tables.c35 struct phyint_group *phyint_groups = NULL;
36 struct phyint_group *phyint_anongroup;
293 struct phyint_group *
296 struct phyint_group *pg; in phyint_group_lookup()
504 struct phyint_group *
507 struct phyint_group *pg; in phyint_group_create()
606 struct phyint_group *pg; in phyint_inst_init_from_k()
819 struct phyint_group *pg; in phyint_inst_sockinit()
3179 struct phyint_group *pg; in getgroupinfo()
3340 struct phyint_group *pg; in getgrouplist()
[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()