OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:mnumberofsmbios64bitstructures
(Results
1 - 1
of
1
) sorted by null
/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
SmbiosView.c
29
UINTN
mNumberOfSmbios64BitStructures
;
485
for (Index = 0; Index <
mNumberOfSmbios64BitStructures
; Index++) {
756
Status = CalculateSmbios64BitStructureCountAndLength (SMBiosTable, &
mNumberOfSmbios64BitStructures
, &mSmbios64BitTableLength);
761
mSmbios64BitStatisticsTable = (STRUCTURE_STATISTICS *) AllocateZeroPool (
mNumberOfSmbios64BitStructures
* sizeof (STRUCTURE_STATISTICS));
776
for (Index = 1; Index <=
mNumberOfSmbios64BitStructures
; Index++) {
933
Num =
mNumberOfSmbios64BitStructures
;
Completed in 88 milliseconds