Home
last modified time | relevance | path

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

/qemu/hw/smbios/
H A Dsmbios.c675 char sock_str[128]; in smbios_build_type_4_table() local
687 snprintf(sock_str, sizeof(sock_str), "%s%2x", type4.sock_pfx, instance); in smbios_build_type_4_table()
688 SMBIOS_TABLE_SET_STR(4, socket_designation_str, sock_str); in smbios_build_type_4_table()