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

/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp1414 const OSSymbol * typeOfInterest,
1423 OSDynamicCast( IOCommand, target->getProperty( typeOfInterest ));
1448 void IOService::applyToInterested( const OSSymbol * typeOfInterest, argument
1452 if (gIOGeneralInterest == typeOfInterest)
1454 applyToInterestNotifiers(this, typeOfInterest, applier, context);
1500 IONotifier * IOService::registerInterest( const OSSymbol * typeOfInterest, argument
1505 if( (typeOfInterest != gIOGeneralInterest)
1506 && (typeOfInterest != gIOBusyInterest)
1507 && (typeOfInterest != gIOAppPowerStateInterest)
1508 && (typeOfInterest !
1413 applyToInterestNotifiers(const IORegistryEntry *target, const OSSymbol * typeOfInterest, OSObjectApplierFunction applier, void * context ) argument
[all...]
H A DIOPMrootDomain.cpp5026 const OSSymbol * typeOfInterest,
5035 typeOfInterest &&
5036 typeOfInterest->isEqualTo(kIOPMSystemCapabilityInterest);
5039 typeOfInterest &&
5040 typeOfInterest->isEqualTo(gIOPriorityPowerStateInterest);
5043 typeOfInterest = gIOAppPowerStateInterest;
5045 notifier = super::registerInterest(typeOfInterest, handler, target, ref);
5025 registerInterest( const OSSymbol * typeOfInterest, IOServiceInterestHandler handler, void * target, void * ref ) argument
/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h257 const OSSymbol * typeOfInterest,
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1127 virtual IONotifier * registerInterest( const OSSymbol * typeOfInterest,
1137 virtual void applyToInterested( const OSSymbol * typeOfInterest,

Completed in 49 milliseconds