Searched refs:type8_instance (Results 1 – 1 of 1) sorted by relevance
86 struct type8_instance { struct89 QTAILQ_ENTRY(type8_instance) next; argument91 static QTAILQ_HEAD(, type8_instance) type8 = QTAILQ_HEAD_INITIALIZER(type8);739 struct type8_instance *t8; in smbios_build_type_8_table()1485 struct type8_instance *t8_i; in smbios_entry_add()1486 t8_i = g_new0(struct type8_instance, 1); in smbios_entry_add()