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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOPMrootDomain.cpp346 OSIterator *psIterator; local
471 psIterator = getMatchingServices( serviceMatching("IOPMPowerSource") );
472 if( psIterator && psIterator->getNextObject() )
478 if(psIterator) {
479 psIterator->release();

Completed in 30 milliseconds