Home
last modified time | relevance | path

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

/qemu/hw/smbios/
H A Dsmbios.c87 struct type8_instance { struct
90 QTAILQ_ENTRY(type8_instance) next; argument
92 static QTAILQ_HEAD(, type8_instance) type8 = QTAILQ_HEAD_INITIALIZER(type8);
742 struct type8_instance *t8; in smbios_build_type_8_table()
1489 struct type8_instance *t8_i; in smbios_entry_add()
1490 t8_i = g_new0(struct type8_instance, 1); in smbios_entry_add()