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

/macosx-10.5.8/xnu-1228.15.4/iokit/Tests/
H A DTests.cpp130 entry = IORegistryEntry::fromPath( tests[i], 0, str, &len );
/macosx-10.5.8/xnu-1228.15.4/iokit/bsddev/
H A DIOKitBSDInit.cpp505 if( (regEntry = IORegistryEntry::fromPath( "/chosen", gIODTPlane ))) {
538 if( (regEntry = IORegistryEntry::fromPath( "/options", gIODTPlane ))) {
552 if( (regEntry = IORegistryEntry::fromPath( "/", gIODTPlane ))) {
567 if((regEntry = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane ))) { /* Find the map node */
816 return (IORegistryEntry::fromPath(path, gIODTPlane));
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIORegistryEntry.cpp1080 entry = IORegistryEntry::fromPath( path, plane );
1090 if( (entry2 = IORegistryEntry::fromPath( path, plane,
1133 entry = IORegistryEntry::fromPath( "/aliases", plane );
1149 IORegistryEntry * IORegistryEntry::fromPath( function in class:IORegistryEntry
1186 aliasEntry = IORegistryEntry::fromPath( alias, plane,
1250 return( IORegistryEntry::fromPath( path, plane, opath, len, this ));
H A DIOPlatformExpert.cpp866 entry = IORegistryEntry::fromPath( "/efi/platform", gIODTPlane );
893 entry = IORegistryEntry::fromPath( "/options", gIODTPlane );
1326 entry = IORegistryEntry::fromPath( "/options", gIODTPlane );
H A DIODeviceTreeSupport.cpp272 chosen = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane );
300 chosen = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane );
H A DIONVRAM.cpp1505 IORegistryEntry * compareEntry = IORegistryEntry::fromPath((const char *) nvPath, gIODTPlane);
1574 IORegistryEntry * compareEntry = IORegistryEntry::fromPath((const char *) nvPath, gIODTPlane);
H A DIOHibernateIO.cpp1138 regEntry = IORegistryEntry::fromPath("/options", gIODTPlane);
1144 gIOChosenEntry = IORegistryEntry::fromPath("/chosen", gIODTPlane);
H A DIOService.cpp4051 entry = IORegistryEntry::fromPath( str->getCStringNoCopy() );
H A DIOUserClient.cpp1844 entry = IORegistryEntry::fromPath( path );
/macosx-10.5.8/xnu-1228.15.4/iokit/IOKit/
H A DIORegistryEntry.h700 @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.
720 /*! @function fromPath
725 @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.
726 @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.
730 static IORegistryEntry * fromPath( const char * path,
736 /*! @function fromPath
738 @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.
739 @param path See IORegistryEntry::fromPath.
740 @param plane See IORegistryEntry::fromPath.
741 @param residualPath See IORegistryEntry::fromPath
[all...]
/macosx-10.5.8/AppleMacRiscPCI-3.4/
H A DAppleMacRiscPCI.cpp139 uniNRegEntry = IORegistryEntry::fromPath("/uni-n", gIODTPlane);
141 uniNRegEntry = IORegistryEntry::fromPath("/u3", gIODTPlane);
/macosx-10.5.8/xnu-1228.15.4/libsa/
H A Dcatalogue.cpp1622 IORegistryEntry::fromPath(
1979 IORegistryEntry::fromPath(

Completed in 69 milliseconds