| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/ |
| H A D | meson.build | 5 sdbusplus_current_path = 'xyz/openbmc_project/Debug/Pid' 8 'xyz/openbmc_project/Debug/Pid/ThermalPower__markdown'.underscorify(), 10 '../../../../../yaml/xyz/openbmc_project/Debug/Pid/ThermalPower.interface.yaml', 24 'xyz/openbmc_project/Debug/Pid/ThermalPower', 32 'xyz/openbmc_project/Debug/Pid/Zone__markdown'.underscorify(), 34 '../../../../../yaml/xyz/openbmc_project/Debug/Pid/Zone.interface.yaml', 48 'xyz/openbmc_project/Debug/Pid/Zone',
|
| /openbmc/phosphor-power/power-supply/ |
| H A D | power_supply.cpp | 76 statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug); 149 statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug); in analyze() 307 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkInputFault() 350 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkPGOrUnitOffFault() 352 captureCmd(nv, status0Vout, Type::Debug); in checkPGOrUnitOffFault() 353 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkPGOrUnitOffFault() 354 captureCmd(nv, STATUS_MFR, Type::Debug); in checkPGOrUnitOffFault() 390 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkCurrentOutOverCurrentFault() 392 captureCmd(nv, status0Vout, Type::Debug); in checkCurrentOutOverCurrentFault() 393 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkCurrentOutOverCurrentFault() [all …]
|
| /openbmc/witherspoon-pfault-analysis/power-supply/ |
| H A D | power_supply.cpp | 97 statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug); 156 statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug); in analyze() 338 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkInputFault() 381 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkPGOrUnitOffFault() 383 captureCmd(nv, status0Vout, Type::Debug); in checkPGOrUnitOffFault() 384 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkPGOrUnitOffFault() 385 captureCmd(nv, STATUS_MFR, Type::Debug); in checkPGOrUnitOffFault() 421 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkCurrentOutOverCurrentFault() 423 captureCmd(nv, status0Vout, Type::Debug); in checkCurrentOutOverCurrentFault() 424 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkCurrentOutOverCurrentFault() [all …]
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/ThermalPower/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Debug/Pid/ThermalPower' 6 'xyz/openbmc_project/Debug/Pid/ThermalPower__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Debug/Pid/ThermalPower.interface.yaml', 28 'xyz/openbmc_project/Debug/Pid/ThermalPower',
|
| /openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/Zone/ |
| H A D | meson.build | 3 sdbusplus_current_path = 'xyz/openbmc_project/Debug/Pid/Zone' 6 'xyz/openbmc_project/Debug/Pid/Zone__cpp'.underscorify(), 8 '../../../../../../yaml/xyz/openbmc_project/Debug/Pid/Zone.interface.yaml', 28 'xyz/openbmc_project/Debug/Pid/Zone',
|
| /openbmc/phosphor-logging/test/openpower-pels/ |
| H A D | severity_test.cpp | 15 ASSERT_EQ(convertOBMCSeverityToPEL(LogSeverity::Debug), 0x00); in TEST() 45 {LogSeverity::Debug, SeverityType::critical, LogSeverity::Critical}, in TEST() 52 {LogSeverity::Debug, SeverityType::recovered, std::nullopt}, in TEST()
|
| /openbmc/u-boot/tools/patman/ |
| H A D | tools.py | 62 tout.Debug("Using output directory '%s'" % outdir) 65 tout.Debug("Using temporary directory '%s'" % outdir) 71 tout.Debug("Deleted temporary directory '%s'" % outdir) 109 tout.Debug("Using input directories %s" % indir)
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-connectivity/dibbler/dibbler/ |
| H A D | dibbler_fix_getSize_crash.patch | 42 + Log(Info) << "### CPE Debug - Option with index " << optionCount++ << LogEnd ; 43 + Log(Info) << "### CPE Debug - Option with type " << (*opt)->getOptType() << LogEnd ; 46 + Log(Info) << "### CPE Debug - Packet size of option (Add 4) " << pktsize << LogEnd ;
|
| /openbmc/openbmc/meta-openembedded/meta-networking/recipes-support/wireshark/files/ |
| H A D | 0002-flex-Remove-line-directives.patch | 26 - COMMAND ${LEX_EXECUTABLE} $<$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>:--debug> -o${_o… 32 + COMMAND ${LEX_EXECUTABLE} $<$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>:--debug> --no… 38 + COMMAND ${LEX_EXECUTABLE} $<$<OR:$<CONFIG:Debug>,$<CONFIG:RelWithDebInfo>>:--debug> -o${…
|
| /openbmc/qemu/rust/hw/char/pl011/src/ |
| H A D | registers.rs | 19 #[derive(Debug, Eq, PartialEq, qemu_api_macros::TryInto)] 236 #[derive(Clone, Copy, Debug, Eq, FromBits, PartialEq)] 245 #[derive(Clone, Copy, Debug, Eq, FromBits, PartialEq)] 257 #[derive(Clone, Copy, Debug, Eq, FromBits, PartialEq)]
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/suitesparse/suitesparse/ |
| H A D | 0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch | 26 # Debug flags for Clang 34 # Debug flags for GCC 43 # Debug flags for Intel
|
| /openbmc/debug-trigger/ |
| H A D | README.md | 1 # BMC Debug Trigger 12 ## Debug actions
|
| /openbmc/qemu/rust/qemu-api/src/ |
| H A D | irq.rs | 22 #[derive(Debug, qemu_api_macros::Wrapper)] 46 #[derive(Debug)]
|
| H A D | cell.rs | 308 impl<T: fmt::Debug + Copy> fmt::Debug for BqlCell<T> { 856 impl<T: fmt::Debug> fmt::Debug for BqlRef<'_, T> { 927 impl<T: fmt::Debug> fmt::Debug for BqlRefMut<'_, T> { 1032 impl<T> fmt::Debug for Opaque<T> {
|
| H A D | chardev.rs | 14 fmt::{self, Debug}, 74 impl Debug for CharBackend { 78 Debug::fmt(unsafe { &*chr }, f) in fmt()
|
| /openbmc/phosphor-power/phosphor-power-supply/ |
| H A D | new_power_supply.cpp | 599 statusWord = pmbusIntf->read(STATUS_WORD, Type::Debug, in analyze() 606 statusInput = pmbusIntf->read(STATUS_INPUT, Type::Debug); in analyze() 610 statusMFR = pmbusIntf->read(STATUS_MFR, Type::Debug); in analyze() 612 statusCML = pmbusIntf->read(STATUS_CML, Type::Debug); in analyze() 614 statusVout = pmbusIntf->read(status0Vout, Type::Debug); in analyze() 615 statusIout = pmbusIntf->read(STATUS_IOUT, Type::Debug); in analyze() 616 statusFans12 = pmbusIntf->read(STATUS_FANS_1_2, Type::Debug); in analyze() 618 pmbusIntf->read(STATUS_TEMPERATURE, Type::Debug); in analyze() 967 fwVersion = readVPDValue(FW_VERSION, Type::Debug, in updateInventory() 974 pn = readVPDValue(PART_NUMBER, Type::Debug, PN_KW_SIZE); in updateInventory() [all …]
|
| H A D | power_supply.cpp | 584 statusWord = pmbusIntf->read(STATUS_WORD, Type::Debug, in analyze() 591 statusInput = pmbusIntf->read(STATUS_INPUT, Type::Debug); in analyze() 595 statusMFR = pmbusIntf->read(STATUS_MFR, Type::Debug); in analyze() 597 statusCML = pmbusIntf->read(STATUS_CML, Type::Debug); in analyze() 599 statusVout = pmbusIntf->read(status0Vout, Type::Debug); in analyze() 600 statusIout = pmbusIntf->read(STATUS_IOUT, Type::Debug); in analyze() 601 statusFans12 = pmbusIntf->read(STATUS_FANS_1_2, Type::Debug); in analyze() 603 pmbusIntf->read(STATUS_TEMPERATURE, Type::Debug); in analyze() 952 fwVersion = readVPDValue(FW_VERSION, Type::Debug, in updateInventory() 959 pn = readVPDValue(PART_NUMBER, Type::Debug, PN_KW_SIZE); in updateInventory() [all …]
|
| /openbmc/u-boot/doc/ |
| H A D | README.AX25 | 35 Debug 37 - External Debug Module
|
| /openbmc/phosphor-logging/extensions/openpower-pels/ |
| H A D | severity.cpp | 47 case (LogSeverity::Debug): in convertOBMCSeverityToPEL() 77 (obmcSeverity == LogSeverity::Debug); in fixupLogSeverity()
|
| /openbmc/openbmc/meta-phosphor/recipes-phosphor/images/ |
| H A D | obmc-phosphor-debug-tarball.bb | 1 DESCRIPTION = "Debug tools tarball for use with OpenBMC Phosphor"
|
| /openbmc/bmcweb/http/ |
| H A D | logging.hpp | 44 Debug, enumerator 61 {LogLevel::Debug, 6}}}; in toSystemdLevel() 218 crow::vlog<crow::LogLevel::Debug, Args...>( in BMCWEB_LOG_DEBUG()
|
| /openbmc/openbmc/meta-openembedded/meta-oe/recipes-devtools/android-tools/android-tools/ |
| H A D | android-tools-adbd.service | 2 Description=Android Debug Bridge
|
| /openbmc/debug-trigger/systemd/system/ |
| H A D | debug-trigger@.service | 2 Description=BMC Debug Trigger
|
| /openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/ |
| H A D | android-tools-adbd.service | 2 Description=Android Debug Bridge
|
| /openbmc/bmcweb/redfish-core/include/generated/enums/ |
| H A D | log_service.hpp | 35 Debug, enumerator 132 {SyslogSeverity::Debug, "Debug"},
|