Home
last modified time | relevance | path

Searched refs:i_type (Results 1 – 14 of 14) sorted by relevance

/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_list.py311 def get_ffdc_bmc_cmd(self, i_type): argument
319 return FFDC_BMC_CMD[i_type].items()
321 def get_ffdc_bmc_file(self, i_type): argument
329 return FFDC_BMC_FILE[i_type].items()
331 def get_ffdc_get_request(self, i_type): argument
339 return FFDC_GET_REQUEST[i_type].items()
341 def get_ffdc_get_redfish_request(self, i_type): argument
349 return FFDC_GET_REDFISH_REQUEST[i_type].items()
405 def get_ffdc_method_call(self, i_type): argument
412 return FFDC_METHOD_CALL[i_type].items()
[all …]
/openbmc/openpower-hw-diags/analyzer/
H A Danalyzer_main.cpp32 bool filterRootCause(AnalysisType i_type,
46 const char* __attn(libhei::AttentionType_t i_type) in __attn() argument
49 switch (i_type) in __attn()
67 trace::err("Unsupported attention type: %u", i_type); in __attn()
75 const char* __analysisType(AnalysisType i_type) in __analysisType() argument
78 switch (i_type) in __analysisType()
90 trace::err("Unsupported analysis type: %u", i_type); in __analysisType()
98 uint32_t analyzeHardware(AnalysisType i_type, attn::DumpParameters& o_dump) in analyzeHardware() argument
108 trace::inf(">>> enter analyzeHardware(%s)", __analysisType(i_type)); in analyzeHardware()
134 attnFound = filterRootCause(i_type, isoData, rootCause, rasData); in analyzeHardware()
[all …]
H A Dcreate_pel.cpp344 std::string __getMessageRegistry(AnalysisType i_type) in __getMessageRegistry() argument
346 if (AnalysisType::SYSTEM_CHECKSTOP == i_type) in __getMessageRegistry()
350 else if (AnalysisType::TERMINATE_IMMEDIATE == i_type) in __getMessageRegistry()
360 std::string __getMessageSeverity(AnalysisType i_type) in __getMessageSeverity() argument
365 if (AnalysisType::SYSTEM_CHECKSTOP == i_type) in __getMessageSeverity()
371 else if (AnalysisType::TERMINATE_IMMEDIATE == i_type) in __getMessageSeverity()
H A Dfilter-root-cause.cpp338 bool findRootCause(AnalysisType i_type, const libhei::IsolationData& i_isoData, in findRootCause() argument
417 if (AnalysisType::SYSTEM_CHECKSTOP != i_type) in findRootCause()
427 if (AnalysisType::TERMINATE_IMMEDIATE != i_type) in findRootCause()
532 bool filterRootCause(AnalysisType i_type, in filterRootCause() argument
539 bool rc = findRootCause(i_type, i_isoData, o_rootCause, i_rasData); in filterRootCause()
H A Danalyzer_main.hpp46 uint32_t analyzeHardware(AnalysisType i_type, attn::DumpParameters& o_dump);
/openbmc/openpower-hw-diags/analyzer/plugins/
H A Dplugin.hpp86 void add(libhei::ChipType_t i_type, const std::string& i_name, in add() argument
89 auto itr = iv_map.find(i_type); in add()
93 iv_map[i_type][i_name] = i_plugin; in add()
109 PluginFunction get(libhei::ChipType_t i_type, in get() argument
116 func = iv_map.at(i_type).at(i_name); in get()
120 trace::err("Plugin not defined: i_type=0x%08x i_name=%s", i_type, in get()
/openbmc/openpower-hw-diags/attn/
H A Dattention.cpp8 Attention::Attention(AttentionType i_type, int (*i_handler)(Attention*), in Attention() argument
10 iv_type(i_type), iv_handler(i_handler), iv_target(i_target), in Attention()
H A Dattention.hpp40 Attention(AttentionType i_type, int (*i_handler)(Attention*),
/openbmc/openpower-hw-diags/util/
H A Dpdbg.cpp455 libhei::ChipType_t i_type) in __addChip() argument
459 trace::inf("Chip found: type=0x%08" PRIx32 " chip=%s", i_type, in __addChip()
462 if (0 == i_type) in __addChip()
470 o_chips.emplace_back(i_trgt, i_type); in __addChip()
/openbmc/phosphor-logging/tools/
H A Delog-gen.py94 def get_cpp_type(i_type): argument
110 return typeMap[i_type]
/openbmc/openpower-hw-diags/test/
H A Dtest-root-cause-filter.cpp15 bool filterRootCause(AnalysisType i_type,
H A Dtest-pll-unlock.cpp14 bool filterRootCause(AnalysisType i_type,
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D2001-fix-luaL-checkint.patch113 int i_type = vlc_osd_slider_type_from_string( psz_type );
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/
H A D0003-fix-luaL-checkint.patch110 int i_type = vlc_osd_slider_type_from_string( psz_type );