Searched refs:registerService (Results 1 - 15 of 15) sorted by relevance

/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMSoftIICController.cpp21 registerService();
H A DAppleS5L8930XIO.cpp38 registerService();
H A DAppleARMCPU.cpp50 registerService();
H A DAppleARMPE.cpp48 registerService();
H A DAppleARMIO.cpp97 nub->registerService();
/darwin-on-arm/xnu/iokit/Drivers/platform/drvApplePlatformExpert/
H A DAppleCPU.cpp79 registerService();
/darwin-on-arm/xnu/iokit/Kernel/
H A DIODMAController.cpp86 registerService(options | ((options & kIOServiceAsynchronous) ? 0 : kIOServiceSynchronous));
H A DIOStartIOKit.cpp168 rootNub->registerService();
H A DIOPlatformExpert.cpp166 nub->registerService();
1119 nub->registerService();
1153 dtNVRAM->registerService();
H A DIOCPU.cpp644 registerService();
H A DIOService.cpp530 void IOService::registerService( IOOptionBits options ) function in class:IOService
545 IOLog("%s: not registry member at registerService()\n", getName());
2972 gIOResources->registerService();
H A DIOPMrootDomain.cpp1044 registerService(); // let clients find us
4375 // is called before pciDevice->registerService().
/darwin-on-arm/xnu/iokit/Families/IOSystemManagement/
H A DIOWatchDogTimer.cpp64 registerService();
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp146 nub->registerService();
/darwin-on-arm/xnu/iokit/IOKit/
H A DIOService.h78 // options for registerService()
85 // options for registerService() & terminate()
87 // options for registerService()
192 When an IOService (the "provider") is published with the @link registerService registerService@/link method, the matching and probing process begins, which is always single threaded per provider. A list of matching dictionaries from the catalog and installed publish notification requests, that successfully match the IOService, is constructed, with ordering supplied by <code>kIOProbeScoreKey</code> ("IOProbeScore") property in the dictionary, or supplied with the notification.
454 /*! @function registerService
456 @discussion This function allows an IOService subclass to be published and made available to possible clients, by starting the registration process and delivering notifications to registered clients. The object should be completely setup and ready to field requests from clients before <code>registerService</code> is called.
459 virtual void registerService( IOOptionBits options = 0 );

Completed in 118 milliseconds