Searched refs:getName (Results 1 - 14 of 14) sorted by relevance

/darwin-on-arm/xnu/iokit/Tests/
H A DTests.cpp65 if( 0 == strcmp( "packages", next->getName()))
67 if( 0 == strcmp( "deblocker", next->getName()))
69 if( 0 == strcmp( "keyboard", next->getName()))
78 IOLog("%s=%d,", next->getName(), next->getDepth( gIODTPlane ));
79 if( 0 == strcmp( "gc", next->getName())) {
133 IOLog("found %s, tail = \"%s\"\n", entry->getName(), str );
/darwin-on-arm/xnu/iokit/Drivers/KernelBuiltIn/ARM/AppleARMPlatform/
H A DAppleARMIO.cpp36 IOLog("%s: unexpected ranges\n", getName());
150 if (strcmp("arm-io", macIO->getName()) == 0)
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOService.cpp455 LOG( "%s::attach(%s)\n", getName(),
456 provider->getName());
487 LOG("%s::detach(%s)\n", getName(), provider->getName());
545 IOLog("%s: not registry member at registerService()\n", getName());
572 path = getName();
610 // OSKernelStackRemaining(), getName());
1717 TLOG("%s::terminatePhase1(%08llx)\n", getName(), (long long)options);
1761 TLOG("%s::waitPhase1(%s)\n", getName(), victim->getName());
[all...]
H A DIOServicePM.cpp545 fName = getName();
758 PM_LOG2("%s: %p PMstop\n", getName(), this);
778 PM_LOG2("%s: %p %s start\n", getName(), this, __FUNCTION__);
860 PM_LOG2("%s: %p %s done\n", getName(), this, __FUNCTION__);
907 getName(), child->getName(), child);
1018 PM_LOG("%s: addPowerChild2 not in power plane\n", getName());
1073 PM_LOG1("%s: strict PM order enforced\n", getName());
1082 PM_LOG("%s: addPowerChild3 not in power plane\n", getName());
1569 informee->whatObject->getName(),
[all...]
H A DIOKitDebug.cpp89 DEBG( "\033[33m%s", next->getName( plane ));
H A DIOUserClient.cpp2104 strncpy( name, entry->getName(), sizeof( io_name_t));
2123 strncpy( name, entry->getName( plane), sizeof( io_name_t));
3146 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3151 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3193 IOLog("%s: Bad method table\n", object->getName());
3378 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3383 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3432 IOLog("%s: Bad method table\n", object->getName());
3488 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3494 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
[all...]
H A DIOPMrootDomain.cpp1603 DLOG("joinAggressiveness %s %p\n", service->getName(), service);
1837 record->type, value, service->getName());
1891 record->type, value, service->getName());
2442 service->getName(), preventIdleSleepList->getCount());
2448 service->getName(), preventIdleSleepList->getCount());
2490 service->getName(), preventSystemSleepList->getCount());
2496 service->getName(), preventSystemSleepList->getCount());
4339 DLOG("%s tag flags %x\n", service->getName(), flags);
4366 provider->getName(), service->getName());
[all...]
H A DIODeviceTreeSupport.cpp185 parent->setName( parent->getName(), gIODTPlane );
233 IOLog("%s[%ld] %ld (%x)\n", child->getName(), i, options, ret);
517 kprintf ("IODTMapOneInterrupt: current regEntry name %s\n", regEntry->getName());
688 regEntry->getName(), mapped->getCount());
H A DIORegistryEntry.cpp373 panic("%s: attached at free()", getName());
563 getName(0),
715 const char * IORegistryEntry::getName( const IORegistryPlane * plane ) const function in class:IORegistryEntry
996 compName = getName( plane );
1087 str = entry->getName( plane );
H A DIOCPU.cpp230 entry->name = service->getName();
H A DIOPlatformExpert.cpp1509 if (provider) platform_name = provider->getName();
H A DIONVRAM.cpp1640 name = entry->getName(gIODTPlane);
/darwin-on-arm/xnu/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp81 IOLog("%s: unexpected ranges\n", getName());
297 if (strcmp("mac-io", macIO->getName()) == 0) break;
/darwin-on-arm/xnu/iokit/IOKit/
H A DIORegistryEntry.h629 /*! @function getName
635 virtual const char * getName( const IORegistryPlane * plane = 0 ) const;

Completed in 140 milliseconds