Lines Matching refs:kSuccess
137 if (kSuccess != SecureDTLookupEntry(0, "pram", &entry)) { in check_for_panic_log()
141 if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)®_prop, &size)) { in check_for_panic_log()
145 if (kSuccess != SecureDTLookupEntry(0, "/chosen", &chosen)) { in check_for_panic_log()
149 …if (kSuccess != SecureDTGetProperty(chosen, "embedded-panic-log-size", (void const **) &panic_regi… in check_for_panic_log()
271 if (kSuccess == SecureDTLookupEntry(0, "/chosen/memory-map", &entry)) { in PE_init_iokit()
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()
346 if (kSuccess == SecureDTLookupEntry(0, "/chosen/iBoot", &entry)) { 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 == (SecureDTFindEntry("name", "device-tree", &entry))) { in PE_init_platform()
453 if (kSuccess == SecureDTGetProperty(entry, "target-type", in PE_init_platform()
462 if (kSuccess == (SecureDTFindEntry("name", "device-tree", &entry))) { in PE_init_platform()
463 if (kSuccess == SecureDTGetProperty(entry, "model", in PE_init_platform()
472 if (kSuccess == SecureDTLookupEntry(NULL, "/chosen", &entry)) { in PE_init_platform()
473 if (kSuccess == SecureDTGetProperty(entry, "debug-enabled", in PE_init_platform()
490 if (kSuccess == SecureDTGetProperty(entry, "firmware-version", (void const **) &prop, &size)) { in PE_init_platform()
498 …if (kSuccess == SecureDTGetProperty(entry, "system-firmware-version", (void const **) &prop, &size… in PE_init_platform()
506 if (kSuccess == SecureDTGetProperty(entry, "unique-chip-id", in PE_init_platform()
513 if (kSuccess == SecureDTGetProperty(entry, "dram-vendor-id", in PE_init_platform()
522 if (kSuccess == SecureDTLookupEntry(NULL, "/product", &entry)) { in PE_init_platform()
523 if (kSuccess == SecureDTGetProperty(entry, "chip-role", in PE_init_platform()
867 if (kSuccess != SecureDTLookupEntry(0, "socd-trace-ram", &entry)) { in PE_init_socd_client()
871 if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)®_prop, &size)) { in PE_init_socd_client()