Home
last modified time | relevance | path

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

/qemu/hw/smbios/
H A Dsmbios.c95 struct type9_instance { struct
100 QTAILQ_ENTRY(type9_instance) next; argument
102 static QTAILQ_HEAD(, type9_instance) type9 = QTAILQ_HEAD_INITIALIZER(type9);
762 struct type9_instance *t9; in smbios_build_type_9_table()
1502 struct type9_instance *t; in smbios_entry_add()
1503 t = g_new0(struct type9_instance, 1); in smbios_entry_add()