Home
last modified time | relevance | path

Searched full:reason (Results 1 – 25 of 2105) sorted by relevance

12345678910>>...85

/openbmc/phosphor-power/org/open_power/Witherspoon/
H A DFault.errors.yaml31 description: CPLD's error reason is PSU0_PGOOD fail
34 description: CPLD's error reason is PSU1_PGOOD fail
37 description: CPLD's error reason is 240Va_Fault_A fail
40 description: CPLD's error reason is 240Va_Fault_B fail
43 description: CPLD's error reason is 240Va_Fault_C fail
46 description: CPLD's error reason is 240Va_Fault_D fail
49 description: CPLD's error reason is 240Va_Fault_E fail
52 description: CPLD's error reason is 240Va_Fault_F fail
55 description: CPLD's error reason is 240Va_Fault_G fail
58 description: CPLD's error reason is 240Va_Fault_H fail
[all …]
/openbmc/linux/include/trace/events/
Dipi.h
Dtlb.h
Dmctp.h
/openbmc/linux/arch/alpha/kernel/
Dirq_alpha.c
/openbmc/linux/kernel/debug/kdb/
Dkdb_debugger.c
/openbmc/u-boot/drivers/fastboot/
H A Dfb_common.c33 * fastboot_response() - Writes a response of the form "$tag$reason".
55 * fastboot_fail() - Write a FAIL response of the form "FAIL$reason".
57 * @reason: Pointer to returned reason string
60 void fastboot_fail(const char *reason, char *response) in fastboot_fail() argument
62 fastboot_response("FAIL", response, "%s", reason); in fastboot_fail()
66 * fastboot_okay() - Write an OKAY response of the form "OKAY$reason".
68 * @reason: Pointer to returned reason string, or NULL to send a bare "OKAY"
71 void fastboot_okay(const char *reason, char *response) in fastboot_okay() argument
73 if (reason) in fastboot_okay()
74 fastboot_response("OKAY", response, "%s", reason); in fastboot_okay()
/openbmc/u-boot/include/
H A Dfastboot.h44 * fastboot_response() - Writes a response of the form "$tag$reason".
55 * fastboot_fail() - Write a FAIL response of the form "FAIL$reason".
57 * @reason: Pointer to returned reason string
60 void fastboot_fail(const char *reason, char *response);
63 * fastboot_okay() - Write an OKAY response of the form "OKAY$reason".
65 * @reason: Pointer to returned reason string, or NULL to send a bare "OKAY"
68 void fastboot_okay(const char *reason, char *response);
/openbmc/phosphor-networkd/src/
H A Dipaddress.cpp23 using Reason = xyz::openbmc_project::Common::NotAllowed::REASON; typedef
72 elog<NotAllowed>(Reason("Property update is not allowed")); in address()
76 elog<NotAllowed>(Reason("Property update is not allowed")); in prefixLength()
80 elog<NotAllowed>(Reason("Property update is not allowed")); in gateway()
84 elog<NotAllowed>(Reason("Property update is not allowed")); in type()
88 elog<NotAllowed>(Reason("Property update is not allowed")); in origin()
99 elog<NotAllowed>(Reason("Not allowed to delete a non-static address")); in delete_()
H A Dneighbor.cpp65 using REASON = typedef
66 phosphor::logging::xyz::openbmc_project::Common::NotAllowed::REASON;
71 elog<NotAllowed>(REASON("Property update is not allowed")); in ipAddress()
76 elog<NotAllowed>(REASON("Property update is not allowed")); in macAddress()
81 elog<NotAllowed>(REASON("Property update is not allowed")); in state()
/openbmc/linux/drivers/misc/sgi-xp/
Dxpc_channel.c
Dxpc_partition.c
/openbmc/qemu/tests/qemu-iotests/
H A D087.out10 …croseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
21 …croseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
31 …croseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
43 …croseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
55 …croseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
66 …croseconds": TIMESTAMP}, "event": "SHUTDOWN", "data": {"guest": false, "reason": "host-qmp-quit"}}
/openbmc/qemu/hw/uefi/
H A Dtrace-events13 uefi_vars_security_violation(const char *reason) "reason %s"
17 uefi_vars_policy_deny(const char *reason) "reason %s"
/openbmc/qemu/system/
H A Drunstate.c507 * Reset the VM. Issue an event unless @reason is SHUTDOWN_CAUSE_NONE.
509 void qemu_system_reset(ShutdownCause reason) in qemu_system_reset() argument
518 switch (reason) { in qemu_system_reset()
530 switch (reason) { in qemu_system_reset()
536 qapi_event_send_reset(shutdown_caused_by_guest(reason), reason); in qemu_system_reset()
659 S390CrashReason_str(info->u.s390.reason), in qemu_system_guest_panicked()
693 void qemu_system_reset_request(ShutdownCause reason) in qemu_system_reset_request() argument
696 reason != SHUTDOWN_CAUSE_SUBSYSTEM_RESET) { in qemu_system_reset_request()
697 shutdown_requested = reason; in qemu_system_reset_request()
700 shutdown_requested = reason; in qemu_system_reset_request()
[all …]
/openbmc/phosphor-debug-collector/host-transport-extensions/pldm/oem/ibm/
H A Dpldm_oem_cmds.cpp67 using Reason = xyz::openbmc_project::Common::NotAllowed::REASON; typedef
77 elog<NotAllowed>(Reason("Required host dump action via pldm is not " in readEID()
91 elog<NotAllowed>(Reason( in readEID()
126 elog<NotAllowed>(Reason("Host dump offload via pldm is not " in requestOffload()
135 elog<NotAllowed>(Reason("Host dump offload via pldm is not " in requestOffload()
152 elog<NotAllowed>(Reason("Host dump offload via pldm is not " in requestOffload()
198 elog<NotAllowed>(Reason("Host dump deletion via pldm is not " in requestDelete()
212 elog<NotAllowed>(Reason("Host dump deletion via pldm is not " in requestDelete()
233 elog<NotAllowed>(Reason("Host dump deletion via pldm is not " in requestDelete()
/openbmc/linux/include/xen/interface/
Dsched.h
/openbmc/qemu/include/system/
H A Drunstate.h131 void qemu_system_reset_request(ShutdownCause reason);
135 void qemu_system_wakeup_request(WakeupReason reason, Error **errp);
136 void qemu_system_wakeup_enable(WakeupReason reason, bool enabled);
139 void qemu_system_shutdown_request_with_code(ShutdownCause reason,
141 void qemu_system_shutdown_request(ShutdownCause reason);
146 void qemu_system_vmstop_request(RunState reason);
153 void qemu_system_reset(ShutdownCause reason);
/openbmc/phosphor-pid-control/failsafeloggers/
H A Dfailsafe_logger_utility.hpp28 const std::string& location, const std::string& reason) in outputFailsafeLogWithSensor() argument
35 zoneId, newFailsafeState, location, reason); in outputFailsafeLogWithSensor()
45 const std::string& location, const std::string& reason) in outputFailsafeLogWithZone() argument
50 zoneId, newFailsafeState, location, reason); in outputFailsafeLogWithZone()
/openbmc/hiomapd/vpnor/
H A Dtable.hpp244 /** @brief An exception type storing a reason string.
287 TocEntryError(const std::string&& reason) : ReasonedError(std::move(reason)) in TocEntryError() argument
300 MalformedTocEntry(const std::string&& reason) : in MalformedTocEntry() argument
301 TocEntryError(std::move(reason)) in MalformedTocEntry()
314 InvalidTocEntry(const std::string&& reason) : in InvalidTocEntry() argument
315 TocEntryError(std::move(reason)) in InvalidTocEntry()
334 OutOfBoundsOffset(const std::string&& reason) : in OutOfBoundsOffset() argument
335 ReasonedError(std::move(reason)) in OutOfBoundsOffset()
343 UnknownPartition(const std::string&& reason) : in UnknownPartition() argument
344 ReasonedError(std::move(reason)) in UnknownPartition()
/openbmc/phosphor-mboxd/vpnor/
H A Dpnor_partition_table.hpp234 /** @brief An exception type storing a reason string.
277 TocEntryError(const std::string&& reason) : ReasonedError(std::move(reason)) in TocEntryError() argument
290 MalformedTocEntry(const std::string&& reason) : in MalformedTocEntry() argument
291 TocEntryError(std::move(reason)) in MalformedTocEntry()
304 InvalidTocEntry(const std::string&& reason) : in InvalidTocEntry() argument
305 TocEntryError(std::move(reason)) in InvalidTocEntry()
324 OutOfBoundsOffset(const std::string&& reason) : in OutOfBoundsOffset() argument
325 ReasonedError(std::move(reason)) in OutOfBoundsOffset()
333 UnknownPartition(const std::string&& reason) : in UnknownPartition() argument
334 ReasonedError(std::move(reason)) in UnknownPartition()
/openbmc/sdbusplus/test/
H A Dunpack_properties.cpp24 reason(r), property(p) in UnpackError()
26 sdbusplus::UnpackErrorReason reason; member
35 [&error](sdbusplus::UnpackErrorReason reason, in operator ()()
37 error.emplace(reason, property); in operator ()()
182 ASSERT_THAT(error->reason, Eq(UnpackErrorReason::missingProperty)); in TYPED_TEST()
200 ASSERT_THAT(error->reason, Eq(UnpackErrorReason::wrongType)); in TYPED_TEST()
216 ASSERT_THAT(error->reason, Eq(UnpackErrorReason::wrongType)); in TYPED_TEST()
241 EXPECT_THAT(badProperty->reason, Eq(UnpackErrorReason::missingProperty)); in TYPED_TEST()
257 EXPECT_THAT(badProperty->reason, Eq(UnpackErrorReason::wrongType)); in TYPED_TEST()
272 EXPECT_THAT(badProperty->reason, Eq(UnpackErrorReason::wrongType)); in TYPED_TEST()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/User/
H A DCommon.metadata.yaml8 - str: "REASON=%s"
13 - str: "REASON=%s"
18 - str: "REASON=%s"
/openbmc/phosphor-led-manager/manager/
H A Dconfig-validator.hpp37 error::ConfigValidationError reason; member in phosphor::led::ConfigValidationException
41 std::runtime_error(msg), reason(err) in ConfigValidationException()
49 std::runtime_error(msg), reason(err) in ConfigValidationException()
59 std::runtime_error(msg), reason(err) in ConfigValidationException()
/openbmc/linux/include/linux/
Dlapb.h

12345678910>>...85