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

/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h135 extern const OSSymbol * gIOAppPowerStateInterest;
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp141 const OSSymbol * gIOAppPowerStateInterest; variable
309 gIOAppPowerStateInterest = OSSymbol::withCStringNoCopy( kIOAppPowerStateInterest );
1507 && (typeOfInterest != gIOAppPowerStateInterest)
1578 cleanInterestList( getProperty( gIOAppPowerStateInterest ));
H A DIOServicePM.cpp5334 applyToInterested(gIOAppPowerStateInterest, logAppTimeouts, (void *) &context);
5411 applyToInterested( gIOAppPowerStateInterest,
5422 applyToInterested( gIOAppPowerStateInterest,
5451 applyToInterested( gIOAppPowerStateInterest,
5926 applyToInterested( gIOAppPowerStateInterest,
H A DIOPMrootDomain.cpp5043 typeOfInterest = gIOAppPowerStateInterest;

Completed in 76 milliseconds