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

/macosx-10.5.8/xnu-1228.15.4/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 );
/macosx-10.5.8/xnu-1228.15.4/iokit/Drivers/platform/drvAppleMacIO/
H A DAppleMacIO.cpp79 IOLog("%s: unexpected ranges\n", getName());
291 if (strcmp("mac-io", macIO->getName()) == 0) break;
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIOKitDebug.cpp87 IOLog( "\033[33m%s", next->getName( plane ));
143 dbugprintf( "%s", next->getName( plane ));
H A DIOServicePM.cpp404 fName = getName();
586 PM_DEBUG("%s::PMstop() driver call busy\n", getName());
592 PM_TRACE("[%s] %p PMstop\n", getName(), this);
612 PM_TRACE("[%s] %p %s start\n", getName(), this, __FUNCTION__);
689 PM_TRACE("[%s] %p %s done\n", getName(), this, __FUNCTION__);
736 getName(), child->getName(), child);
846 PM_DEBUG("[%s] addPowerChild2 not in power plane\n", getName());
899 PM_DEBUG("[%s] strict ordering enforced\n", getName());
913 PM_DEBUG("[%s] addPowerChild3 not in power plane\n", getName());
[all...]
H A DIOService.cpp411 LOG( "%s::attach(%s)\n", getName(),
412 provider->getName());
441 LOG("%s::detach(%s)\n", getName(), provider->getName());
495 IOLog("%s: not registry member at registerService()\n", getName());
522 path = getName();
560 // OSKernelStackRemaining(), getName());
1660 TLOG("%s::terminatePhase1(%08lx)\n", getName(), options);
1700 client->getName(), victim->getName(), option
[all...]
H A DIOUserClient.cpp1889 strncpy( name, entry->getName(), sizeof( io_name_t));
1908 strncpy( name, entry->getName( plane), sizeof( io_name_t));
2813 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
2818 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
2860 IOLog("%s: Bad method table\n", object->getName());
3045 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3050 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
3099 IOLog("%s: Bad method table\n", object->getName());
3155 IOLog("%s: IOUserClient inputCount count mismatch\n", object->getName());
3161 IOLog("%s: IOUserClient outputCount count mismatch\n", object->getName());
[all...]
H A DIODeviceTreeSupport.cpp184 parent->setName( parent->getName(), gIODTPlane );
248 IOLog("%s[%ld] %ld (%x)\n", child->getName(), i, options, ret);
516 kprintf ("IODTMapOneInterrupt: current regEntry name %s\n", regEntry->getName());
687 regEntry->getName(), mapped->getCount());
H A DIOPMrootDomain.cpp2025 desiredState, powerChild, powerChild ? powerChild->getName() : "?",
2073 powerChild ? powerChild->getName() : "?");
2880 service->getName(), service,
2913 me->service->getName());
2933 //DEBUG_LOG("%s acknowledged\n", from->getName());
2947 from->getName());
3068 DEBUG_LOG("Skipped PM node %s\n", node->getName());
H A DIOCopyMapper.cpp379 panic("%s::mapAddr(0x%08lx) not mapped for I/O\n", getName(), addr);
H A DIORegistryEntry.cpp353 strlcpy( buf, getName(), 32);
674 const char * IORegistryEntry::getName( const IORegistryPlane * plane ) const function in class:IORegistryEntry
955 compName = getName( plane );
1046 str = entry->getName( plane );
H A DIOCPU.cpp197 kprintf("%s -> %s\n", function->getCStringNoCopy(), service->getName());
H A DIOPlatformExpert.cpp1402 if (provider) platform_name = provider->getName();
H A DIONVRAM.cpp1622 name = entry->getName(gIODTPlane);
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h617 /*! @function getName
623 virtual const char * getName( const IORegistryPlane * plane = 0 ) const;
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleDART.cpp603 panic("%s::mapAddr(0x%08lx) not mapped for I/O\n", getName(), addr);
H A DAppleMacRiscPCI.cpp159 IOLog("%s: couldn't find my base\n", getName());
1283 // if( 0 == strncmp( kNVIDIAEntryName, master->getName(), strlen(kNVIDIAEntryName)))
1294 // if( (0 == strcmp( kNVIDIANV11EntryName, master->getName()))

Completed in 137 milliseconds