Searched refs:TypeIndex (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/ |
D | MemoryProfileInfo.c | 435 UINTN TypeIndex; in DumpMemoryProfileDriverInfo() local 459 …for (TypeIndex = 0; TypeIndex < sizeof (DriverInfo->CurrentUsageByType) / sizeof (DriverInfo->Curr… in DumpMemoryProfileDriverInfo() 460 if ((DriverInfo->CurrentUsageByType[TypeIndex] != 0) || in DumpMemoryProfileDriverInfo() 461 (DriverInfo->PeakUsageByType[TypeIndex] != 0)) { in DumpMemoryProfileDriverInfo() 462 …ge[0x%02x] - 0x%016lx (%a)\n", TypeIndex, DriverInfo->CurrentUsageByType[TypeIndex], mMemoryT… in DumpMemoryProfileDriverInfo() 463 …[0x%02x] - 0x%016lx (%a)\n", TypeIndex, DriverInfo->PeakUsageByType[TypeIndex], mMemoryTyp… in DumpMemoryProfileDriverInfo() 494 UINTN TypeIndex; in DumpMemoryProfileContext() local 507 …for (TypeIndex = 0; TypeIndex < sizeof (Context->CurrentTotalUsageByType) / sizeof (Context->Curre… in DumpMemoryProfileContext() 508 if ((Context->CurrentTotalUsageByType[TypeIndex] != 0) || in DumpMemoryProfileContext() 509 (Context->PeakTotalUsageByType[TypeIndex] != 0)) { in DumpMemoryProfileContext() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | SmramProfileRecord.c | 2746 UINTN TypeIndex; in DumpSmramProfile() local 2762 …for (TypeIndex = 0; TypeIndex < sizeof (Context->CurrentTotalUsageByType) / sizeof (Context->Curre… in DumpSmramProfile() 2763 if ((Context->CurrentTotalUsageByType[TypeIndex] != 0) || in DumpSmramProfile() 2764 (Context->PeakTotalUsageByType[TypeIndex] != 0)) { in DumpSmramProfile() 2765 …ge[0x%02x] - 0x%016lx (%a)\n", TypeIndex, Context->CurrentTotalUsageByType[TypeIndex], ProfileMem… in DumpSmramProfile() 2766 …[0x%02x] - 0x%016lx (%a)\n", TypeIndex, Context->PeakTotalUsageByType[TypeIndex], ProfileMemor… in DumpSmramProfile() 2793 …for (TypeIndex = 0; TypeIndex < sizeof (DriverInfo->CurrentUsageByType) / sizeof (DriverInfo->Curr… in DumpSmramProfile() 2794 if ((DriverInfo->CurrentUsageByType[TypeIndex] != 0) || in DumpSmramProfile() 2795 (DriverInfo->PeakUsageByType[TypeIndex] != 0)) { in DumpSmramProfile() 2796 …[0x%02x] - 0x%016lx (%a)\n", TypeIndex, DriverInfo->CurrentUsageByType[TypeIndex], ProfileMemo… in DumpSmramProfile() [all …]
|
/device/linaro/bootloader/edk2/NetworkPkg/IScsiDxe/ |
D | IScsiDriver.c | 97 UINTN TypeIndex; in IScsiCheckAip() local 153 for (TypeIndex = 0; TypeIndex < InfoTypeBufferCount; TypeIndex++) { in IScsiCheckAip() 154 if (CompareGuid (&InfoTypesBuffer[TypeIndex], &gEfiAdapterInfoNetworkBootGuid)) { in IScsiCheckAip()
|
/device/linaro/bootloader/edk2/NetworkPkg/UefiPxeBcDxe/ |
D | PxeBcDriver.c | 468 UINTN TypeIndex; in PxeBcCheckIpv6Support() local 514 for (TypeIndex = 0; TypeIndex < InfoTypeBufferCount; TypeIndex++) { in PxeBcCheckIpv6Support() 515 if (CompareGuid (&InfoTypesBuffer[TypeIndex], &gEfiAdapterInfoUndiIpv6SupportGuid)) { in PxeBcCheckIpv6Support()
|