Home
last modified time | relevance | path

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

/openbmc/libcper/sections/
H A Dcper-section-nvidia.c56 add_untrusted_string(fwinfo, "initiating_firmware", in parse_fwerror()
63 add_untrusted_string(fwinfo, "mb1_version_string", in parse_fwerror()
131 add_untrusted_string(section_ir, "signature", signature, in cper_section_nvidia_to_ir()
H A Dcper-section-generic.c111 add_untrusted_string(section_ir, "cpuBrandString", in cper_section_generic_to_ir()
/openbmc/libcper/include/libcper/
H A Dcper-utils.h65 void add_untrusted_string(json_object *ir, const char *field_name,
/openbmc/libcper/
H A Dcper-parse.c387 add_untrusted_string(section_descriptor_ir, "fruText", in cper_section_descriptor_to_ir()
H A Dcper-utils.c462 void add_untrusted_string(json_object *ir, const char *field_name, in add_untrusted_string() function