Searched defs:phyint_create (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.ndpd/
H A Dtables.c91 phyint_create(char *name) function
97 logmsg(LOG_DEBUG, "phyint_create(%s)\n", name);
101 logmsg(LOG_ERR, "phyint_create: out of memory\n");
/illumos-gate/usr/src/cmd/cmd-inet/usr.lib/in.mpathd/
H A Dmpd_tables.c370 phyint_create(char *pi_name, struct phyint_group *pg, uint_t ifindex, function
377 logperror("phyint_create: calloc");
713 pi = phyint_create(pi_name, pg, ifindex, flags);
767 * otherwise be done in phyint_create() are deferred to here.

Completed in 52 milliseconds