Home | History | Annotate | Download | only in SmbiosDxe

Lines Matching full:smbios

2   This code supports the implementation of the Smbios protocol

21 #include <Protocol/Smbios.h>
22 #include <IndustryStandard/SmBios.h>
24 #include <Guid/SmBios.h>
41 EFI_SMBIOS_PROTOCOL Smbios;
51 // List of allocated SMBIOS handle.
56 #define SMBIOS_INSTANCE_FROM_THIS(this) CR (this, SMBIOS_INSTANCE, Smbios, SMBIOS_INSTANCE_SIGNATURE)
59 // SMBIOS record Header
61 // An SMBIOS internal Record is an EFI_SMBIOS_RECORD_HEADER followed by (RecordSize - HeaderSize) bytes of
62 // data. The format of the data is defined by the SMBIOS spec.
76 // Private data structure to contain the SMBIOS record. One record per
95 // Private data to contain the Smbios handle that already allocated.
117 Create Smbios Table and installs the Smbios Table to the System Table.