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

/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h138 extern const OSSymbol * gIOPriorityPowerStateInterest;
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp147 const OSSymbol * gIOPriorityPowerStateInterest; variable
321 gIOPriorityPowerStateInterest = OSSymbol::withCStringNoCopy( kIOPriorityPowerStateInterest );
1670 && (typeOfInterest != gIOPriorityPowerStateInterest))
1737 cleanInterestList( getProperty( gIOPriorityPowerStateInterest ));
H A DIOServicePM.cpp5659 applyToInterested( gIOPriorityPowerStateInterest,
5667 applyToInterested( gIOPriorityPowerStateInterest,
5680 applyToInterested( gIOPriorityPowerStateInterest,
6156 applyToInterested( gIOPriorityPowerStateInterest,
H A DIOPMrootDomain.cpp559 return gRootDomain->registerInterest( gIOPriorityPowerStateInterest, handler, self, ref );
4149 applyToInterested(gIOPriorityPowerStateInterest, platformHaltRestartApplier, &ctx);
5126 typeOfInterest->isEqualTo(gIOPriorityPowerStateInterest);
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp2764 gIOPriorityPowerStateInterest, &systemPowerChange, 0, 0 );

Completed in 443 milliseconds