Home
last modified time | relevance | path

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

/device/linaro/bootloader/edk2/NetworkPkg/TlsAuthConfigDxe/
DTlsAuthConfigImpl.c275 UINTN GuidIndex; in UpdateDeletePage() local
363 GuidIndex = 0; in UpdateDeletePage()
391 (EFI_QUESTION_ID) (QuestionIdBase + GuidIndex++), in UpdateDeletePage()
473 UINTN GuidIndex; in DeleteCert() local
517 GuidIndex = 0; in DeleteCert()
529 if (GuidIndex == DeleteIndex) { in DeleteCert()
542 GuidIndex++; in DeleteCert()
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiHandleParsingLib/
DUefiHandleParsingLib.c848 UINTN GuidIndex; in AdapterInformationDumpInformation() local
902 for (GuidIndex = 0; GuidIndex < InfoTypesBufferCount; GuidIndex++) { in AdapterInformationDumpInformation()
907 TempRetVal = CatSPrint (RetVal, TempStr, (GuidIndex + 1), &InfoTypesBuffer[GuidIndex]); in AdapterInformationDumpInformation()
917 if (CompareGuid (&InfoTypesBuffer[GuidIndex], &gEfiAdapterInfoMediaStateGuid)) { in AdapterInformationDumpInformation()
921 } else if (CompareGuid (&InfoTypesBuffer[GuidIndex], &gEfiAdapterInfoNetworkBootGuid)) { in AdapterInformationDumpInformation()
925 } else if (CompareGuid (&InfoTypesBuffer[GuidIndex], &gEfiAdapterInfoSanMacAddressGuid)) { in AdapterInformationDumpInformation()
929 } else if (CompareGuid (&InfoTypesBuffer[GuidIndex], &gEfiAdapterInfoUndiIpv6SupportGuid)) { in AdapterInformationDumpInformation()
935 GuidStr = GetStringNameFromGuid (&InfoTypesBuffer[GuidIndex], NULL); in AdapterInformationDumpInformation()
962 &InfoTypesBuffer[GuidIndex], in AdapterInformationDumpInformation()
976 if (CompareGuid (&InfoTypesBuffer[GuidIndex], &gEfiAdapterInfoMediaStateGuid)) { in AdapterInformationDumpInformation()
[all …]
/device/linaro/bootloader/edk2/SecurityPkg/VariableAuthenticated/SecureBootConfigDxe/
DSecureBootConfigImpl.c2347 UINTN GuidIndex; in UpdateDeletePage() local
2435 GuidIndex = 0; in UpdateDeletePage()
2475 (EFI_QUESTION_ID) (QuestionIdBase + GuidIndex++), in UpdateDeletePage()
2548 UINTN GuidIndex; in DeleteKeyExchangeKey() local
2598 GuidIndex = 0; in DeleteKeyExchangeKey()
2608 if (GuidIndex == DeleteKekIndex ) { in DeleteKeyExchangeKey()
2621 GuidIndex++; in DeleteKeyExchangeKey()
2741 UINTN GuidIndex; in DeleteSignature() local
2790 GuidIndex = 0; in DeleteSignature()
2809 if (GuidIndex == DeleteIndex) { in DeleteSignature()
[all …]
/device/linaro/bootloader/edk2/MdeModulePkg/Universal/SetupBrowserDxe/
DExpression.c1502 UINTN GuidIndex; in IfrMatch2() local
1608 for (GuidIndex = 0; GuidIndex < RegExSyntaxTypeListSize / sizeof(EFI_GUID); GuidIndex++) { in IfrMatch2()
1609 if (CompareGuid (&RegExSyntaxTypeList[GuidIndex], SyntaxType)) { in IfrMatch2()