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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp3189 uint32_t objCount = 0; local
3195 while( settings[objCount] ) {
3196 objCount++;
3198 if(0 == objCount) return NULL;
3207 pmso->releaseAtCount = objCount + 1; // release when it has count+1 retains
3209 pmso->publishedFeatureID = (uint32_t *)IOMalloc(sizeof(uint32_t)*objCount);
3211 for(unsigned int i=0; i<objCount; i++) {
3229 int objCount = releaseAtCount - 1; local
3232 for(i=0; i<objCount; i++) {
3238 IOFree(publishedFeatureID, sizeof(uint32_t) * objCount);
[all...]

Completed in 24 milliseconds