Searched refs:FvIndex (Results 1 – 2 of 2) sorted by relevance
123 UINT8 FvIndex; in FindFv() local130 FvIndex = 0; in FindFv()148 while (FvIndex <= *FvNumber) { in FindFv()169 FvIndex++; in FindFv()
544 UINTN FvIndex; in FirmwareVolmeInfoPpiNotifyCallback() local604 for (FvIndex = 0; FvIndex < PrivateData->FvCount; FvIndex ++) { in FirmwareVolmeInfoPpiNotifyCallback()605 if (PrivateData->Fv[FvIndex].FvHandle == FvHandle) { in FirmwareVolmeInfoPpiNotifyCallback()606 …if (IsFvInfo2 && (FvInfo2Ppi.AuthenticationStatus != PrivateData->Fv[FvIndex].AuthenticationStatus… in FirmwareVolmeInfoPpiNotifyCallback()607 PrivateData->Fv[FvIndex].AuthenticationStatus = FvInfo2Ppi.AuthenticationStatus; in FirmwareVolmeInfoPpiNotifyCallback()608 …DEBUG ((EFI_D_INFO, "Update AuthenticationStatus of the %dth FV to 0x%x!\n", FvIndex, FvInfo2Ppi.A… in FirmwareVolmeInfoPpiNotifyCallback()2232 UINTN FvIndex; in ThirdPartyFvPpiNotifyCallback() local2259 for (FvIndex = 0; FvIndex < PrivateData->FvCount; FvIndex ++) { in ThirdPartyFvPpiNotifyCallback()2260 if (PrivateData->Fv[FvIndex].FvHandle == FvHandle) { in ThirdPartyFvPpiNotifyCallback()