Searched refs:value_ptr (Results 1 – 1 of 1) sorted by relevance
| /xnu-10063.141.1/pexpert/arm/ |
| H A D | pe_init.c | 341 uint32_t const * value_ptr; in PE_init_iokit() local 343 if (kSuccess == SecureDTGetProperty(entry, "start-time", (void const **)&value_ptr, &size)) { in PE_init_iokit() 345 start_time_value = *value_ptr; in PE_init_iokit() 349 …if (kSuccess == SecureDTGetProperty(entry, "debug-wait-start", (void const **)&value_ptr, &size)) { in PE_init_iokit() 351 debug_wait_start_value = *value_ptr; in PE_init_iokit() 355 …if (kSuccess == SecureDTGetProperty(entry, "load-kernel-start", (void const **)&value_ptr, &size))… in PE_init_iokit() 357 load_kernel_start_value = *value_ptr; in PE_init_iokit() 361 …if (kSuccess == SecureDTGetProperty(entry, "populate-registry-time", (void const **)&value_ptr, &s… in PE_init_iokit() 363 populate_registry_time_value = *value_ptr; in PE_init_iokit()
|