Home
last modified time | relevance | path

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

/qemu/hw/smbios/
H A Dsmbios.c129 struct type41_instance { struct
132 QTAILQ_ENTRY(type41_instance) next; argument
134 static QTAILQ_HEAD(, type41_instance) type41 = QTAILQ_HEAD_INITIALIZER(type41);
951 struct type41_instance *t41; in smbios_build_type_41_table()
1540 struct type41_instance *t41_i; in smbios_entry_add()
1546 t41_i = g_new0(struct type41_instance, 1); in smbios_entry_add()