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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h136 extern const OSSymbol * gIOPriorityPowerStateInterest;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp142 const OSSymbol * gIOPriorityPowerStateInterest; variable
310 gIOPriorityPowerStateInterest = OSSymbol::withCStringNoCopy( kIOPriorityPowerStateInterest );
1509 && (typeOfInterest != gIOPriorityPowerStateInterest))
1579 cleanInterestList( getProperty( gIOPriorityPowerStateInterest ));
H A DIOServicePM.cpp5437 applyToInterested( gIOPriorityPowerStateInterest,
5445 applyToInterested( gIOPriorityPowerStateInterest,
5458 applyToInterested( gIOPriorityPowerStateInterest,
5922 applyToInterested( gIOPriorityPowerStateInterest,
H A DIOPMrootDomain.cpp585 return gRootDomain->registerInterest( gIOPriorityPowerStateInterest, handler, self, ref );
4206 applyToInterested(gIOPriorityPowerStateInterest, platformHaltRestartApplier, &ctx);
5040 typeOfInterest->isEqualTo(gIOPriorityPowerStateInterest);

Completed in 57 milliseconds