Home
last modified time | relevance | path

Searched refs:smbios_21_entry_point (Results 1 – 3 of 3) sorted by relevance

/qemu/include/hw/firmware/
H A Dsmbios.h61 struct smbios_21_entry_point { struct
96 struct smbios_21_entry_point ep21; argument
/qemu/hw/smbios/
H A Dsmbios.c1047 ep.ep21.length = sizeof(struct smbios_21_entry_point); in smbios_entry_point_setup()
1184 *anchor_len = sizeof(struct smbios_21_entry_point); in smbios_get_tables_ep()
/qemu/tests/qtest/
H A Dbios-tables-test.c557 struct smbios_21_entry_point *ep_table = &data->smbios_ep_table.ep21; in smbios_ep2_table_ok()