Home
last modified time | relevance | path

Searched refs:NumOfDevice (Results 1 – 2 of 2) sorted by relevance

/device/linaro/bootloader/edk2/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
DPrintInfo.c543 UINTN NumOfDevice; in SmbiosPrintStructure() local
544 NumOfDevice = (Struct->Type10->Hdr.Length - sizeof (SMBIOS_STRUCTURE)) / (2 * sizeof (UINT8)); in SmbiosPrintStructure()
545 for (Index = 0; Index < NumOfDevice; Index++) { in SmbiosPrintStructure()
/device/linaro/bootloader/edk2/EdkShellPkg/
DShellR33.patch9112 NumOfDevice = (pStruct->Type10->Hdr.Length - sizeof (SMBIOS_HEADER)) / (2 * sizeof (UINT8));
9113 for (Index = 0; Index < NumOfDevice; Index++) {