Searched refs:NumOfDevice (Results 1 – 2 of 2) sorted by relevance
543 UINTN NumOfDevice; in SmbiosPrintStructure() local544 NumOfDevice = (Struct->Type10->Hdr.Length - sizeof (SMBIOS_STRUCTURE)) / (2 * sizeof (UINT8)); in SmbiosPrintStructure()545 for (Index = 0; Index < NumOfDevice; Index++) { in SmbiosPrintStructure()
9112 NumOfDevice = (pStruct->Type10->Hdr.Length - sizeof (SMBIOS_HEADER)) / (2 * sizeof (UINT8));9113 for (Index = 0; Index < NumOfDevice; Index++) {