/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(), 9 input: [ '../../../../../yaml/xyz/openbmc_project/Debug/Pid/ThermalPower.interface.yaml', ], 17 'xyz/openbmc_project/Debug/Pid/ThermalPower', 25 'xyz/openbmc_project/Debug/Pid/Zone__markdown'.underscorify(), 26 input: [ '../../../../../yaml/xyz/openbmc_project/Debug/Pid/Zone.interface.yaml', ], 34 'xyz/openbmc_project/Debug/Pid/Zone',
|
/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-power/power-supply/ |
H A D | power_supply.cpp | 76 statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug); 150 statusWord = pmbusIntf.read(STATUS_WORD, Type::Debug); in analyze() 308 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkInputFault() 351 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkPGOrUnitOffFault() 353 captureCmd(nv, status0Vout, Type::Debug); in checkPGOrUnitOffFault() 354 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkPGOrUnitOffFault() 355 captureCmd(nv, STATUS_MFR, Type::Debug); in checkPGOrUnitOffFault() 391 captureCmd(nv, STATUS_INPUT, Type::Debug); in checkCurrentOutOverCurrentFault() 393 captureCmd(nv, status0Vout, Type::Debug); in checkCurrentOutOverCurrentFault() 394 captureCmd(nv, STATUS_IOUT, Type::Debug); in checkCurrentOutOverCurrentFault() [all …]
|
/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', 23 'xyz/openbmc_project/Debug/Pid/Zone',
|
/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', 23 'xyz/openbmc_project/Debug/Pid/ThermalPower',
|
/openbmc/linux/Documentation/devicetree/bindings/powerpc/fsl/ |
H A D | dcsr.txt | 2 Debug Control and Status Register (DCSR) Binding 11 Debug Control and Status Register Memory Map 166 CoreNet Debug Controller 169 the CoreNet Debug controller. 184 The CoreNet Debug controller occupies two regions in the DCSR space 187 The first register range describes the CoreNet Debug Controller 190 The second register range describes the CoreNet Debug Controller 200 Data Path Debug controller 203 the DPAA Debug Controller. This controller controls debug configuration 212 or Debug IP of the form "fsl,<soc>-dcsr-dpaa" in addition to the [all …]
|
/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/phosphor-logging/test/openpower-pels/ |
H A D | severity_test.cpp | 27 ASSERT_EQ(convertOBMCSeverityToPEL(LogSeverity::Debug), 0x00); in TEST() 57 {LogSeverity::Debug, SeverityType::critical, LogSeverity::Critical}, in TEST() 64 {LogSeverity::Debug, SeverityType::recovered, std::nullopt}, in TEST()
|
/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/linux/rust/kernel/sync/ |
H A D | arc.rs | 627 impl<T: fmt::Debug + ?Sized> fmt::Debug for UniqueArc<T> { 629 fmt::Debug::fmt(self.deref(), f) in fmt() 633 impl<T: fmt::Debug + ?Sized> fmt::Debug for Arc<T> { 635 fmt::Debug::fmt(self.deref(), f) in fmt()
|
/openbmc/phosphor-power/phosphor-power-supply/ |
H A D | power_supply.cpp | 573 statusWord = pmbusIntf->read(STATUS_WORD, Type::Debug, in analyze() 580 statusInput = pmbusIntf->read(STATUS_INPUT, Type::Debug); in analyze() 584 statusMFR = pmbusIntf->read(STATUS_MFR, Type::Debug); in analyze() 586 statusCML = pmbusIntf->read(STATUS_CML, Type::Debug); in analyze() 588 statusVout = pmbusIntf->read(status0Vout, Type::Debug); in analyze() 589 statusIout = pmbusIntf->read(STATUS_IOUT, Type::Debug); in analyze() 590 statusFans12 = pmbusIntf->read(STATUS_FANS_1_2, Type::Debug); in analyze() 592 pmbusIntf->read(STATUS_TEMPERATURE, Type::Debug); in analyze() 945 fwVersion = readVPDValue(FW_VERSION, Type::Debug, in updateInventory() 952 pn = readVPDValue(PART_NUMBER, Type::Debug, PN_KW_SIZE); in updateInventory() [all …]
|
/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/qemu/rust/hw/char/pl011/src/ |
H A D | lib.rs | 61 #[derive(Debug)] 402 #[derive(Clone, Copy, Debug, Eq, FromBits, PartialEq)] 415 #[derive(Clone, Copy, Debug, Eq, FromBits, PartialEq)] 433 #[derive(Clone, Copy, Debug, Eq, FromBits, PartialEq)]
|
/openbmc/debug-trigger/ |
H A D | README.md | 1 # BMC Debug Trigger 12 ## Debug actions
|
/openbmc/linux/Documentation/gpu/amdgpu/display/ |
H A D | dc-debug.rst | 2 Display Core Debug tools 18 Multiple Planes Debug 48 Pipe Split Debug 62 DTN Debug
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | severity.cpp | 59 case (LogSeverity::Debug): in convertOBMCSeverityToPEL() 89 (obmcSeverity == LogSeverity::Debug); in fixupLogSeverity()
|
/openbmc/u-boot/doc/ |
H A D | README.AX25 | 35 Debug 37 - External Debug Module
|
/openbmc/linux/rust/alloc/collections/ |
H A D | mod.rs | 61 #[derive(Clone, PartialEq, Eq, Debug)] 82 #[derive(Clone, PartialEq, Eq, Debug)]
|
/openbmc/bmcweb/redfish-core/include/generated/enums/ |
H A D | log_service.hpp | 35 Debug, enumerator 131 {SyslogSeverity::Debug, "Debug"},
|
H A D | event_destination.hpp | 79 Debug, enumerator 180 {SyslogSeverity::Debug, "Debug"},
|
/openbmc/linux/Documentation/ABI/testing/ |
H A D | sysfs-bus-pci-drivers-xhci_hcd | 6 USB3 controllers) are often implemented with the Debug 14 to the Debug Capability. Otherwise, it will be assigned 75 The default value is 1 (GNU Remote Debug command).
|
/openbmc/linux/Documentation/firmware-guide/acpi/ |
H A D | debug.rst | 4 ACPI CA Debug Output 117 Enable all AML "Debug" output (stores to the Debug object while interpreting
|
/openbmc/openbmc/meta-facebook/meta-yosemitev2/recipes-bsp/u-boot/u-boot-aspeed-sdk/ |
H A D | 0002-spl-host-console-handle.patch | 24 L H L L 5 BMC Debug port select 34 H L L H 10 BMC Debug port select 47 1 0 0 1 BMC Debug
|
/openbmc/linux/kernel/configs/ |
H A D | debug.config | 79 # Debug Oops, Lockups and Hangs 94 # Debug kernel data structures
|