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

/macosx-10.10.1/IOFireWireAVC-422.4.0/IOFireWireAVC/
H A DIOFireWirePCRSpace.cpp112 fNotifier = pFireWireLocalNode->registerInterest(gIOGeneralInterest,MyServiceInterestHandler,this,this);
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/pwr_mgt/
H A DRootDomain.h329 virtual IONotifier * registerInterest(
/macosx-10.10.1/xnu-2782.1.97/iokit/IOKit/
H A DIOService.h1197 virtual IONotifier * registerInterest( const OSSymbol * typeOfInterest,
/macosx-10.10.1/xnu-2782.1.97/iokit/Kernel/
H A DIOPMrootDomain.cpp554 return gRootDomain->registerInterest( gIOGeneralInterest, handler, self, ref );
559 return gRootDomain->registerInterest( gIOPriorityPowerStateInterest, handler, self, ref );
5092 // registerInterest
5094 // Override IOService::registerInterest() to intercept special clients.
5110 IONotifier * IOPMrootDomain::registerInterest( function in class:IOPMrootDomain
5429 if( !newService->registerInterest( gIOGeneralInterest,
H A DIOUserClient.cpp2155 notify = service->registerInterest( sym,
H A DIOService.cpp1638 IONotifier * IOService::registerInterest( const OSSymbol * typeOfInterest, function in class:IOService
/macosx-10.10.1/IOStorageFamily-182.1.1/
H A DIOMediaBSDClient.cpp2974 notifier = anchor->registerInterest(
/macosx-10.10.1/IOGraphics-485/IOGraphicsFamily/
H A DIOFramebuffer.cpp2741 gIOFBGCNotifier = gIOGraphicsControl->registerInterest(
2763 gIOFBRootNotifier = getPMRootDomain()->registerInterest(
/macosx-10.10.1/IOFireWireFamily-456/IOFireWireFamily.kmodproj/
H A DIOFireWireController.cpp4144 fConsoleLockNotifier = IOService::getServiceRoot()->registerInterest( console_security_interest, &IOFireWireController::consoleLockInterestHandler, this, NULL );

Completed in 375 milliseconds