Home
last modified time | relevance | path

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

/openbmc/qemu/include/hw/firmware/
H A Dsmbios.h42 struct smbios_21_entry_point { struct
77 struct smbios_21_entry_point ep21; argument
/openbmc/qemu/hw/smbios/
H A Dsmbios.c1042 ep.ep21.length = sizeof(struct smbios_21_entry_point); in smbios_entry_point_setup()
1168 *anchor_len = sizeof(struct smbios_21_entry_point); in smbios_get_tables()
/openbmc/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()