Searched refs:priv (Results 1 – 3 of 3) sorted by relevance
/DragonStub/apps/ |
H A D | fdt.c | 196 static efi_status_t exit_boot_func(struct efi_boot_memmap *map, void *priv) in exit_boot_func() argument 198 struct exit_boot_struct *p = priv; in exit_boot_func() 231 struct exit_boot_struct priv = { 0 }; in allocate_new_fdt_and_exit_boot() local 235 status = efi_alloc_virtmap(&priv.runtime_map, &desc_size, in allocate_new_fdt_and_exit_boot() 294 priv.new_fdt_addr = (void *)*new_fdt_addr; in allocate_new_fdt_and_exit_boot() 297 status = efi_exit_boot_services(handle, &priv, exit_boot_func); in allocate_new_fdt_and_exit_boot() 307 status = svam(priv.runtime_entry_count * desc_size, desc_size, in allocate_new_fdt_and_exit_boot() 308 desc_ver, priv.runtime_map); in allocate_new_fdt_and_exit_boot() 324 for (l = 0; l < priv.boot_memmap->map_size; in allocate_new_fdt_and_exit_boot() 325 l += priv.boot_memmap->desc_size) { in allocate_new_fdt_and_exit_boot() [all …]
|
H A D | helper.c | 357 efi_status_t efi_exit_boot_services(void *handle, void *priv, in efi_exit_boot_services() argument 372 status = priv_func(map, priv); in efi_exit_boot_services() 408 status = priv_func(map, priv); in efi_exit_boot_services()
|
/DragonStub/inc/dragonstub/ |
H A D | dragonstub.h | 423 struct efi_boot_memmap *map, void *priv); 440 efi_status_t efi_exit_boot_services(void *handle, void *priv,
|