Home
last modified time | relevance | path

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

/qemu/hw/smbios/
H A Dsmbios.c871 char loc_str[128]; in smbios_build_type_17_table() local
891 snprintf(loc_str, sizeof(loc_str), "%s %d", type17.loc_pfx, instance); in smbios_build_type_17_table()
892 SMBIOS_TABLE_SET_STR(17, device_locator_str, loc_str); in smbios_build_type_17_table()