Home
last modified time | relevance | path

Searched refs:new_esrt (Results 1 – 1 of 1) sorted by relevance

/lib/efi_loader/
A Defi_esrt.c115 struct efi_system_resource_table *new_esrt; in efi_esrt_allocate_install() local
121 (void **)&new_esrt); in efi_esrt_allocate_install()
130 new_esrt->fw_resource_count_max = num_entries; in efi_esrt_allocate_install()
131 new_esrt->fw_resource_count = 0; in efi_esrt_allocate_install()
132 new_esrt->fw_resource_version = EFI_ESRT_VERSION; in efi_esrt_allocate_install()
135 ret = efi_install_configuration_table(&esrt_guid, (void *)new_esrt); in efi_esrt_allocate_install()
145 esrt = new_esrt; in efi_esrt_allocate_install()

Completed in 8 milliseconds