Searched refs:value_ptr (Results 1 – 1 of 1) sorted by relevance
| /xnu-8020.101.4/pexpert/arm/ |
| H A D | pe_init.c | 326 uint32_t const * value_ptr; in PE_init_iokit() local 328 if (kSuccess == SecureDTGetProperty(entry, "start-time", (void const **)&value_ptr, &size)) { in PE_init_iokit() 330 start_time_value = *value_ptr; in PE_init_iokit() 334 …if (kSuccess == SecureDTGetProperty(entry, "debug-wait-start", (void const **)&value_ptr, &size)) { in PE_init_iokit() 336 debug_wait_start_value = *value_ptr; in PE_init_iokit() 340 …if (kSuccess == SecureDTGetProperty(entry, "load-kernel-start", (void const **)&value_ptr, &size))… in PE_init_iokit() 342 load_kernel_start_value = *value_ptr; in PE_init_iokit() 346 …if (kSuccess == SecureDTGetProperty(entry, "populate-registry-time", (void const **)&value_ptr, &s… in PE_init_iokit() 348 populate_registry_time_value = *value_ptr; in PE_init_iokit()
|