Lines Matching refs:SecureDTGetProperty

132 	if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)&reg_prop, &size)) {  in check_for_panic_log()
140 …if (kSuccess != SecureDTGetProperty(chosen, "embedded-panic-log-size", (void const **) &panic_regi… in check_for_panic_log()
265 if (kSuccess == SecureDTGetProperty(entry, "BootCLUT", (void const **) &map, &size)) { in PE_init_iokit()
269 if (kSuccess == SecureDTGetProperty(entry, "Pict-FailedBoot", (void const **) &map, &size)) { in PE_init_iokit()
340 if (kSuccess == SecureDTGetProperty(entry, "start-time", (void const **)&value_ptr, &size)) { in PE_init_iokit()
346 …if (kSuccess == SecureDTGetProperty(entry, "debug-wait-start", (void const **)&value_ptr, &size)) { in PE_init_iokit()
352 …if (kSuccess == SecureDTGetProperty(entry, "load-kernel-start", (void const **)&value_ptr, &size))… in PE_init_iokit()
358 …if (kSuccess == SecureDTGetProperty(entry, "populate-registry-time", (void const **)&value_ptr, &s… in PE_init_iokit()
441 if (kSuccess == SecureDTGetProperty(entry, "target-type", in PE_init_platform()
451 if (kSuccess == SecureDTGetProperty(entry, "model", in PE_init_platform()
461 if (kSuccess == SecureDTGetProperty(entry, "debug-enabled", in PE_init_platform()
478 if (kSuccess == SecureDTGetProperty(entry, "firmware-version", (void const **) &prop, &size)) { in PE_init_platform()
486 …if (kSuccess == SecureDTGetProperty(entry, "system-firmware-version", (void const **) &prop, &size… in PE_init_platform()
494 if (kSuccess == SecureDTGetProperty(entry, "unique-chip-id", in PE_init_platform()
501 if (kSuccess == SecureDTGetProperty(entry, "dram-vendor-id", in PE_init_platform()
840 if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)&reg_prop, &size)) { in PE_init_socd_client()