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

/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1259 uint_t i, j, n_phys, all_phys = 0; local
1274 all_phys += n_phys;
1277 if (all_phys == 0)
1280 if ((paths = topo_mod_zalloc(mod, all_phys * sizeof (char *))) == NULL)
1314 for (i = 0; i < all_phys && paths[i] != NULL; i++)
1316 topo_mod_free(mod, paths, all_phys * sizeof (char *));

Completed in 87 milliseconds