Home
last modified time | relevance | path

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

/dragonfly/lib/libefivar/
HDefivar.c45 static struct uuid_table guid_tbl [] = variable
92 for (i = 0; i < nitems(guid_tbl); i++) { in efi_guid_tbl_compile()
93 uuid_from_string(guid_tbl[i].uuid_str, &guid_tbl[i].guid, in efi_guid_tbl_compile()
98 guid_tbl[i].uuid_str, guid_tbl[i].name, (int)status); in efi_guid_tbl_compile()
107 *tbl = guid_tbl; in efi_known_guid()
108 return (nitems(guid_tbl)); in efi_known_guid()
311 for (i = 0; i < nitems(guid_tbl); i++) { in efi_guid_to_name()
312 if (uuid_equal(guid, &guid_tbl[i].guid, &status)) { in efi_guid_to_name()
313 *name = strdup(guid_tbl[i].name); in efi_guid_to_name()
348 for (i = 0; i < nitems(guid_tbl); i++) { in efi_name_to_guid()
[all …]