/openbmc/openbmc-test-automation/lib/ |
H A D | openbmc_ffdc_list.py | 308 def get_ffdc_bmc_cmd(self, i_type): argument 316 return FFDC_BMC_CMD[i_type].items() 318 def get_ffdc_bmc_file(self, i_type): argument 326 return FFDC_BMC_FILE[i_type].items() 328 def get_ffdc_get_request(self, i_type): argument 336 return FFDC_GET_REQUEST[i_type].items() 338 def get_ffdc_get_redfish_request(self, i_type): argument 346 return FFDC_GET_REDFISH_REQUEST[i_type].items() 402 def get_ffdc_method_call(self, i_type): argument 409 return FFDC_METHOD_CALL[i_type].items() [all …]
|
/openbmc/openpower-hw-diags/analyzer/ |
H A D | analyzer_main.cpp | 32 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 D | create_pel.cpp | 344 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 D | filter-root-cause.cpp | 312 bool findRootCause(AnalysisType i_type, const libhei::IsolationData& i_isoData, in findRootCause() argument 390 if (AnalysisType::SYSTEM_CHECKSTOP != i_type) in findRootCause() 400 if (AnalysisType::TERMINATE_IMMEDIATE != i_type) in findRootCause() 505 bool filterRootCause(AnalysisType i_type, in filterRootCause() argument 512 bool rc = findRootCause(i_type, i_isoData, o_rootCause, i_rasData); in filterRootCause()
|
H A D | analyzer_main.hpp | 46 uint32_t analyzeHardware(AnalysisType i_type, attn::DumpParameters& o_dump);
|
/openbmc/openpower-hw-diags/analyzer/plugins/ |
H A D | plugin.hpp | 86 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 D | attention.cpp | 8 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 D | attention.hpp | 40 Attention(AttentionType i_type, int (*i_handler)(Attention*),
|
/openbmc/openpower-hw-diags/util/ |
H A D | pdbg.cpp | 455 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 D | elog-gen.py | 94 def get_cpp_type(i_type): argument 110 return typeMap[i_type]
|
/openbmc/linux/fs/omfs/ |
H A D | omfs_fs.h | 64 char i_type; /* OMFS_[DIR,FILE] */ member
|
H A D | inode.c | 121 oi->i_type = OMFS_DIR; in __omfs_write_inode() 123 oi->i_type = OMFS_FILE; in __omfs_write_inode() 241 switch (oi->i_type) { in omfs_iget()
|
H A D | dir.c | 359 d_type = (oi->i_type == OMFS_DIR) ? DT_DIR : DT_REG; in omfs_fill_chain()
|
/openbmc/linux/fs/befs/ |
H A D | befs.h | 65 u32 i_type; member
|
/openbmc/linux/fs/xfs/ |
H A D | xfs_log.h | 94 return xlog_copy_iovec(lv, vecp, src->i_type, src->i_addr, src->i_len); in xlog_copy_from_iovec()
|
H A D | xfs_log_cil.c | 937 .i_type = XLOG_REG_TYPE_COMMIT, in xlog_cil_write_commit_record() 1000 hdr->lhdr[0].i_type = XLOG_REG_TYPE_LRHEADER; in xlog_cil_build_trans_hdr() 1017 hdr->lhdr[1].i_type = XLOG_REG_TYPE_TRANSHDR; in xlog_cil_build_trans_hdr()
|
H A D | xfs_attr_item.c | 92 nv->name.i_type = XLOG_REG_TYPE_ATTR_NAME; in xfs_attri_log_nameval_alloc() 103 nv->value.i_type = XLOG_REG_TYPE_ATTR_VALUE; in xfs_attri_log_nameval_alloc()
|
H A D | xfs_log.c | 129 vec->i_type = type; in xlog_prepare_iovec() 928 .i_type = XLOG_REG_TYPE_UNMOUNT, in xlog_write_unmount_record() 2203 xfs_warn(mp, " type = 0x%x", vec->i_type); in xlog_print_trans()
|
/openbmc/openpower-hw-diags/test/ |
H A D | test-root-cause-filter.cpp | 15 bool filterRootCause(AnalysisType i_type,
|
H A D | test-pll-unlock.cpp | 14 bool filterRootCause(AnalysisType i_type,
|
/openbmc/linux/Documentation/filesystems/ |
H A D | omfs.rst | 77 char i_type; /* OMFS_[DIR,FILE] */
|
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/ |
H A D | 2001-fix-luaL-checkint.patch | 113 int i_type = vlc_osd_slider_type_from_string( psz_type );
|
/openbmc/openbmc/meta-openembedded/meta-multimedia/recipes-multimedia/vlc/vlc/ |
H A D | 0003-fix-luaL-checkint.patch | 110 int i_type = vlc_osd_slider_type_from_string( psz_type );
|
/openbmc/linux/fs/xfs/libxfs/ |
H A D | xfs_log_format.h | 198 uint i_type; /* type of region */ member
|