Home
last modified time | relevance | path

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

/qemu/hw/smbios/
H A Dsmbios.c39 static unsigned usr_table_max; variable
1110 smbios_table_max = usr_table_max; in smbios_get_tables_ep()
1376 if (size > usr_table_max) { in smbios_entry_add()
1377 usr_table_max = size; in smbios_entry_add()