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

/osnet-11/usr/src/lib/fm/topo/modules/common/ses/common/
H A Dses.c1786 uint_t pcount, lcount; local
1875 for (i = 0, lcount = 0; i < dnode->sdn_pathdev_n; i++) {
1877 lcount++;
1880 lpaths_smp = alloca(lcount * sizeof (char *));
1883 for (i = 0; i < lcount; i++) {
1889 if (lcount &&
1892 (const char **)lpaths_smp, lcount, &err)) {
1975 for (i = 0, lcount = 0; i < sesdnode->sdn_pathdev_n;
1978 lcount++;
1981 lpaths_ses = alloca(lcount * sizeo
[all...]

Completed in 27 milliseconds