Home
last modified time | relevance | path

Searched refs:phyint_group_lookup (Results 1 – 3 of 3) sorted by relevance

/titanic_41/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h425 extern struct phyint_group *phyint_group_lookup(const char *pg_name);
H A Dmpd_tables.c294 phyint_group_lookup(const char *pg_name) in phyint_group_lookup() function
699 if ((pg = phyint_group_lookup(pg_name)) == NULL) { in phyint_inst_init_from_k()
3188 pg = phyint_group_lookup(grname); in getgroupinfo()
3379 if ((pg = phyint_group_lookup(grname)) == NULL) in getgraddrinfo()
H A Dmpd_main.c391 pg = phyint_group_lookup(lifreq.lifr_groupname); in initifs()