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

/netbsd-current/sys/external/bsd/gnu-efi/dist/lib/
H A Dsmbios.c38 SMBIOS_STRUCTURE_TABLE *SmbiosTable; local
43 Status = LibGetSystemConfigurationTable(&SMBIOSTableGuid, (VOID**)&SmbiosTable);
48 Smbios.Hdr = (SMBIOS_HEADER *)SmbiosTable->TableAddress;
49 SmbiosEnd.Raw = (UINT8 *)((UINTN)SmbiosTable->TableAddress + SmbiosTable->TableLength);
50 for (Index = 0; Index < SmbiosTable->TableLength ; Index++) {
75 // SMBIOS 2.1 incorrectly stated the length of SmbiosTable as 0x1e.

Completed in 117 milliseconds