Home
last modified time | relevance | path

Searched refs:Debug (Results 1 – 25 of 140) sorted by relevance

123456

/openbmc/phosphor-dbus-interfaces/gen/xyz/openbmc_project/Debug/Pid/
H A Dmeson.build5 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 Dpower_supply.cpp76 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 Dpower_supply.cpp97 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 Dmeson.build3 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 Dmeson.build3 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 Dseverity_test.cpp15 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 Dtools.py62 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 Ddibbler_fix_getSize_crash.patch42 + 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 D0002-flex-Remove-line-directives.patch26 - 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 Dregisters.rs19 #[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 D0001-Preserve-CXXFLAGS-from-environment-in-Mongoose.patch26 # Debug flags for Clang
34 # Debug flags for GCC
43 # Debug flags for Intel
/openbmc/debug-trigger/
H A DREADME.md1 # BMC Debug Trigger
12 ## Debug actions
/openbmc/qemu/rust/qemu-api/src/
H A Dirq.rs22 #[derive(Debug, qemu_api_macros::Wrapper)]
46 #[derive(Debug)]
H A Dcell.rs308 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 Dchardev.rs14 fmt::{self, Debug},
74 impl Debug for CharBackend {
78 Debug::fmt(unsafe { &*chr }, f) in fmt()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dnew_power_supply.cpp599 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 Dpower_supply.cpp584 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 DREADME.AX2535 Debug
37 - External Debug Module
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dseverity.cpp47 case (LogSeverity::Debug): in convertOBMCSeverityToPEL()
77 (obmcSeverity == LogSeverity::Debug); in fixupLogSeverity()
/openbmc/openbmc/meta-phosphor/recipes-phosphor/images/
H A Dobmc-phosphor-debug-tarball.bb1 DESCRIPTION = "Debug tools tarball for use with OpenBMC Phosphor"
/openbmc/bmcweb/http/
H A Dlogging.hpp44 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 Dandroid-tools-adbd.service2 Description=Android Debug Bridge
/openbmc/debug-trigger/systemd/system/
H A Ddebug-trigger@.service2 Description=BMC Debug Trigger
/openbmc/openbmc/meta-openembedded/meta-oe/dynamic-layers/selinux/recipes-devtool/android-tools/android-tools/
H A Dandroid-tools-adbd.service2 Description=Android Debug Bridge
/openbmc/bmcweb/redfish-core/include/generated/enums/
H A Dlog_service.hpp35 Debug, enumerator
132 {SyslogSeverity::Debug, "Debug"},

123456