Searched refs:StatisticsPointer (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DSmbiosView.c374 STRUCTURE_STATISTICS *StatisticsPointer; local
403 StatisticsPointer = mStatisticsTable;
430 StatisticsPointer->Index = Index;
431 StatisticsPointer->Type = SmbiosStruct.Hdr->Type;
432 StatisticsPointer->Handle = SmbiosStruct.Hdr->Handle;
433 StatisticsPointer->Length = Length;
434 StatisticsPointer->Addr = Offset;
436 StatisticsPointer = &mStatisticsTable[Index];
457 STRUCTURE_STATISTICS *StatisticsPointer; local
486 StatisticsPointer
[all...]

Completed in 42 milliseconds