HomeSort by: relevance | last modified time | path
    Searched defs:Smbios (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/gnu-efi/dist/lib/
smbios.c 1 /* $NetBSD: smbios.c,v 1.1.1.3 2021/09/30 18:50:09 jmcneill Exp $ */
9 Smbios.c
13 Lib fucntions for SMBIOS. Used to get system serial number and GUID
39 SMBIOS_STRUCTURE_POINTER Smbios;
48 Smbios.Hdr = (SMBIOS_HEADER *)SmbiosTable->TableAddress;
51 if (Smbios.Hdr->Type == 1) {
52 if (Smbios.Hdr->Length < 0x19) {
60 // SMBIOS tables are byte packed so we need to do a byte copy to
63 CopyMem (SystemGuid, &Smbios.Type1->Uuid, sizeof(EFI_GUID));
64 *SystemSerialNumber = LibGetSmbiosString(&Smbios, Smbios.Type1->SerialNumber)
    [all...]
smbios.c 1 /* $NetBSD: smbios.c,v 1.1.1.3 2021/09/30 18:50:09 jmcneill Exp $ */
9 Smbios.c
13 Lib fucntions for SMBIOS. Used to get system serial number and GUID
39 SMBIOS_STRUCTURE_POINTER Smbios;
48 Smbios.Hdr = (SMBIOS_HEADER *)SmbiosTable->TableAddress;
51 if (Smbios.Hdr->Type == 1) {
52 if (Smbios.Hdr->Length < 0x19) {
60 // SMBIOS tables are byte packed so we need to do a byte copy to
63 CopyMem (SystemGuid, &Smbios.Type1->Uuid, sizeof(EFI_GUID));
64 *SystemSerialNumber = LibGetSmbiosString(&Smbios, Smbios.Type1->SerialNumber)
    [all...]

Completed in 51 milliseconds