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