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

/osnet-11/usr/src/grub/grub2/grub-core/commands/efi/
H A Dlsefisystab.c36 static const struct guid_mapping guid_mappings[] = variable in typeref:struct:guid_mapping
88 for (j = 0; j < ARRAY_SIZE (guid_mappings); j++)
89 if (grub_memcmp (&guid_mappings[j].guid, &t->vendor_guid,
91 grub_printf (" %s", guid_mappings[j].name);

Completed in 32 milliseconds