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

/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp144 freeDT = (kSuccess == DTLookupEntry( 0, "/chosen/memory-map", &mapEntry ))
267 IORegistryEntry *chosen; local
272 chosen = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane );
273 if ( chosen == 0 ) return -1;
275 propObj = OSDynamicCast( OSData, chosen->getProperty(key) );
293 IORegistryEntry *chosen; local
300 chosen = IORegistryEntry::fromPath( "/chosen/memory-map", gIODTPlane );
301 if ( chosen !
[all...]

Completed in 21 milliseconds