Home
last modified time | relevance | path

Searched defs:Message (Results 1 – 25 of 30) sorted by relevance

12

/openbmc/phosphor-net-ipmid/
H A Dmessage.hpp119 struct Message struct
121 static constexpr uint32_t MESSAGE_INVALID_SESSION_ID = 0xBADBADFF;
123 Message() : in Message() argument
139 Message(const Message& other) : in Message() function
169 uint32_t getCommand() in getCommand()
195 std::shared_ptr<Message> createResponse(std::vector<uint8_t>& output) in createResponse()
244 bool isPacketEncrypted; // Message's Encryption Status
245 bool isPacketAuthenticated; // Message's Authentication Status
246 PayloadType payloadType; // Type of message payload (IPMI,SOL ..etc)
247 uint32_t rcSessionID; // Remote Client's Session ID
[all …]
H A Dmessage_parsers.cpp320 const std::shared_ptr<Message>& /* message */, in verifyPacketIntegrity()
374 const std::shared_ptr<Message>& /* message */, in addIntegrityData()
399 const std::shared_ptr<Message>& /* message */, size_t payloadLen, in decryptPayload()
/openbmc/bmcweb/redfish-core/include/registries/
H A Dopenbmc.json10 "Message": "ADDDC Correctable Error.Socket=%1 Channel=%2 DIMM=%3 Rank=%4.", string
19 "Message": "At-Scale Debug service is now connected %1", string
28 "Message": "At-Scale Debug connection aborted/failed", string
36 "Message": "At-Scale Debug service is now disconnected", string
44 "Message": "At-Scale Debug service is stopped.", string
52 "Message": "At-Scale Debug Feature is disabled in hardware.", string
60 "Message": "At-Scale Debug service is started.", string
68 "Message": "At-Scale Debug Feature is enabled in hardware.", string
76 "Message": "At-Scale Debug special user is disabled", string
84 "Message": "At-Scale Debug special user is enabled", string
[all …]
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_client.py78 sent: Message, received: Message):
113 def __init__(self, error_message: str, msg: Message):
152 def __init__(self, error_message: str, msg: Message, sent: Message):
342 async def _on_message(self, msg: Message) -> None:
408 def _do_send(self, msg: Message) -> None:
424 async def _issue(self, msg: Message) -> Union[None, str]:
469 async def _execute(self, msg: Message, assign_id: bool = True) -> Message:
502 msg: Union[Message, Mapping[str, object], bytes],
551 async def execute_msg(self, msg: Message) -> object:
H A Devents.py511 def accept(self, event: Message) -> bool:
531 async def put(self, event: Message) -> None:
628 async def _event_dispatch(self, msg: Message) -> None:
H A Dqmp_tui.py164 def _cb_outbound(self, msg: Message) -> Message:
180 def _cb_inbound(self, msg: Message) -> Message:
196 async def _send_to_server(self, msg: Message) -> None:
H A Dmessage.py22 class Message(MutableMapping[str, object]): class
/openbmc/bmcweb/redfish-core/include/
H A Dregistries.hpp36 struct Message struct
38 const char* description;
39 const char* message;
40 const char* messageSeverity;
41 const size_t numberOfArgs;
42 std::array<const char*, 5> paramTypes;
43 const char* resolution;
/openbmc/openbmc-tools/openbmctool/
H A DpolicyTable.json16 "Message": "Failed to find an alert in the CSM RAS event types table", string
37 "Message": "Connection Error. View additional details for more information", string
58 "Message": "Failure to write to host CFAM interface", string
79 "Message": "Failure to read from host CFAM interface", string
100 "Message": "A system checkstop occurred", string
121 "Message": "Hostboot has become unresponsive", string
142 "Message": "A system checkstop occurred", string
163 …"Message": "An error was detected with the base platform, but was not able to be deciphered. Conta… string
184 "Message": "Hostboot procedure callout", string
205 "Message": "CPU 0 has failed", string
[all …]
/openbmc/openbmc/meta-ibm/recipes-phosphor/logging/ibm-logging/ibm-ac-server/
H A DpolicyTable.json16 "Message": "Failed to find an alert in the CSM RAS event types table", string
37 "Message": "Connection Error. View additional details for more information", string
58 "Message": "Failure to write to host CFAM interface", string
79 "Message": "Failure to read from host CFAM interface", string
100 "Message": "A system checkstop occurred", string
121 "Message": "Hostboot has become unresponsive", string
142 "Message": "A system checkstop occurred", string
163 …"Message": "An error was detected with the base platform, but was not able to be deciphered. Conta… string
184 "Message": "Hostboot procedure callout", string
205 "Message": "CPU 0 has failed", string
[all …]
/openbmc/phosphor-logging/extensions/openpower-pels/registry/
H A Dmessage_registry.json20 "Message": "An operation timed out", string
37 "Message": "An application had an internal failure", string
58 "Message": "Code was given an invalid argument", string
74 "Message": "An operation failed due to unsufficient permission", string
91 "Message": "An operation failed because it isn't allowed", string
108 "Message": "The server's CA certificate has not been provided" string
128 "Message": "There was a failure when reading a sensor device", string
157 "Message": "There was a failure when reading a hardware device", string
186 "Message": "There was a failure when writing to a hardware device", string
215 "Message": "There was a failure when writing to a hardware device", string
[all …]
H A DREADME.md271 #### Message subsubsection
/openbmc/slpd-lite/
H A Dslp.hpp126 struct Message struct
128 Header header;
129 Payload body;
/openbmc/bmcweb/redfish-core/include/utils/
H A Ddbus_event_log_entry.hpp20 std::string Message; member
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema-installed/
H A DMessage.v1_3_0.json6 "Message": { object
25 "Message": { object
H A DMessageRegistry.v1_6_3.json106 "Message": { object
197 "Message": { object
/openbmc/bmcweb/redfish-core/schema/dmtf/json-schema/
H A DMessage.v1_3_0.json6 "Message": { object
25 "Message": { object
H A DMessageRegistry.v1_6_3.json106 "Message": { object
197 "Message": { object
H A DEvent.v1_11_0.json315 "Message": { object
/openbmc/openpower-proc-control/extensions/phal/
H A Dfw_update_watch.cpp29 using Message = std::string; typedef
/openbmc/phosphor-debug-collector/
H A Delog_watch.cpp27 using Message = std::string; typedef
/openbmc/phosphor-logging/extensions/openpower-pels/registry/schema/
H A Dregistry_example.json22 "Message": "PS %1 had a PGOOD Fault", string
H A Dschema.json119 "Message": { "$ref": "#/definitions/docMessage" }, object
414 { "Message": "The code update from level %1 to %2 failed" } string
/openbmc/phosphor-host-ipmid/
H A Dselutility.hpp38 using Message = std::string; typedef
/openbmc/linux/include/scsi/
H A Dscsi_cmnd.h45 volatile int Message; member

12