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

/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOServicePMPrivate.h353 #define fOwner pwrMgt->Owner
354 #define fInterestedDrivers pwrMgt->InterestedDrivers
355 #define fDriverTimer pwrMgt->DriverTimer
356 #define fMachineState pwrMgt->MachineState
357 #define fAckTimer pwrMgt->AckTimer
358 #define fSettleTimer pwrMgt->SettleTimer
359 #define fIdleTimer pwrMgt->IdleTimer
360 #define fWatchdogTimer pwrMgt->WatchdogTimer
361 #define fSettleTimeUS pwrMgt->SettleTimeUS
362 #define fIdleTimerGeneration pwrMgt
[all...]
H A DIOServicePM.cpp171 pwrMgt->pmPrint(t, a, b); \
173 pwrMgt->pmTrace(t, a, b); \
371 pwrMgt = new IOServicePM;
372 pwrMgt->init();
373 setProperty(kPwrMgtKey, pwrMgt);
375 queue_init(&pwrMgt->WorkChain);
376 queue_init(&pwrMgt->RequestHead);
377 queue_init(&pwrMgt->PMDriverCallQueue);
474 if ( pwrMgt )
480 assert(queue_empty(&pwrMgt
3786 IOServicePM * pwrMgt = (IOServicePM *) arg0; local
5721 IOServicePM * pwrMgt = context->us->pwrMgt; local
5847 IOServicePM * pwrMgt = context->us->pwrMgt; local
5920 IOServicePM * pwrMgt = context->us->pwrMgt; local
6032 IOServicePM * pwrMgt = context->us->pwrMgt; local
[all...]
H A DIOService.cpp6040 if (pwrMgt) configurePowerStatesReport(action, result);
6044 if (pwrMgt) configureSimplePowerReport(action, result);
6079 if (pwrMgt) updatePowerStatesReport(action, result, destination);
6083 if (pwrMgt) updateSimplePowerReport(action, result, destination);
/macosx-10.10.1/xnu-2782.1.97/tools/lldbmacros/
H A Dioreg.py89 elif Cast(entry, 'IOService *').pwrMgt and Cast(entry, 'IOService *').pwrMgt.Name:
90 out_string += "+-o {0:s} ".format(Cast(entry, 'IOService *').pwrMgt.Name)
497 elif Cast(entry, 'IOService *').pwrMgt and Cast(entry, 'IOService *').pwrMgt.Name:
498 name = Cast(entry, 'IOService *').pwrMgt.Name
542 elif Cast(entry, 'IOService *').pwrMgt and Cast(entry, 'IOService *').pwrMgt.Name:
543 name = Cast(entry, 'IOService *').pwrMgt.Name
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h323 IOServicePM * pwrMgt; member in class:IOService

Completed in 110 milliseconds