Home
last modified time | relevance | path

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

/u-boot/lib/efi_loader/
A Defi_var_common.c26 static const struct efi_auth_var_name_type name_type[] = { variable
339 for (size_t i = 0; i < ARRAY_SIZE(name_type); ++i) { in efi_auth_var_get_type()
340 if (!u16_strcmp(name, name_type[i].name) && in efi_auth_var_get_type()
341 !guidcmp(guid, name_type[i].guid)) in efi_auth_var_get_type()
342 return name_type[i].type; in efi_auth_var_get_type()

Completed in 6 milliseconds