Home
last modified time | relevance | path

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

/openbmc/qemu/hw/smbios/
H A Dsmbios.c1438 struct type8_instance *t8_i; in smbios_entry_add() local
1439 t8_i = g_new0(struct type8_instance, 1); in smbios_entry_add()
1440 save_opt(&t8_i->internal_reference, opts, "internal_reference"); in smbios_entry_add()
1441 save_opt(&t8_i->external_reference, opts, "external_reference"); in smbios_entry_add()
1442 t8_i->connector_type = qemu_opt_get_number(opts, in smbios_entry_add()
1444 t8_i->port_type = qemu_opt_get_number(opts, "port_type", 0); in smbios_entry_add()
1445 QTAILQ_INSERT_TAIL(&type8, t8_i, next); in smbios_entry_add()