Home
last modified time | relevance | path

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

/openbmc/u-boot/lib/
H A Dsmbios.c278 int max_struct_size = 0; in write_smbios_table() local
298 max_struct_size = max(max_struct_size, tmp); in write_smbios_table()
306 se->max_struct_size = max_struct_size; in write_smbios_table()
/openbmc/u-boot/include/
H A Dsmbios.h40 u16 max_struct_size; member