Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.h424 extern struct phyint_group *phyint_group_create(const char *pg_name);
H A Dmpd_tables.c80 phyint_anongroup = phyint_group_create(""); in phyint_init()
505 phyint_group_create(const char *name) in phyint_group_create() function
700 if ((pg = phyint_group_create(pg_name)) == NULL) { in phyint_inst_init_from_k()
H A Dmpd_main.c395 pg = phyint_group_create(lifreq.lifr_groupname); in initifs()