Home
last modified time | relevance | path

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

/openbmc/qemu/hw/smbios/
H A Dsmbios.c94 struct type9_instance { struct
99 QTAILQ_ENTRY(type9_instance) next; argument
101 static QTAILQ_HEAD(, type9_instance) type9 = QTAILQ_HEAD_INITIALIZER(type9);
759 struct type9_instance *t9; in smbios_build_type_9_table()
1498 struct type9_instance *t; in smbios_entry_add()
1499 t = g_new0(struct type9_instance, 1); in smbios_entry_add()