Home
last modified time | relevance | path

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

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