Searched refs:SmbiosStruct (Results 1 – 1 of 1) sorted by relevance
257 SMBIOS_STRUCTURE_POINTER SmbiosStruct; in SMBiosView() local327 SmbiosStruct.Raw = Buffer; in SMBiosView()334 if (QueryType != STRUCTURE_TYPE_RANDOM && SmbiosStruct.Hdr->Type != QueryType) { in SMBiosView()342 SmbiosStruct.Hdr->Type, in SMBiosView()343 SmbiosStruct.Hdr->Handle in SMBiosView()370 SmbiosPrintStructure (&SmbiosStruct, gShowType); in SMBiosView()429 SMBIOS_STRUCTURE_POINTER SmbiosStruct; in SMBios64View() local499 SmbiosStruct.Raw = Buffer; in SMBios64View()506 if (QueryType != STRUCTURE_TYPE_RANDOM && SmbiosStruct.Hdr->Type != QueryType) { in SMBios64View()514 SmbiosStruct.Hdr->Type, in SMBios64View()[all …]