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

/osnet-11/usr/src/lib/fm/topo/modules/sun4v/sun4vpi/common/
H A Dpi_subr.c615 size_t max_addrs = 0; local
646 ++max_addrs;
648 ++max_addrs;
651 if (max_addrs == 0) {
657 dev_addr = (char **)topo_mod_zalloc(mod, sizeof (char *) * max_addrs);
658 dev_path = (char **)topo_mod_zalloc(mod, sizeof (char *) * max_addrs);
683 for (i = 0; i < max_addrs; i++) {
705 for (i = 1; i < max_addrs; i++) {
714 for (i = 0; i < max_addrs; i++) {
725 topo_mod_free(mod, dev_addr, sizeof (char *) * max_addrs);
[all...]

Completed in 23 milliseconds