Home
last modified time | relevance | path

Searched refs:Message (Results 1 – 25 of 258) sorted by relevance

1234567891011

/openbmc/phosphor-net-ipmid/
H A Dmessage.hpp119 struct Message struct
123 Message() : in Message() function
125 rcSessionID(Message::MESSAGE_INVALID_SESSION_ID), in Message()
126 bmcSessionID(Message::MESSAGE_INVALID_SESSION_ID), in Message()
139 Message(const Message& other) : in Message() function
159 Message& operator=(const Message&) = default;
160 Message(Message&&) = default;
161 Message& operator=(Message&&) = default;
162 ~Message() = default;
195 std::shared_ptr<Message> createResponse(std::vector<uint8_t>& output) in createResponse() argument
[all …]
H A Dmessage_parsers.hpp84 std::tuple<std::shared_ptr<Message>, SessionHeader> unflatten(
97 std::vector<uint8_t> flatten(const std::shared_ptr<Message>& outMessage,
127 std::shared_ptr<Message> unflatten(std::vector<uint8_t>& inPacket);
137 std::vector<uint8_t> flatten(const std::shared_ptr<Message>& outMessage,
174 std::shared_ptr<Message> unflatten(std::vector<uint8_t>& inPacket);
185 std::vector<uint8_t> flatten(const std::shared_ptr<Message>& outMessage,
211 const std::shared_ptr<Message>& message,
223 const std::shared_ptr<Message>& message,
238 const std::vector<uint8_t>& packet, const std::shared_ptr<Message>& message,
250 const std::shared_ptr<Message>& message,
[all …]
H A Dmessage_handler.hpp23 uint32_t sessionID = message::Message::MESSAGE_INVALID_SESSION_ID) : in Handler()
26 if (sessionID != message::Message::MESSAGE_INVALID_SESSION_ID) in Handler()
36 uint32_t sessionID = message::Message::MESSAGE_INVALID_SESSION_ID) : in Handler()
39 if (sessionID != message::Message::MESSAGE_INVALID_SESSION_ID) in Handler()
106 void updSessionData(std::shared_ptr<Message>& inMessage);
124 void send(std::shared_ptr<Message> outMessage);
149 std::shared_ptr<message::Message> inMessage{};
H A Dmessage_parsers.cpp16 std::tuple<std::shared_ptr<Message>, SessionHeader> unflatten( in unflatten()
69 std::vector<uint8_t> flatten(const std::shared_ptr<Message>& outMessage, in flatten()
96 std::shared_ptr<Message> unflatten(std::vector<uint8_t>& inPacket) in unflatten()
111 auto message = std::make_shared<Message>(); in unflatten()
137 const std::shared_ptr<Message>& outMessage, in flatten()
173 std::shared_ptr<Message> unflatten(std::vector<uint8_t>& inPacket) in unflatten()
191 auto message = std::make_shared<Message>(); in unflatten()
248 std::vector<uint8_t> flatten(const std::shared_ptr<Message>& outMessage, in flatten()
320 const std::shared_ptr<Message>& /* message */, in verifyPacketIntegrity() argument
374 const std::shared_ptr<Message>& /* message */, in addIntegrityData() argument
[all …]
H A Dmessage_handler.cpp41 void Handler::updSessionData(std::shared_ptr<Message>& inMessage) in updSessionData()
69 std::shared_ptr<Message> outMessage = in ~Handler()
163 void Handler::send(std::shared_ptr<Message> outMessage) in send()
179 auto outMessage = std::make_shared<Message>(); in sendSOLPayload()
193 auto outMessage = std::make_shared<Message>(); in sendUnsolicitedIPMIPayload()
/openbmc/qemu/python/qemu/qmp/
H A Dqmp_client.py25 from .message import Message
78 sent: Message, received: Message): argument
81 self.sent: Message = sent
83 self.received: Message = received
113 def __init__(self, error_message: str, msg: Message): argument
116 self.msg: Message = msg
152 def __init__(self, error_message: str, msg: Message, sent: Message): argument
158 class QMPClient(AsyncProtocol[Message], Events):
204 _PendingT = Union[Message, ExecInterruptedError]
342 async def _on_message(self, msg: Message) -> None: argument
[all …]
H A Devents.py447 from .message import Message
451 EventFilter = Callable[[Message], bool]
488 self._history: List[Message] = []
501 def history(self) -> Tuple[Message, ...]:
511 def accept(self, event: Message) -> bool: argument
531 async def put(self, event: Message) -> None: argument
551 async def get(self) -> Message:
565 def clear(self) -> List[Message]:
589 def __aiter__(self) -> AsyncIterator[Message]:
592 async def __anext__(self) -> Message:
[all …]
/openbmc/slpd-lite/
H A Dslp.hpp126 struct Message struct
144 std::tuple<int, Message> parseBuffer(const buffer& buf);
159 std::tuple<int, Message> parseHeader(const buffer& buf);
171 int parseSrvTypeRqst(const buffer& buf, Message& req);
183 int parseSrvRqst(const buffer& buf, Message& req);
201 std::tuple<int, buffer> processRequest(const Message& msg);
211 buffer processError(const Message& req, const uint8_t err);
227 std::tuple<int, buffer> processSrvRequest(const Message& msg);
241 std::tuple<int, buffer> processSrvTypeRequest(const Message& msg);
272 buffer prepareHeader(const Message& req);
/openbmc/linux/Documentation/driver-api/soundwire/
H A Dlocking.rst11 - Message lock
26 Message lock
38 Message transfer.
42 a. Acquire Message lock.
47 c. Release Message lock
59 <-------------------------------+ a. Acquire Message lock
62 +-------------------------------> c. Release Message lock
76 a. Acquire Message lock.
81 c. Release Message lock.
98 <-------------------------------+ a. Acquire Message lock
[all …]
/openbmc/docs/architecture/
H A Dredfish-logging-in-bmcweb.md6 Redfish Message Objects can be represented in different ways. In bmcweb, we have
7 chosen to use Message Registries with Message Objects that are referenced using
13 ## Message Registries
16 add an appropriate message in a Message Registry.
18 The bmcweb Message Registries are located under
24 1. Title of the Message Object (required as the MessageKey in the MessageId).
25 2. Args (notated as "%x") in the "Message" field (required for the MessageArgs).
29 1. Choose a Message Registry for the new message
30 2. Choose a MessageKey to use as the title for the new Message entry
31 3. Insert a new Message entry (preferably with the title in alphabetical order)
[all …]
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Ddbus_utils.cpp50 "@Message.ExtendedInfo": [ in TEST()
52 "@odata.type": "#Message.v1_1_1.Message", in TEST()
53 "Message": "The request completed successfully.", in TEST()
82 "@Message.ExtendedInfo": [ in TEST()
84 "@odata.type": "#Message.v1_1_1.Message", in TEST()
85 …"Message": "The request failed due to an internal service error. The service is still operational… in TEST()
H A Derror_code_test.cpp84 "@odata.type": "#Message.v1_1_1.Message", in TEST()
85 …"Message": "The request failed due to an internal service error. The service is still operational… in TEST()
119 "@Message.ExtendedInfo": [], in TEST()
127 "@odata.type": "#Message.v1_1_1.Message", in TEST()
128 …"Message": "The request failed due to an internal service error. The service is still operational… in TEST()
/openbmc/linux/Documentation/crypto/
H A Dapi-digest.rst1 Message Digest Algorithm Definitions
5 :doc: Message Digest Algorithm Definitions
10 Asynchronous Message Digest API
14 :doc: Asynchronous Message Digest API
28 Synchronous Message Digest API
32 :doc: Synchronous Message Digest API
/openbmc/slpd-lite/test/
H A Dslp_parser_test.cpp24 slp::Message req; in TEST()
37 slp::Message req; in TEST()
50 slp::Message req; in TEST()
63 slp::Message req; in TEST()
87 slp::Message req; in TEST()
105 slp::Message req; in TEST()
128 slp::Message req; in TEST()
152 slp::Message req; in TEST()
196 slp::Message req; in TEST()
216 slp::Message req; in TEST()
[all …]
H A Dslp_message_handler_test.cpp36 slp::Message req; in TEST()
60 slp::Message req; in TEST()
85 slp::Message req; in TEST()
/openbmc/boost-dbus/include/dbus/detail/
H A Dqueue.hpp17 template <typename Message>
21 typedef Message message_type;
22 typedef std::function<void(boost::system::error_code, Message)> handler_type;
33 queue(const queue<Message>& m) in queue()
46 closure(handler_type h, Message m, in closure()
/openbmc/linux/Documentation/scsi/
H A Dhptiop.rst23 0x10 Inbound Message Register 0
24 0x14 Inbound Message Register 1
25 0x18 Outbound Message Register 0
26 0x1C Outbound Message Register 1
41 0x10 Inbound Message Register 0
42 0x14 Inbound Message Register 1
43 0x18 Outbound Message Register 0
44 0x1C Outbound Message Register 1
72 0x10 Inbound Message Register
73 0x14 Outbound Message Register
[all …]
/openbmc/docs/designs/
H A Devent-logging.md22 ### Redfish LogEntry and Message Registry
42 versioning, Redfish has Message Registries. A message registry is a versioned
56 "Message": "A LAN Disconnect on %1 was detected on system %2.",
72 …"Message": "A LAN Disconnnect on EthernetInterface 1 was detected on system /redfish/v1/Systems/1.…
78 The `Message` contains a human readable string which was created by applying the
79 `MessageArgs` to the placeholders from the `Message` field in the registry.
167 into Redfish `LogEntries`, but this support does not reference a Message
171 `Message` field of the `LogEntry`. Furthermore, these regular-expressions are
185 Message Registry and the reporting application. It also requires every
216 transformed into relevant data sets, such as Redfish Message Registries.
[all …]
/openbmc/bmcweb/test/redfish-core/include/
H A Dregistries_test.cpp26 const redfish::registries::Message* msg = in TEST()
31 const redfish::registries::Message* msg1 = in TEST()
47 const redfish::registries::Message* msg = in TEST()
/openbmc/linux/Documentation/devicetree/bindings/mailbox/
H A Dti,message-manager.txt1 Texas Instruments' Message Manager Driver
4 The Texas Instruments' Message Manager is a mailbox controller that has
5 configurable queues selectable at SoC(System on Chip) integration. The Message
10 Message Manager Device Node:
/openbmc/bmcweb/redfish-core/include/
H A Dregistries.hpp36 struct Message struct
45 using MessageEntry = std::pair<const char*, const Message>;
119 const Message* getMessage(std::string_view messageID);
121 const Message* getMessageFromRegistry(const std::string& messageKey,
/openbmc/bmcweb/redfish-core/include/utils/
H A Ddbus_event_log_entry.hpp20 std::string Message; member
39 "Message", entry.Message, in fillDbusEventLogEntryFromPropertyMap()
/openbmc/bmcweb/redfish-core/src/
H A Dregistries.cpp19 const Message* getMessageFromRegistry(const std::string& messageKey, in getMessageFromRegistry()
34 const Message* getMessage(std::string_view messageID) in getMessage()
/openbmc/linux/Documentation/virt/kvm/devices/
H A Dvm.rst159 u8 kmac[16]; # valid with Message-Security-Assist
160 u8 kmc[16]; # valid with Message-Security-Assist
161 u8 km[16]; # valid with Message-Security-Assist
162 u8 kimd[16]; # valid with Message-Security-Assist
163 u8 klmd[16]; # valid with Message-Security-Assist
164 u8 pckmo[16]; # valid with Message-Security-Assist-Extension 3
165 u8 kmctr[16]; # valid with Message-Security-Assist-Extension 4
166 u8 kmf[16]; # valid with Message-Security-Assist-Extension 4
167 u8 kmo[16]; # valid with Message-Security-Assist-Extension 4
168 u8 pcc[16]; # valid with Message-Security-Assist-Extension 4
[all …]
/openbmc/openbmc/meta-openembedded/meta-perl/recipes-perl/libdigest/
H A Dlibdigest-hmac-perl_1.05.bb1 SUMMARY = "Keyed-Hashing for Message Authentication"
2 DESCRIPTION = "Keyed-Hashing for Message Authentication"

1234567891011