Searched refs:fromPath (Results 1 - 12 of 12) sorted by relevance

/xnu-2782.1.97/iokit/Tests/
H A DTests.cpp130 entry = IORegistryEntry::fromPath( tests[i], 0, str, &len );
/xnu-2782.1.97/iokit/Kernel/
H A DIOStartIOKit.cpp210 if ((chosen = IORegistryEntry::fromPath(kIODeviceTreePlane ":/chosen")))
H A DIOPlatformExpert.cpp800 node = IORegistryEntry::fromPath( RESTART_NODE_PATH, gIODTPlane );
845 entry = IORegistryEntry::fromPath( "/options", gIODTPlane );
1010 entry = IORegistryEntry::fromPath( "/efi/platform", gIODTPlane );
1037 entry = IORegistryEntry::fromPath( "/options", gIODTPlane );
1463 entry = IORegistryEntry::fromPath( "/options", gIODTPlane );
H A DIORegistryEntry.cpp1116 entry = IORegistryEntry::fromPath( path, plane );
1126 if( (entry2 = IORegistryEntry::fromPath( path, plane,
1169 entry = IORegistryEntry::fromPath( "/aliases", plane );
1185 IORegistryEntry * IORegistryEntry::fromPath( function in class:IORegistryEntry
1222 aliasEntry = IORegistryEntry::fromPath( alias, plane,
1286 return( IORegistryEntry::fromPath( path, plane, opath, len, this ));
H A DIODeviceTreeSupport.cpp257 chosen = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane );
285 chosen = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane );
298 defaults = IORegistryEntry::fromPath( "/defaults", gIODTPlane );
H A DIONVRAM.cpp82 entry = IORegistryEntry::fromPath("/chosen", gIODTPlane);
1287 IORegistryEntry * compareEntry = IORegistryEntry::fromPath((const char *) nvPath, gIODTPlane);
1358 IORegistryEntry * compareEntry = IORegistryEntry::fromPath((const char *) nvPath, gIODTPlane);
H A DIOHibernateIO.cpp822 sKeyStore = (IOService *) IORegistryEntry::fromPath(AKS_SERVICE_PATH, gIOServicePlane);
1343 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane);
1392 gIOChosenEntry = IORegistryEntry::fromPath("/chosen", gIODTPlane);
1588 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane);
2234 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane);
3427 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane);
H A DIOService.cpp4698 gIOChosenEntry = IORegistryEntry::fromPath("/chosen", gIODTPlane);
5016 entry = IORegistryEntry::fromPath( str->getCStringNoCopy() );
H A DIOUserClient.cpp2308 entry = IORegistryEntry::fromPath( path );
/xnu-2782.1.97/iokit/bsddev/
H A DIOKitBSDInit.cpp351 if( (regEntry = IORegistryEntry::fromPath( "/chosen", gIODTPlane ))) {
390 if((regEntry = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane ))) { /* Find the map node */
610 return (IORegistryEntry::fromPath(path, gIODTPlane));
/xnu-2782.1.97/iokit/IOKit/
H A DIORegistryEntry.h712 @discussion The path for a registry entry is copied to the caller's buffer. The path describes the entry's attachment in a particular plane, which must be specified. The path begins with the plane name followed by a colon, and then followed by '/' separated path components for each of the entries between the root and the registry entry. Each component is constructed with the getPathComponent method called in each entry. An alias may also exist for the entry, which are described as properties in a registry entry found at /aliases in the plane. If a property value interpreted as a path in a call to IORegistryEntry::fromPath yields the entry, then the property name is used as the entry's path.
732 /*! @function fromPath
737 @param residualPath If the path may contain residual characters after the last path component, the residual will be copied back to the caller's residualPath buffer. If there are residual characters and no residual buffer is specified, fromPath will fail.
738 @param residualLength An in/out parameter - the caller sets the length of the residual buffer available, and fromPath returns the total length of the residual path copied to the buffer. If there is no residualBuffer (residualPath = 0) then residualLength may be zero also.
742 static IORegistryEntry * fromPath( const char * path,
748 /*! @function fromPath
750 @discussion This function looks up a entry below the called entry by a relative path. It is just a convenience that calls IORegistryEntry::fromPath with this as the fromEntry parameter.
751 @param path See IORegistryEntry::fromPath.
752 @param plane See IORegistryEntry::fromPath.
753 @param residualPath See IORegistryEntry::fromPath
[all...]
/xnu-2782.1.97/libsa/
H A Dbootstrap.cpp483 booterMemoryMap = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane);

Completed in 84 milliseconds