Searched refs:gIODTPlane (Results 1 - 25 of 27) sorted by relevance

12

/macosx-10.9.5/xnu-2422.115.4/iokit/Tests/
H A DTests.cpp56 iter = IORegistryIterator::iterateOver( gIODTPlane );
74 deblocker->attachToParent( keyboard, gIODTPlane);
78 IOLog("%s=%d,", next->getName(), next->getDepth( gIODTPlane ));
88 packages->detachAll( gIODTPlane);
160 dt->detachAll( gIODTPlane);
/macosx-10.9.5/IOStorageFamily-172/
H A DIOAppleLabelScheme.cpp519 if ( (parent = child->getParentEntry(gIODTPlane)) )
521 const char * location = child->getLocation(gIODTPlane);
522 const char * name = child->getName(gIODTPlane);
524 if ( media->attachToParent(parent, gIODTPlane) )
526 media->setLocation(location, gIODTPlane);
527 media->setName(name, gIODTPlane);
529 child->detachFromParent(parent, gIODTPlane);
551 if ( (parent = media->getParentEntry(gIODTPlane)) )
553 const char * location = media->getLocation(gIODTPlane);
554 const char * name = media->getName(gIODTPlane);
[all...]
H A DIOPartitionScheme.cpp431 if ( parent->inPlane(gIODTPlane) )
434 const char * locationOfParent = parent->getLocation(gIODTPlane);
435 const char * nameOfParent = parent->getName(gIODTPlane);
441 parent = parent->getParentEntry(gIODTPlane);
445 if ( media->attachToParent(parent, gIODTPlane) == false ) break;
450 media->setLocation(location, gIODTPlane);
451 media->setName(nameOfParent, gIODTPlane);
473 if ( (parent = media->getParentEntry(gIODTPlane)) )
475 media->detachFromParent(parent, gIODTPlane);
H A DIOBlockStorageDriver.cpp914 if (parent->inPlane(gIODTPlane)) {
921 children = IORegistryIterator::iterateOver(parent, gIODTPlane);
927 child->detachAll(gIODTPlane);
932 if (m->attachToParent(parent, gIODTPlane)) {
939 m->setLocation(location, gIODTPlane);
940 m->setName(unitName ? unitName->getCStringNoCopy() : "", gIODTPlane);
1089 if ( (parent = m->getParentEntry(gIODTPlane)) ) {
1090 m->detachFromParent(parent, gIODTPlane);
H A DIOMediaBSDClient.cpp1887 if ( minor->media->getPath(p, &l, gIODTPlane) && strchr(p, ':') )
/macosx-10.9.5/xnu-2422.115.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp54 const IORegistryPlane * gIODTPlane; variable
102 gIODTPlane = IORegistryEntry::makePlane( kIODeviceTreePlane );
114 assert( gIODTPlane && gIODTCompatibleKey
163 child->attachToParent( parent, gIODTPlane);
185 parent->setName( parent->getName(), gIODTPlane );
190 parent->attachToParent( IORegistryEntry::getRegistryRoot(), gIODTPlane); local
205 regIter = IORegistryIterator::iterateOver( gIODTPlane,
222 regIter = IORegistryIterator::iterateOver( gIODTPlane,
257 chosen = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane );
285 chosen = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane );
[all...]
H A DIOPlatformExpert.cpp811 entry = IORegistryEntry::fromPath( "/options", gIODTPlane );
957 entry = IORegistryEntry::fromPath( "/efi/platform", gIODTPlane );
984 entry = IORegistryEntry::fromPath( "/options", gIODTPlane );
1082 if( !nub->init( from, gIODTPlane )) {
1122 next->detachAll( gIODTPlane);
1128 options = rootEntry->childFromPath("options", gIODTPlane);
1132 if (!dtNVRAM->init(options, gIODTPlane)) {
1143 cpus = rootEntry->childFromPath( "cpus", gIODTPlane);
1359 ok = super::init( dt, gIODTPlane );
1410 entry = IORegistryEntry::fromPath( "/options", gIODTPlane );
[all...]
H A DIONVRAM.cpp82 entry = IORegistryEntry::fromPath("/chosen", gIODTPlane);
1563 IORegistryEntry * compareEntry = IORegistryEntry::fromPath((const char *) nvPath, gIODTPlane);
1632 IORegistryEntry * compareEntry = IORegistryEntry::fromPath((const char *) nvPath, gIODTPlane);
1673 while ((entry = entry->getParentEntry(gIODTPlane)));
1680 name = entry->getName(gIODTPlane);
1681 comp = entry->getLocation(gIODTPlane);
H A DIOHibernateIO.cpp836 if (!part->getPath(str1, &len, gIODTPlane))
1166 gIOChosenEntry = IORegistryEntry::fromPath("/chosen", gIODTPlane);
1357 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane);
1800 childRegEntry = regEntry ? regEntry->childFromPath(nameProp, gIODTPlane) : NULL;
3170 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane);
H A DIOPMrootDomain.cpp4517 provider->inPlane(gIODTPlane))
4532 IORegistryEntry * parent = service->getParentEntry(gIODTPlane);
/macosx-10.9.5/IOGraphics-471.92.1/IONDRVSupport/
H A DIONDRVLibraries.cpp385 *cookie = IORegistryIterator::iterateOver( gIODTPlane );
421 LOG("RegistryEntryIterate: %s\n", regEntry->getName( gIODTPlane ));
440 strncpy( nameComponent, regEntry->getName( gIODTPlane ), kRegMaximumPropertyNameLength );
443 regEntry = regEntry->getParentEntry( gIODTPlane );
503 regEntry = regEntry->childFromPath( buf, gIODTPlane );
505 regEntry = IORegistryEntry::fromPath( buf, gIODTPlane );
H A DIONDRVFramebuffer.cpp178 realDevice = OSDynamicCast( IOService, getParentEntry(gIODTPlane) );
373 next = provider->childFromPath(buffer, gIODTPlane);
385 if (!next->attachToParent(provider, gIODTPlane))
404 iter = IORegistryIterator::iterateOver( provider, gIODTPlane, 0 );
415 firstLevel = (provider == next->getParentEntry(gIODTPlane));
456 if (!nub->init(next, gIODTPlane))
515 parent = OSDynamicCast(IOService, nub->getParentEntry(gIODTPlane));
2735 if (!data && (root = IORegistryEntry::fromPath("/", gIODTPlane)))
2743 else if ((entry = IORegistryEntry::fromPath("mac-io/battery", gIODTPlane))
2744 || (entry = IORegistryEntry::fromPath("mac-io/via-pmu/battery", gIODTPlane)))
[all...]
/macosx-10.9.5/xnu-2422.115.4/iokit/IOKit/
H A DIODeviceTreeSupport.h44 extern const IORegistryPlane * gIODTPlane;
/macosx-10.9.5/xnu-2422.115.4/iokit/bsddev/
H A DIOKitBSDInit.cpp350 if( (regEntry = IORegistryEntry::fromPath( "/chosen", gIODTPlane ))) {
389 if((regEntry = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane ))) { /* Find the map node */
498 IOPrintPlane( gIODTPlane );
572 IOPrintPlane( gIODTPlane );
604 return (IORegistryEntry::fromPath(path, gIODTPlane));
/macosx-10.9.5/IOFireWireSBP2-426.4.1/IOFireWireSBP2/
H A DIOFireWireSBP2Target.cpp203 detachAll( gIODTPlane );
528 if(parent->inPlane(gIODTPlane))
535 attachToParent(parent, gIODTPlane);
536 setLocation(location, gIODTPlane);
537 setName("sbp-2", gIODTPlane);
/macosx-10.9.5/IOFireWireFamily-455.4.0/IOFireWireFamily.kmodproj/
H A DIOFireWireDevice.cpp608 if(parent->inPlane(gIODTPlane))
613 attachToParent(parent, gIODTPlane);
614 setName("node", gIODTPlane);
634 detachAll(gIODTPlane);
H A DIOFireWireController.cpp963 if(parent->inPlane(gIODTPlane))
971 children = IORegistryIterator::iterateOver(parent, gIODTPlane);
979 child->detachAll(gIODTPlane);
4117 iter = IORegistryIterator::iterateOver( gIODTPlane,
/macosx-10.9.5/IOSCSIParallelFamily-300.0.2/
H A DIOSCSIParallelInterfaceDevice.cpp534 result = attachToParent ( entry, gIODTPlane );
613 parent = getParentEntry ( gIODTPlane );
617 detachFromParent ( parent, gIODTPlane );
/macosx-10.9.5/IOPCIFamily-224.92.1/
H A DIOPCIDevice.cpp229 detachAbove(gIODTPlane);
974 next = OSDynamicCast(IOPCIDevice, next->getParentEntry(gIODTPlane));
H A DIOPCIConfigurator.cpp1092 dtBridge->applyToChildren(&matchDTEntry, &context, gIODTPlane);
1128 if ((obj = child->dtNub->copyProperty(gIOPCIThunderboltKey, gIODTPlane,
1272 && nub->attachToParent(bridge->dtNub, gIODTPlane));
1326 nub->init(child->dtNub, gIODTPlane);
H A DIOPCIBridge.cpp1993 kidsIter = provider->getChildIterator( gIODTPlane );
2020 (!initializeNub(nub, propTable) || !nub->init(found, gIODTPlane)))
2267 parentEntry = regEntry->getParentEntry( gIODTPlane );
/macosx-10.9.5/xnu-2422.115.4/libsa/
H A Dbootstrap.cpp487 booterMemoryMap = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane);
/macosx-10.9.5/AppleRAID-4.0.6/
H A DAppleRAIDMember.cpp940 if (!arTarget || !arTarget->getPath(ofPath, &length, gIODTPlane)) {
/macosx-10.9.5/IOGraphics-471.92.1/IOGraphicsFamily/
H A DIODisplay.cpp282 while (entry && !entry->inPlane(gIODTPlane))
/macosx-10.9.5/IOUSBMassStorageClass-360.0.3/
H A DIOUSBMassStorageClass.cpp659 setLocation ( ( const char * ) usbDeviceAddress, gIODTPlane );

Completed in 303 milliseconds

12