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

/darwin-on-arm/xnu/iokit/IOKit/pwr_mgt/
H A DRootDomain.h256 virtual IONotifier * registerInterest(
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h1127 virtual IONotifier * registerInterest( const OSSymbol * typeOfInterest,
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPMrootDomain.cpp580 return gRootDomain->registerInterest( gIOGeneralInterest, handler, self, ref );
585 return gRootDomain->registerInterest( gIOPriorityPowerStateInterest, handler, self, ref );
5020 // registerInterest
5022 // Override IOService::registerInterest() to intercept special clients.
5025 IONotifier * IOPMrootDomain::registerInterest( function in class:IOPMrootDomain
5045 notifier = super::registerInterest(typeOfInterest, handler, target, ref);
5309 if( !newService->registerInterest( gIOGeneralInterest,
H A DIOService.cpp1500 IONotifier * IOService::registerInterest( const OSSymbol * typeOfInterest, function in class:IOService
H A DIOUserClient.cpp1906 notify = service->registerInterest( sym,

Completed in 116 milliseconds