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.c112 section_generic->BrandString, in cper_section_generic_to_ir()
113 sizeof(section_generic->BrandString)); in cper_section_generic_to_ir()
223 strncpy(section_cper->BrandString, brand_string, in ir_section_generic_to_cper()
224 sizeof(section_cper->BrandString) - 1); in ir_section_generic_to_cper()
226 ->BrandString[sizeof(section_cper->BrandString) - in ir_section_generic_to_cper()
/openbmc/libcper/include/libcper/
H A DCper.h375 CHAR8 BrandString[128]; member