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

/macosx-10.5.8/xnu-1228.15.4/pexpert/ppc/
H A Dpe_identify_machine.c62 if (DTGetProperty(cpu, "timebase-frequency", (void **)&value, &size) == kSuccess) {
71 if (DTGetProperty(cpu, "bus-frequency", (void **)&value, &size) == kSuccess) {
76 if (DTGetProperty(root, "clock-frequency", (void **)&value, &size) == kSuccess) {
92 if (DTGetProperty(cpu, "clock-frequency", (void **)&value, &size) == kSuccess) {
135 if (DTGetProperty(entryP, "AAPL,address", (void **)&address, &size) == kSuccess)
138 if (DTGetProperty(entryP, "assigned-addresses", (void **)&address, &size) == kSuccess)
166 if (DTGetProperty(entryP, "reg", (void **)&sccregs, &sccrsize) == kSuccess) { /* Do we have some registers? */
187 if (DTGetProperty(entryP, "TapRoot", (void **)&tappdata, &tappsize) != kSuccess) return 0; /* No TapRoot */
H A Dpe_kprintf.c70 if (DTGetProperty(options, "input-device", (void **)&str, &size) == kSuccess) {
81 if (DTGetProperty(options, "output-device", (void **)&str, &size) == kSuccess) {
H A Dpe_init.c131 if( kSuccess == DTGetProperty(entry, "BootCLUT", (void **) &map, &size))
134 if( kSuccess == DTGetProperty(entry, "Pict-FailedBoot", (void **) &map, &size)) {
224 || (kSuccess != DTGetProperty( entry, "AAPL,adb-keymap",
/macosx-10.5.8/xnu-1228.15.4/pexpert/pexpert/
H A Ddevice_tree.h218 extern int DTGetProperty(const DTEntry entry, const char *propertyName, void **propertyValue, unsigned int *propertySize);
/macosx-10.5.8/xnu-1228.15.4/pexpert/i386/
H A Dpe_init.c117 if( kSuccess == DTGetProperty(entry, "BootCLUT", (void **) &map, &size)) {
122 if( kSuccess == DTGetProperty(entry, "Pict-FailedBoot", (void **) &map, &size)) {
/macosx-10.5.8/xnu-1228.15.4/pexpert/gen/
H A Ddevice_tree.c155 if (DTGetProperty(child, "name", (void **)&str, &dummy) != kSuccess) {
402 DTGetProperty(const DTEntry entry, const char *propertyName, void **propertyValue, unsigned int *propertySize) function
/macosx-10.5.8/xnu-1228.15.4/osfmk/i386/
H A Dtsc.c112 if (DTGetProperty(entry,FSB_Frequency_prop,&value,&size) != kSuccess) {
/macosx-10.5.8/xnu-1228.15.4/iokit/Kernel/
H A DIODeviceTreeSupport.cpp145 && (kSuccess == DTGetProperty( mapEntry,
350 if( kSuccess != DTGetProperty( dtEntry, name, &prop, &propSize ))

Completed in 33 milliseconds