Searched refs:smbios_entry (Results 1 – 2 of 2) sorted by relevance
262 struct smbios_entry *se; in write_smbios_table()274 se = (struct smbios_entry *)(uintptr_t)addr; in write_smbios_table()275 memset(se, 0, sizeof(struct smbios_entry)); in write_smbios_table()277 addr += sizeof(struct smbios_entry); in write_smbios_table()289 se->length = sizeof(struct smbios_entry); in write_smbios_table()300 isize = sizeof(struct smbios_entry) - SMBIOS_INTERMEDIATE_OFFSET; in write_smbios_table()302 se->checksum = table_compute_checksum(se, sizeof(struct smbios_entry)); in write_smbios_table()
35 struct __packed smbios_entry { struct