Searched refs:registerInterest (Results 1 – 7 of 7) sorted by relevance
| /xnu-11215/iokit/IOKit/ |
| H A D | IOService.h | 1492 virtual OSPtr<IONotifier> registerInterest( const OSSymbol * typeOfInterest, 1497 OSPtr<IONotifier> registerInterest(const OSSymbol * typeOfInterest,
|
| /xnu-11215/iokit/IOKit/pwr_mgt/ |
| H A D | RootDomain.h | 344 virtual OSPtr<IONotifier> registerInterest(
|
| /xnu-11215/iokit/Tests/ |
| H A D | Tests.cpp | 1433 note = found->registerInterest(gIOBusyInterest, in IOServiceTest()
|
| /xnu-11215/iokit/Kernel/ |
| H A D | IOService.cpp | 2238 IOService::registerInterest( const OSSymbol * typeOfInterest, in registerInterest() function in IOService 2273 IOService::registerInterest(const OSSymbol * typeOfInterest, in registerInterest() function in IOService 2284 notify = registerInterest(typeOfInterest, &IOServiceInterestHandlerToBlock, NULL, block); in registerInterest() 4406 fRootNotifier = root->registerInterest( in init()
|
| H A D | IOPMrootDomain.cpp | 891 return gRootDomain->registerInterest( gIOGeneralInterest, handler, self, ref ).detach(); in registerSleepWakeInterest() 897 return gRootDomain->registerInterest( gIOPriorityPowerStateInterest, handler, self, ref ).detach(); in registerPrioritySleepWakeInterest() 5979 wrangler->registerInterest(gIOGeneralInterest, 7016 IOPMrootDomain::registerInterest(
|
| H A D | IOUserClient.cpp | 3171 notify = service->registerInterest( sym, in internal_io_service_add_interest_notification()
|
| H A D | IOUserServer.cpp | 1868 interest = newService->registerInterest(gIOGeneralInterest, in Create_Impl()
|