Searched refs:efi_uuid_mapping (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/stand/efi/libefi/
H A Denv.c63 static struct efi_uuid_mapping { struct
66 } efi_uuid_mapping[] = { variable in typeref:struct:efi_uuid_mapping
307 for (i = 0; i < nitems(efi_uuid_mapping); i++) {
308 if (strcasecmp(name, efi_uuid_mapping[i].efi_guid_name) == 0) {
309 *guid = efi_uuid_mapping[i].efi_guid;
322 for (i = 0; i < nitems(efi_uuid_mapping); i++) {
324 (uuid_t *)&efi_uuid_mapping[i].efi_guid, NULL);
326 *name = strdup(efi_uuid_mapping[i].efi_guid_name);

Completed in 123 milliseconds