Home
last modified time | relevance | path

Searched refs:DriverIndex (Results 1 – 6 of 6) sorted by relevance

/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/
DLoadDeferredImage.c39 UINTN DriverIndex; in LoadDeferredImage() local
74 DriverIndex = 0; in LoadDeferredImage()
81 DriverIndex, in LoadDeferredImage()
115 DriverIndex++; in LoadDeferredImage()
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserProfileManagerDxe/
DModifyAccessPolicy.c583 IN UINT16 DriverIndex in DeleteFromForbidLoad() argument
595 while ((OffSet < mAccessInfo.LoadForbidLen) && (DriverIndex > 0)) { in DeleteFromForbidLoad()
599 DriverIndex--; in DeleteFromForbidLoad()
605 if (DriverIndex == 0) { in DeleteFromForbidLoad()
630 IN UINT16 DriverIndex in AddToForbidLoad() argument
643 UnicodeSPrint (VarName, sizeof (VarName), L"Driver%04x", DriverIndex); in AddToForbidLoad()
DUserProfileManager.h349 IN UINT16 DriverIndex
361 IN UINT16 DriverIndex
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/
DMemoryProfileInfo.c430 IN UINTN DriverIndex, in DumpMemoryProfileDriverInfo() argument
443 Print (L" MEMORY_PROFILE_DRIVER_INFO (0x%x)\n", DriverIndex); in DumpMemoryProfileDriverInfo()
496 UINTN DriverIndex; in DumpMemoryProfileContext() local
519 for (DriverIndex = 0; DriverIndex < Context->ImageCount; DriverIndex++) { in DumpMemoryProfileContext()
520 DriverInfo = DumpMemoryProfileDriverInfo (DriverIndex, DriverInfo, IsForSmm); in DumpMemoryProfileContext()
857 UINTN DriverIndex; in CreateContextSummaryData() local
869 for (DriverIndex = 0; DriverIndex < Context->ImageCount; DriverIndex++) { in CreateContextSummaryData()
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/
DBdsPlatform.c2335 UINTN DriverIndex; in PlatformBdsUserIdentify() local
2375 DriverIndex = 0; in PlatformBdsUserIdentify()
2378 DriverIndex, in PlatformBdsUserIdentify()
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/
DSmramProfileRecord.c2740 UINTN DriverIndex; in DumpSmramProfile() local
2774 for (DriverLink = SmramDriverInfoList->ForwardLink, DriverIndex = 0; in DumpSmramProfile()
2776 DriverLink = DriverLink->ForwardLink, DriverIndex++) { in DumpSmramProfile()
2784 DEBUG ((EFI_D_INFO, " MEMORY_PROFILE_DRIVER_INFO (0x%x)\n", DriverIndex)); in DumpSmramProfile()