Searched refs:type9_instance (Results 1 – 1 of 1) sorted by relevance
94 struct type9_instance { struct99 QTAILQ_ENTRY(type9_instance) next; argument101 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()