Lines Matching refs:SecureDTGetProperty
124 if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)®_prop, &size)) { in check_for_panic_log()
132 …if (kSuccess != SecureDTGetProperty(chosen, "embedded-panic-log-size", (void const **) &panic_regi… in check_for_panic_log()
257 if (kSuccess == SecureDTGetProperty(entry, "BootCLUT", (void const **) &map, &size)) { in PE_init_iokit()
261 if (kSuccess == SecureDTGetProperty(entry, "Pict-FailedBoot", (void const **) &map, &size)) { in PE_init_iokit()
332 if (kSuccess == SecureDTGetProperty(entry, "start-time", (void const **)&value_ptr, &size)) { in PE_init_iokit()
338 …if (kSuccess == SecureDTGetProperty(entry, "debug-wait-start", (void const **)&value_ptr, &size)) { in PE_init_iokit()
344 …if (kSuccess == SecureDTGetProperty(entry, "load-kernel-start", (void const **)&value_ptr, &size))… in PE_init_iokit()
350 …if (kSuccess == SecureDTGetProperty(entry, "populate-registry-time", (void const **)&value_ptr, &s… in PE_init_iokit()
431 if (kSuccess == SecureDTGetProperty(entry, "target-type", in PE_init_platform()
441 if (kSuccess == SecureDTGetProperty(entry, "model", in PE_init_platform()
451 if (kSuccess == SecureDTGetProperty(entry, "debug-enabled", in PE_init_platform()
468 if (kSuccess == SecureDTGetProperty(entry, "firmware-version", (void const **) &prop, &size)) { in PE_init_platform()
476 …if (kSuccess == SecureDTGetProperty(entry, "system-firmware-version", (void const **) &prop, &size… in PE_init_platform()
484 if (kSuccess == SecureDTGetProperty(entry, "unique-chip-id", in PE_init_platform()
491 if (kSuccess == SecureDTGetProperty(entry, "dram-vendor-id", in PE_init_platform()
829 if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)®_prop, &size)) { in PE_init_socd_client()