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

/illumos-gate/usr/src/lib/libfru/libfru/
H A Dlibfru.cc1221 // NOTE: instancesFound is a running total of the instances in the tags
1223 // (ie instances left over == instance - instancesFound)
1298 int instancesFound = 0; local
1299 // NOTE: instancesFound is a running total of the instances in the tags
1301 // (ie instances left over == instance - instancesFound)
1314 if ((instancesFound + cur->getNumInstances())
1320 instancesFound += cur->getNumInstances();
1330 *instance -= instancesFound;

Completed in 50 milliseconds