Home
last modified time | relevance | path

Searched refs:intermediate_anchor_string (Results 1 – 4 of 4) sorted by relevance

/qemu/include/hw/firmware/
H A Dsmbios.h70 uint8_t intermediate_anchor_string[5]; member
/qemu/hw/smbios/
H A Dsmbios.c1046 memcpy(ep.ep21.intermediate_anchor_string, "_DMI_", 5); in smbios_entry_point_setup()
/qemu/tests/qtest/
H A Dbios-tables-test.c563 if (memcmp(ep_table->intermediate_anchor_string, "_DMI_", 5)) { in smbios_ep2_table_ok()
/qemu/tests/avocado/acpi-bits/bits-tests/
H A Dsmbios.py2110 self.add_field('intermediate_anchor_string', u.unpack_one("5s"))
2385 if (sm.header.intermediate_anchor_string == '_DMI_'):