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

/illumos-gate/usr/src/lib/fm/topo/modules/common/ses/
H A Dses.c1154 uint_t s, nsas; local
1194 TOPO_PROP_SAS_ADDR, &paths, &nsas, &err) != 0)
1199 for (s = 0; s < nsas; s++) {
1210 if (s == nsas)
1219 tports = topo_mod_zalloc(mod, sizeof (char *) * nsas);
1221 for (i = 0; i < nsas; i++) {
1230 if (i == nsas)
1235 nsas, &err);
1237 for (i = 0; i < nsas; i++)
1240 topo_mod_free(mod, tports, sizeof (char *) * nsas);
[all...]

Completed in 49 milliseconds