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

/macosx-10.10/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1197 virtual IONotifier * registerInterest( const OSSymbol * typeOfInterest,
1207 virtual void applyToInterested( const OSSymbol * typeOfInterest,
1822 IOReturn registerInterestForNotifer( IONotifier *notify, const OSSymbol * typeOfInterest,
/macosx-10.10/xnu-2782.1.97/iokit/Kernel/
H A DIOService.cpp1552 const OSSymbol * typeOfInterest,
1561 OSDynamicCast( IOCommand, target->getProperty( typeOfInterest ));
1586 void IOService::applyToInterested( const OSSymbol * typeOfInterest, argument
1590 if (gIOGeneralInterest == typeOfInterest)
1592 applyToInterestNotifiers(this, typeOfInterest, applier, context);
1638 IONotifier * IOService::registerInterest( const OSSymbol * typeOfInterest, argument
1648 rc = registerInterestForNotifer(notify, typeOfInterest,
1660 IOReturn IOService::registerInterestForNotifer( IONotifier *svcNotify, const OSSymbol * typeOfInterest, argument
1666 if( (typeOfInterest != gIOGeneralInterest)
1667 && (typeOfInterest !
1551 applyToInterestNotifiers(const IORegistryEntry *target, const OSSymbol * typeOfInterest, OSObjectApplierFunction applier, void * context ) argument
[all...]
H A DIOPMrootDomain.cpp5111 const OSSymbol * typeOfInterest,
5121 typeOfInterest &&
5122 typeOfInterest->isEqualTo(kIOPMSystemCapabilityInterest);
5125 typeOfInterest &&
5126 typeOfInterest->isEqualTo(gIOPriorityPowerStateInterest);
5129 typeOfInterest = gIOAppPowerStateInterest;
5135 rc = super::registerInterestForNotifer(notifier, typeOfInterest, handler, target, ref);
5110 registerInterest( const OSSymbol * typeOfInterest, IOServiceInterestHandler handler, void * target, void * ref ) argument
/macosx-10.10/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h330 const OSSymbol * typeOfInterest,

Completed in 130 milliseconds