Home
last modified time | relevance | path

Searched refs:getRegistryEntryID (Results 1 – 14 of 14) sorted by relevance

/xnu-8020.140.41/iokit/Kernel/
H A DIOService.cpp953 uint64_t regID1 = provider->getRegistryEntryID(); in detach()
954 uint64_t regID2 = getRegistryEntryID(); in detach()
2500 TLOG("%s[0x%qx]::terminatePhase1(%08llx)\n", getName(), getRegistryEntryID(), (long long)options); in terminatePhase1()
2504 uint64_t regID = getRegistryEntryID(); in terminatePhase1()
2539 uint64_t regID1 = victim->getRegistryEntryID(); in terminatePhase1()
2558 getName(), getRegistryEntryID(), victim->getName(), victim->getRegistryEntryID()); in terminatePhase1()
2567 getName(), getRegistryEntryID(), victim->getName(), victim->getRegistryEntryID()); in terminatePhase1()
2631 client->getName(), client->getRegistryEntryID(), in terminatePhase1()
2632 victim->getName(), victim->getRegistryEntryID(), (long long)options); in terminatePhase1()
2635 client->getName(), client->getRegistryEntryID(), in terminatePhase1()
[all …]
H A DIOPlatformActions.cpp255 PACK_2X32(VALUE(param1), VALUE(service->getRegistryEntryID())), in IOServicePlatformAction()
264 PACK_2X32(VALUE(param1), VALUE(service->getRegistryEntryID())), in IOServicePlatformAction()
H A DIOCatalogue.cpp787 …ating service %s-0x%llx [dext %s]\n", service->getName(), service->getRegistryEntryID(), userServe… in terminateDriversForUserspaceReboot()
794 …ating service %s-0x%llx [kext %s]\n", service->getName(), service->getRegistryEntryID(), bundleID … in terminateDriversForUserspaceReboot()
801 …OLog("failed to terminate service %s-0x%llx\n", service->getName(), service->getRegistryEntryID()); in terminateDriversForUserspaceReboot()
1067 …llx for new dext %s\n", __FUNCTION__, service->getName(), service->getRegistryEntryID(), (long lon… in startMatching()
H A DIOServicePM.cpp1555 … PACK_2X32(VALUE(this->getRegistryEntryID()), VALUE(informee->whatObject->getRegistryEntryID())), in handleAcknowledgePowerChange()
1563 fDriverCallReason, NS_TO_MS(nsec), informee->whatObject->getRegistryEntryID(), in handleAcknowledgePowerChange()
1671 fName, kDriverCallSetPowerState, NS_TO_MS(nsec), getRegistryEntryID(), in handleAcknowledgeSetPowerState()
1687 controllingDriverRegistryEntryID = (uint32_t)fControllingDriver->getRegistryEntryID(); in handleAcknowledgeSetPowerState()
1693 PACK_2X32(VALUE(this->getRegistryEntryID()), VALUE(controllingDriverRegistryEntryID)), in handleAcknowledgeSetPowerState()
2048 IOLog("aotPS %s0x%qx[%ld]\n", getName(), getRegistryEntryID(), maxPowerState); in handlePowerDomainDidChangeTo()
4163 controllingDriverRegistryEntryID = (uint32_t)fControllingDriver->getRegistryEntryID(); in driverSetPowerState()
4170 PACK_2X32(VALUE(this->getRegistryEntryID()), VALUE(controllingDriverRegistryEntryID)), in driverSetPowerState()
4186 PACK_2X32(VALUE(this->getRegistryEntryID()), VALUE(controllingDriverRegistryEntryID)), in driverSetPowerState()
4213 fName, kDriverCallSetPowerState, NS_TO_MS(nsec), getRegistryEntryID(), in driverSetPowerState()
[all …]
H A DIOInterruptController.cpp456 providerID = provider->getRegistryEntryID(); in timeStampSpuriousInterrupt()
472 providerID = provider->getRegistryEntryID(); in timeStampInterruptHandlerInternal()
H A DIOPMrootDomain.cpp3398 OSSharedPtr<OSNumber> id = OSNumber::withNumber(service->getRegistryEntryID(), 64); in copySleepPreventersListWithID()
3420 OSSharedPtr<OSNumber> id = OSNumber::withNumber(service->getRegistryEntryID(), 64); in copySleepPreventersListWithID()
5913 …ing delayChildNotification on object 0x%llx. flags: 0x%x\n", service->getRegistryEntryID(), flags); in tagPowerPlaneService()
5922 DLOG("delayChildNotification for 0x%llx\n", conn->getRegistryEntryID()); in tagPowerPlaneService()
6595 service->getName(), service->getRegistryEntryID(), in overridePowerChangeForService()
6617 service->getName(), service->getRegistryEntryID(), in overridePowerChangeForService()
6652 service->getName(), service->getRegistryEntryID(), in overridePowerChangeForService()
7262 uint64_t registryID = device->getRegistryEntryID(); in requestUserActive()
9291 regId = getRegistryEntryID(); in kdebugTrace()
9551 getRegistryEntryID(), channel_id, kIOReportCategoryPower); in configureReportGated()
[all …]
H A DIOCPU.cpp407 super::setProperty("IOCPUID", getRegistryEntryID(), sizeof(uint64_t) * 8); in start()
H A DIORegistryEntry.cpp1088 uint64_t __unused regID = getRegistryEntryID(); in setName()
2080 uint64_t __unused regID = getRegistryEntryID(); in attachToParent()
2123 IORegistryEntry::getRegistryEntryID( void ) in getRegistryEntryID() function in IORegistryEntry
H A DIOReporter.cpp173 _driver_id = reportingService->getRegistryEntryID(); in init()
H A DIOUserServer.cpp227 *registryEntryID = getRegistryEntryID(); in GetRegistryEntryID_Impl()
4178 OSNumber * registryEntryNumber = OSNumber::withNumber(service->getRegistryEntryID(), 64); in serviceAttach()
4867 …iled to terminate service %s-0x%llx\n", nextService->getName(), nextService->getRegistryEntryID()); in systemHalt()
5042 assert(registryEntryID->unsigned64BitValue() == service->getRegistryEntryID()); in serviceStop()
H A DIOUserClient.cpp548 …CRIPTION_LENGTH, "%s(0x%qx)", obj->getMetaClass()->getClassName(), regEntry->getRegistryEntryID()); in iokit_port_object_description()
3502 *entry_id = entry->getRegistryEntryID(); in is_io_registry_entry_get_registry_entry_id()
4352 client->getRegistryEntryID(), client->getName()); in is_io_service_close()
/xnu-8020.140.41/iokit/IOKit/
H A DIOKitDebug.h150 #define DKN(s) s->getName(), s->getRegistryEntryID()
H A DIORegistryEntry.h963 uint64_t getRegistryEntryID( void );
/xnu-8020.140.41/iokit/Tests/
H A DTests.cpp1302 IOLog("terminating 0x%qx\n", service->getRegistryEntryID()); in sysctl_iokittest()
1305 IOLog("register 0x%qx\n", service->getRegistryEntryID()); in sysctl_iokittest()