Home
last modified time | relevance | path

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

/openbmc/linux/drivers/firmware/efi/
H A Dcper_cxl.c61 pr_info("%s agent_type: %d, %s\n", pfx, prot_err->agent_type, in cper_print_prot_err()
62 prot_err->agent_type < ARRAY_SIZE(prot_err_agent_type_strs) in cper_print_prot_err()
63 ? prot_err_agent_type_strs[prot_err->agent_type] in cper_print_prot_err()
67 switch (prot_err->agent_type) { in cper_print_prot_err()
99 switch (prot_err->agent_type) { in cper_print_prot_err()
125 switch (prot_err->agent_type) { in cper_print_prot_err()
140 switch (prot_err->agent_type) { in cper_print_prot_err()
H A Dcper_cxl.h23 u8 agent_type; member
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsbom30.py380 agent_type = self.d.getVar("%s_type" % varname)
381 if agent_type == "person":
383 elif agent_type == "software":
385 elif agent_type == "organization":
387 elif not agent_type or agent_type == "agent":
390 bb.fatal("Unknown agent type '%s' in %s_type" % (agent_type, varname))
/openbmc/libcper/sections/
H A Dcper-section-cxl-protocol.c38 json_object *agent_type = integer_to_readable_pair( in cper_section_cxl_protocol_to_ir()
43 json_object_object_add(section_ir, "agentType", agent_type); in cper_section_cxl_protocol_to_ir()
26 json_object *agent_type = integer_to_readable_pair( cper_section_cxl_protocol_to_ir() local