Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h63 struct smbios_30_entry_point { struct
78 struct smbios_30_entry_point ep30; argument
/openbmc/qemu/hw/smbios/
H A Dsmbios.c1064 ep.ep30.length = sizeof(struct smbios_30_entry_point); in smbios_entry_point_setup()
1170 *anchor_len = sizeof(struct smbios_30_entry_point); in smbios_get_tables()
/openbmc/qemu/tests/qtest/
H A Dbios-tables-test.c582 struct smbios_30_entry_point *ep_table = &data->smbios_ep_table.ep30; in smbios_ep3_table_ok()