Lines Matching refs:kSuccess
128 if (kSuccess != SecureDTLookupEntry(0, "pram", &entry)) { in check_for_panic_log()
132 if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)®_prop, &size)) { in check_for_panic_log()
136 if (kSuccess != SecureDTLookupEntry(0, "/chosen", &chosen)) { in check_for_panic_log()
140 …if (kSuccess != SecureDTGetProperty(chosen, "embedded-panic-log-size", (void const **) &panic_regi… in check_for_panic_log()
262 if (kSuccess == SecureDTLookupEntry(0, "/chosen/memory-map", &entry)) { in PE_init_iokit()
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()
337 if (kSuccess == SecureDTLookupEntry(0, "/chosen/iBoot", &entry)) { 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()
440 if (kSuccess == (SecureDTFindEntry("name", "device-tree", &entry))) { in PE_init_platform()
441 if (kSuccess == SecureDTGetProperty(entry, "target-type", in PE_init_platform()
450 if (kSuccess == (SecureDTFindEntry("name", "device-tree", &entry))) { in PE_init_platform()
451 if (kSuccess == SecureDTGetProperty(entry, "model", in PE_init_platform()
460 if (kSuccess == SecureDTLookupEntry(NULL, "/chosen", &entry)) { 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()
836 if (kSuccess != SecureDTLookupEntry(0, "socd-trace-ram", &entry)) { in PE_init_socd_client()
840 if (kSuccess != SecureDTGetProperty(entry, "reg", (void const **)®_prop, &size)) { in PE_init_socd_client()