HomeSort by relevance Sort by last modified time
    Searched refs:smbios_entry (Results 1 - 2 of 2) sorted by null

  /external/u-boot/lib/
smbios.c 259 struct smbios_entry *se;
271 se = (struct smbios_entry *)(uintptr_t)addr;
272 memset(se, 0, sizeof(struct smbios_entry));
274 addr += sizeof(struct smbios_entry);
286 se->length = sizeof(struct smbios_entry);
297 isize = sizeof(struct smbios_entry) - SMBIOS_INTERMEDIATE_OFFSET;
299 se->checksum = table_compute_checksum(se, sizeof(struct smbios_entry));
  /external/u-boot/include/
smbios.h 34 struct __packed smbios_entry { struct

Completed in 1003 milliseconds