Lines Matching refs:SecureDTGetProperty
141 if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)®_prop, &size)) { in check_for_panic_log()
149 …if (kSuccess != SecureDTGetProperty(chosen, "embedded-panic-log-size", (void const **) &panic_regi… in check_for_panic_log()
274 if (kSuccess == SecureDTGetProperty(entry, "BootCLUT", (void const **) &map, &size)) { in PE_init_iokit()
278 if (kSuccess == SecureDTGetProperty(entry, "Pict-FailedBoot", (void const **) &map, &size)) { in PE_init_iokit()
349 if (kSuccess == SecureDTGetProperty(entry, "start-time", (void const **)&value_ptr, &size)) { in PE_init_iokit()
355 …if (kSuccess == SecureDTGetProperty(entry, "debug-wait-start", (void const **)&value_ptr, &size)) { in PE_init_iokit()
361 …if (kSuccess == SecureDTGetProperty(entry, "load-kernel-start", (void const **)&value_ptr, &size))… in PE_init_iokit()
367 …if (kSuccess == SecureDTGetProperty(entry, "populate-registry-time", (void const **)&value_ptr, &s… in PE_init_iokit()
452 if (kSuccess == SecureDTGetProperty(entry, "target-type", in PE_init_platform()
462 if (kSuccess == SecureDTGetProperty(entry, "model", in PE_init_platform()
472 if (kSuccess == SecureDTGetProperty(entry, "debug-enabled", in PE_init_platform()
489 if (kSuccess == SecureDTGetProperty(entry, "firmware-version", (void const **) &prop, &size)) { in PE_init_platform()
497 …if (kSuccess == SecureDTGetProperty(entry, "system-firmware-version", (void const **) &prop, &size… in PE_init_platform()
505 if (kSuccess == SecureDTGetProperty(entry, "unique-chip-id", in PE_init_platform()
512 if (kSuccess == SecureDTGetProperty(entry, "dram-vendor-id", in PE_init_platform()
522 if (kSuccess == SecureDTGetProperty(entry, "chip-role", in PE_init_platform()
870 if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)®_prop, &size)) { in PE_init_socd_client()