Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h43 uint8_t anchor_string[4]; member
64 uint8_t anchor_string[5]; member
/openbmc/qemu/hw/smbios/
H A Dsmbios.c1040 memcpy(ep.ep21.anchor_string, "_SM_", 4); in smbios_entry_point_setup()
1063 memcpy(ep.ep30.anchor_string, "_SM3_", 5); in smbios_entry_point_setup()
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c560 if (memcmp(ep_table->anchor_string, "_SM_", 4)) { in smbios_ep2_table_ok()
585 if (memcmp(ep_table->anchor_string, "_SM3_", 5)) { in smbios_ep3_table_ok()
/openbmc/qemu/tests/avocado/acpi-bits/bits-tests/
H A Dsmbios.py2102 self.add_field('anchor_string', u.unpack_one("4s"))