Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/efi_loader/
H A Defi_hii.c102 static void free_strings_table(struct efi_string_table *stbl) in free_strings_table() argument
106 for (i = 0; i < stbl->nstrings; i++) in free_strings_table()
107 free(stbl->strings[i].string); in free_strings_table()
108 free(stbl->strings); in free_strings_table()
109 free(stbl->language); in free_strings_table()
110 free(stbl); in free_strings_table()
116 struct efi_string_table *stbl; in remove_strings_package() local
118 stbl = list_first_entry(&hii->string_tables, in remove_strings_package()
120 list_del(&stbl->link); in remove_strings_package()
121 free_strings_table(stbl); in remove_strings_package()
[all …]