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

/vbox/src/VBox/Devices/EFI/Firmware/ShellPkg/Library/UefiShellDebug1CommandsLib/SmbiosView/
H A DPrintInfo.c450 UINTN NumOfDevice; local
451 NumOfDevice = (Struct->Type10->Hdr.Length - sizeof (SMBIOS_HEADER)) / (2 * sizeof (UINT8));
452 for (Index = 0; Index < NumOfDevice; Index++) {

Completed in 38 milliseconds