Searched refs:TypeIndex (Results 1 – 4 of 4) sorted by relevance
/device/linaro/bootloader/edk2/MdeModulePkg/Application/MemoryProfileInfo/ |
D | MemoryProfileInfo.c | 298 UINTN TypeIndex; in DumpMemoryProfileDriverInfo() local 318 …for (TypeIndex = 0; TypeIndex < sizeof (DriverInfo->CurrentUsageByType) / sizeof (DriverInfo->Curr… in DumpMemoryProfileDriverInfo() 319 if ((DriverInfo->CurrentUsageByType[TypeIndex] != 0) || in DumpMemoryProfileDriverInfo() 320 (DriverInfo->PeakUsageByType[TypeIndex] != 0)) { in DumpMemoryProfileDriverInfo() 321 …ge[0x%02x] - 0x%016lx (%s)\n", TypeIndex, DriverInfo->CurrentUsageByType[TypeIndex], mMemoryT… in DumpMemoryProfileDriverInfo() 322 …[0x%02x] - 0x%016lx (%s)\n", TypeIndex, DriverInfo->PeakUsageByType[TypeIndex], mMemoryTyp… in DumpMemoryProfileDriverInfo() 350 UINTN TypeIndex; in DumpMemoryProfileContext() local 363 …for (TypeIndex = 0; TypeIndex < sizeof (Context->CurrentTotalUsageByType) / sizeof (Context->Curre… in DumpMemoryProfileContext() 364 if ((Context->CurrentTotalUsageByType[TypeIndex] != 0) || in DumpMemoryProfileContext() 365 (Context->PeakTotalUsageByType[TypeIndex] != 0)) { in DumpMemoryProfileContext() [all …]
|
/device/linaro/bootloader/edk2/MdeModulePkg/Core/PiSmmCore/ |
D | SmramProfileRecord.c | 1842 UINTN TypeIndex; in DumpSmramProfile() local 1858 …for (TypeIndex = 0; TypeIndex < sizeof (Context->CurrentTotalUsageByType) / sizeof (Context->Curre… in DumpSmramProfile() 1859 if ((Context->CurrentTotalUsageByType[TypeIndex] != 0) || in DumpSmramProfile() 1860 (Context->PeakTotalUsageByType[TypeIndex] != 0)) { in DumpSmramProfile() 1861 …ge[0x%02x] - 0x%016lx (%s)\n", TypeIndex, Context->CurrentTotalUsageByType[TypeIndex], ProfileMem… in DumpSmramProfile() 1862 …[0x%02x] - 0x%016lx (%s)\n", TypeIndex, Context->PeakTotalUsageByType[TypeIndex], ProfileMemor… in DumpSmramProfile() 1889 …for (TypeIndex = 0; TypeIndex < sizeof (DriverInfo->CurrentUsageByType) / sizeof (DriverInfo->Curr… in DumpSmramProfile() 1890 if ((DriverInfo->CurrentUsageByType[TypeIndex] != 0) || in DumpSmramProfile() 1891 (DriverInfo->PeakUsageByType[TypeIndex] != 0)) { in DumpSmramProfile() 1892 …[0x%02x] - 0x%016lx (%s)\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()
|