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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DSmbiosView.c22 STATIC STRUCTURE_STATISTICS *mStatisticsTable = NULL; variable
57 mStatisticsTable = NULL;
152 if (mStatisticsTable != NULL) {
156 FreePool (mStatisticsTable);
157 mStatisticsTable = NULL;
356 Function to initialize the global mStatisticsTable object.
388 // Allocate memory to mStatisticsTable
390 if (mStatisticsTable != NULL) {
391 FreePool (mStatisticsTable);
392 mStatisticsTable
[all...]

Completed in 31 milliseconds