Searched refs:DriverIndex (Results 1 – 6 of 6) sorted by relevance
/device/linaro/bootloader/edk2/SecurityPkg/UserIdentification/UserIdentifyManagerDxe/ |
D | LoadDeferredImage.c | 39 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/ |
D | ModifyAccessPolicy.c | 583 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()
|
D | UserProfileManager.h | 349 IN UINT16 DriverIndex 361 IN UINT16 DriverIndex
|
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/ |
D | MemoryProfileInfo.c | 294 IN UINTN DriverIndex, in DumpMemoryProfileDriverInfo() argument 305 Print (L" MEMORY_PROFILE_DRIVER_INFO (0x%x)\n", DriverIndex); in DumpMemoryProfileDriverInfo() 352 UINTN DriverIndex; in DumpMemoryProfileContext() local 375 for (DriverIndex = 0; DriverIndex < Context->ImageCount; DriverIndex++) { in DumpMemoryProfileContext() 376 DriverInfo = DumpMemoryProfileDriverInfo (DriverIndex, DriverInfo); in DumpMemoryProfileContext()
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | SmramProfileRecord.c | 1836 UINTN DriverIndex; in DumpSmramProfile() local 1870 for (DriverLink = SmramDriverInfoList->ForwardLink, DriverIndex = 0; in DumpSmramProfile() 1872 DriverLink = DriverLink->ForwardLink, DriverIndex++) { in DumpSmramProfile() 1880 DEBUG ((EFI_D_INFO, " MEMORY_PROFILE_DRIVER_INFO (0x%x)\n", DriverIndex)); in DumpSmramProfile()
|
/device/linaro/bootloader/edk2/Vlv2TbltDevicePkg/Library/PlatformBdsLib/ |
D | BdsPlatform.c | 2341 UINTN DriverIndex; in PlatformBdsUserIdentify() 2381 DriverIndex = 0; in PlatformBdsUserIdentify() 2384 DriverIndex, in PlatformBdsUserIdentify()
|