Searched defs:KnownGuids (Results 1 - 1 of 1) sorted by relevance

/external/syslinux/gnu-efi/gnu-efi-3.0/lib/
H A Dguid.c50 } KnownGuids[] = { variable in typeref:struct:__anon21624
151 for (Index=0; KnownGuids[Index].Guid; Index++) {
152 if (CompareGuid(Guid, KnownGuids[Index].Guid) == 0) {
153 SPrint (Buffer, 0, KnownGuids[Index].GuidName);

Completed in 255 milliseconds