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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOServicePM.cpp665 if (fPowerClients) {
666 fPowerClients->release();
667 fPowerClients = 0;
1310 if (fPowerClients)
1312 iter = OSCollectionIterator::withCollection(fPowerClients);
2429 if (!fPowerClients)
2430 fPowerClients = OSDictionary::withCapacity(4);
2431 if (fPowerClients && client)
2433 OSNumber * num = (OSNumber *) fPowerClients->getObject(client);
2441 fPowerClients
[all...]
H A DIOServicePMPrivate.h412 #define fPowerClients pwrMgt->PowerClients macro

Completed in 23 milliseconds