Searched refs:sdn_pathdev_n (Results 1 - 3 of 3) sorted by relevance

/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses_dev.c201 pathdev = topo_mod_zalloc(mod, (dnode->sdn_pathdev_n + 1) *
206 dnode->sdn_pathdev_n * sizeof (ses_path_dev_t));
208 pathdev[dnode->sdn_pathdev_n].spd_dpath =
212 dnode->sdn_pathdev_n * sizeof (ses_path_dev_t));
215 dnode->sdn_pathdev_n++;
226 * index sdn_pathdev_n - 1.
228 pathdev[dnode->sdn_pathdev_n -1].spd_minor =
237 (&pathdev[dnode->sdn_pathdev_n - 1]);
363 ses_path_dev_free(mod, dnode->sdn_pathdevs, dnode->sdn_pathdev_n);
439 for (i = 0; i < dnode->sdn_pathdev_n;
[all...]
H A Dses.h74 int sdn_pathdev_n; /* count of devinfo paths */ member in struct:ses_di_node
H A Dses.c1875 for (i = 0, lcount = 0; i < dnode->sdn_pathdev_n; i++) {
1947 if (sesdnode->sdn_pathdev_n &&
1975 for (i = 0, lcount = 0; i < sesdnode->sdn_pathdev_n;

Completed in 24 milliseconds