Searched refs:agent_type (Results 1 – 4 of 4) sorted by relevance
61 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()
23 u8 agent_type; member
380 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))
38 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