Home
last modified time | relevance | path

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

/openbmc/libcper/sections/
H A Dcper-section-generic.c77 json_object_new_string(section_generic->BrandString)); in cper_section_generic_to_ir()
146 strncpy(section_cper->BrandString, brand_string, in ir_section_generic_to_cper()
147 sizeof(section_cper->BrandString) - 1); in ir_section_generic_to_cper()
149 ->BrandString[sizeof(section_cper->BrandString) - 1] = in ir_section_generic_to_cper()
/openbmc/libcper/edk/
H A DCper.h395 CHAR8 BrandString[128]; member