Home
last modified time | relevance | path

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

/lib/uefi/
A Ddebug_support.cpp135 reinterpret_cast<void **>(&table[index].normal_image)); in efi_core_new_debug_image_info_entry()
136 if (table[index].normal_image) { in efi_core_new_debug_image_info_entry()
138 table[index].normal_image->image_info_type = image_info_type; in efi_core_new_debug_image_info_entry()
139 table[index].normal_image->loaded_image_protocol_instance = in efi_core_new_debug_image_info_entry()
141 table[index].normal_image->image_handle = image_handle; in efi_core_new_debug_image_info_entry()
168 if (table[index].normal_image && in efi_core_remove_debug_image_info_entry()
169 table[index].normal_image->image_handle == image_handle) { in efi_core_remove_debug_image_info_entry()
173 free_pool(table[index].normal_image); in efi_core_remove_debug_image_info_entry()
185 table[efi_m_debug_info_table_header.table_size].normal_image = in efi_core_remove_debug_image_info_entry()
242 if (table[index].normal_image && in teardown_debug_support()
[all …]
A Ddebug_support.h50 struct EfiDebugImageInfoNormal *normal_image; member

Completed in 3 milliseconds