Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h53 uint16_t structure_table_length; member
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c566 if (ep_table->structure_table_length == 0) { in smbios_ep2_table_ok()
782 g_assert_cmpuint(le16_to_cpu(ep_table->ep21.structure_table_length), ==, in test_smbios_structs()
/openbmc/qemu/hw/smbios/
H A Dsmbios.c1052 ep.ep21.structure_table_length = cpu_to_le16(smbios_tables_len); in smbios_entry_point_setup()
/openbmc/qemu/tests/avocado/acpi-bits/bits-tests/
H A Dsmbios.py273 …cture_memory = bits.memory(self.header.structure_table_address, self.header.structure_table_length)
112 self.add_field('structure_table_length', u.unpack_one("<H"))