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

/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_identify_machine.c60 if (DTFindEntry("device_type", "cpu", &cpu) == kSuccess) {
132 if ((DTFindEntry("device_type", "dbdma", &entryP) == kSuccess)
133 || (DTFindEntry("device_type", "mac-io", &entryP) == kSuccess))
165 if(DTFindEntry("name", "escc-legacy", &entryP) == kSuccess) { /* Find the old fashioned serial port */
171 if(DTFindEntry("name", "escc", &entryP) == kSuccess) { /* Well, see if we just have the new fangled one */
185 if(DTFindEntry("name", "memory-map", &entryP) != kSuccess) return 0; /* no memory map */
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Ddevice_tree.h131 DTFindEntry:
138 extern int DTFindEntry(const char *propName, const char *propValue, DTEntry *entryH);
/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c191 int DTFindEntry(const char *propName, const char *propValue, DTEntry *entryH) function

Completed in 23 milliseconds