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

/illumos-gate/usr/src/lib/fm/topo/modules/common/disk/
H A Ddisk_common.c587 int pathcount; local
647 pathcount = 0;
650 pathcount++;
653 if (pathcount == 0) {
708 pathcount * sizeof (char *))) == NULL)
711 dnode->ddn_ppath_count = pathcount;
714 pathcount * sizeof (char *))) == NULL)
718 pathcount * sizeof (char *))) == NULL)
722 pathcount * sizeof (char *))) == NULL)
726 pathcount
[all...]

Completed in 139 milliseconds