Lines Matching refs:SecureDTGetProperty

123 	if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)&reg_prop, &size)) {  in check_for_panic_log()
131 …if (kSuccess != SecureDTGetProperty(chosen, "embedded-panic-log-size", (void const **) &panic_regi… in check_for_panic_log()
253 if (kSuccess == SecureDTGetProperty(entry, "BootCLUT", (void const **) &map, &size)) { in PE_init_iokit()
257 if (kSuccess == SecureDTGetProperty(entry, "Pict-FailedBoot", (void const **) &map, &size)) { in PE_init_iokit()
328 if (kSuccess == SecureDTGetProperty(entry, "start-time", (void const **)&value_ptr, &size)) { in PE_init_iokit()
334 …if (kSuccess == SecureDTGetProperty(entry, "debug-wait-start", (void const **)&value_ptr, &size)) { in PE_init_iokit()
340 …if (kSuccess == SecureDTGetProperty(entry, "load-kernel-start", (void const **)&value_ptr, &size))… in PE_init_iokit()
346 …if (kSuccess == SecureDTGetProperty(entry, "populate-registry-time", (void const **)&value_ptr, &s… in PE_init_iokit()
427 if (kSuccess == SecureDTGetProperty(entry, "target-type", in PE_init_platform()
437 if (kSuccess == SecureDTGetProperty(entry, "model", in PE_init_platform()
447 if (kSuccess == SecureDTGetProperty(entry, "debug-enabled", in PE_init_platform()
464 if (kSuccess == SecureDTGetProperty(entry, "firmware-version", in PE_init_platform()
472 if (kSuccess == SecureDTGetProperty(entry, "unique-chip-id", in PE_init_platform()
479 if (kSuccess == SecureDTGetProperty(entry, "dram-vendor-id", in PE_init_platform()
803 if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)&reg_prop, &size)) { in PE_init_socd_client()