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

/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Ddevice_tree.h146 extern int DTLookupEntry(const DTEntry searchPoint, const char *pathName, DTEntry *foundEntry);
/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_kprintf.c69 if (DTLookupEntry(NULL, "/options", &options) == kSuccess) {
H A Dpe_init.c127 if( kSuccess == DTLookupEntry(NULL, "/chosen/memory-map", &entry)) {
223 if( (kSuccess != DTLookupEntry(NULL, "/", &entry))
H A Dpe_identify_machine.c75 if (DTLookupEntry(0, "/", &root) == kSuccess) {
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dtsc.c108 if (DTLookupEntry(0, "/efi/platform", &entry) != kSuccess) {
/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_init.c116 if( kSuccess == DTLookupEntry(NULL, "/chosen/memory-map", &entry)) {
/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c234 DTLookupEntry(const DTEntry searchPoint, const char *pathName, DTEntry *foundEntry) function
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp144 freeDT = (kSuccess == DTLookupEntry( 0, "/chosen/memory-map", &mapEntry ))

Completed in 30 milliseconds