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

/darwin-on-arm/xnu/iokit/Tests/
H A DTests.cpp130 entry = IORegistryEntry::fromPath( tests[i], 0, str, &len );
/darwin-on-arm/xnu/iokit/Kernel/
H A DIOPlatformExpert.cpp817 entry = IORegistryEntry::fromPath( "/options", gIODTPlane );
938 entry = IORegistryEntry::fromPath( "/chosen", gIODTPlane );
972 entry = IORegistryEntry::fromPath( "/efi/platform", gIODTPlane );
1000 entry = IORegistryEntry::fromPath( "/options", gIODTPlane );
1433 entry = IORegistryEntry::fromPath( "/options", gIODTPlane );
H A DIORegistryEntry.cpp1121 entry = IORegistryEntry::fromPath( path, plane );
1131 if( (entry2 = IORegistryEntry::fromPath( path, plane,
1174 entry = IORegistryEntry::fromPath( "/aliases", plane );
1190 IORegistryEntry * IORegistryEntry::fromPath( function in class:IORegistryEntry
1227 aliasEntry = IORegistryEntry::fromPath( alias, plane,
1291 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 DIOHibernateIO.cpp710 sKeyStore = (IOService *) IORegistryEntry::fromPath(AKS_SERVICE_PATH, gIOServicePlane);
1134 gIOChosenEntry = IORegistryEntry::fromPath("/chosen", gIODTPlane);
1316 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane);
2979 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane);
H A DIONVRAM.cpp1523 IORegistryEntry * compareEntry = IORegistryEntry::fromPath((const char *) nvPath, gIODTPlane);
1592 IORegistryEntry * compareEntry = IORegistryEntry::fromPath((const char *) nvPath, gIODTPlane);
H A DIOService.cpp4372 gIOChosenEntry = IORegistryEntry::fromPath("/chosen", gIODTPlane);
4694 entry = IORegistryEntry::fromPath( str->getCStringNoCopy() );
H A DIOUserClient.cpp2059 entry = IORegistryEntry::fromPath( path );
/darwin-on-arm/xnu/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 */
614 return (IORegistryEntry::fromPath(path, gIODTPlane));
/darwin-on-arm/xnu/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...]
/darwin-on-arm/xnu/libsa/
H A Dbootstrap.cpp533 booterMemoryMap = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane);

Completed in 175 milliseconds