Home
last modified time | relevance | path

Searched refs:registerInterest (Results 1 – 7 of 7) sorted by relevance

/xnu-11215/iokit/IOKit/
H A DIOService.h1492 virtual OSPtr<IONotifier> registerInterest( const OSSymbol * typeOfInterest,
1497 OSPtr<IONotifier> registerInterest(const OSSymbol * typeOfInterest,
/xnu-11215/iokit/IOKit/pwr_mgt/
H A DRootDomain.h344 virtual OSPtr<IONotifier> registerInterest(
/xnu-11215/iokit/Tests/
H A DTests.cpp1433 note = found->registerInterest(gIOBusyInterest, in IOServiceTest()
/xnu-11215/iokit/Kernel/
H A DIOService.cpp2238 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 DIOPMrootDomain.cpp891 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 DIOUserClient.cpp3171 notify = service->registerInterest( sym, in internal_io_service_add_interest_notification()
H A DIOUserServer.cpp1868 interest = newService->registerInterest(gIOGeneralInterest, in Create_Impl()