Home
last modified time | relevance | path

Searched refs:message (Results 51 – 75 of 2104) sorted by relevance

12345678910>>...85

/openbmc/linux/drivers/mailbox/
H A Dmailbox-test.c41 char *message; member
101 char *message; in mbox_test_message_write() local
117 message = kzalloc(MBOX_MAX_MSG_LEN, GFP_KERNEL); in mbox_test_message_write()
118 if (!message) in mbox_test_message_write()
123 tdev->message = message; in mbox_test_message_write()
140 data = tdev->message; in mbox_test_message_write()
143 tdev->message, MBOX_MAX_MSG_LEN); in mbox_test_message_write()
151 kfree(tdev->message); in mbox_test_message_write()
295 } else if (message) { in mbox_test_receive_message()
297 message, MBOX_MAX_MSG_LEN); in mbox_test_receive_message()
[all …]
/openbmc/boost-dbus/test/
H A Dmessage.cpp15 const dbus::message m = in TEST()
16 dbus::message::new_call(dbus::endpoint("org.freedesktop.Avahi", "/", in TEST()
25 dbus::message m2 = in TEST()
26 dbus::message::new_call(dbus::endpoint("org.freedesktop.Avahi", "/", in TEST()
44 auto m = dbus::message::new_signal(test_endpoint, signal_name); in TEST()
62 auto m = dbus::message::new_signal(test_endpoint, signal_name); in TEST()
/openbmc/phosphor-dbus-monitor/src/
H A Dsnmp_trap.cpp25 sdbusplus::message::object_path path; in trap()
39 auto message = std::get<std::string>(propMap.at("Message")); in trap() local
44 message.append(" "); in trap()
45 message.append(s); in trap()
49 sendTrap<OBMCErrorNotification>(errorID, timestamp, isev, message); in trap()
56 convertForMessage(sev), "MSG", message); in trap()
/openbmc/linux/drivers/greybus/
H A Doperation.c219 trace_gb_message_send(message); in gb_message_send()
222 message, in gb_message_send()
316 header = message->buffer; in gb_operation_message_init()
318 message->header = header; in gb_operation_message_init()
364 struct gb_message *message; in gb_operation_message_alloc() local
376 if (!message) in gb_operation_message_alloc()
380 if (!message->buffer) in gb_operation_message_alloc()
386 return message; in gb_operation_message_alloc()
396 kfree(message->buffer); in gb_operation_message_free()
962 struct gb_message *message; in gb_connection_recv_response() local
[all …]
/openbmc/phosphor-fan-presence/control/json/triggers/
H A Dhandlers.hpp15 using namespace sdbusplus::message;
28 static bool propertiesChanged(message& msg, const SignalObject& obj, in propertiesChanged()
61 static bool interfacesAdded(message& msg, const SignalObject& obj, in interfacesAdded()
64 sdbusplus::message::object_path op; in interfacesAdded()
102 static bool interfacesRemoved(message& msg, const SignalObject& obj, in interfacesRemoved()
105 sdbusplus::message::object_path op; in interfacesRemoved()
134 static bool nameOwnerChanged(message& msg, const SignalObject&, in nameOwnerChanged()
160 static bool member(message&, const SignalObject&, Manager&) in member()
/openbmc/openbmc/poky/scripts/lib/
H A Dargparse_oe.py13 def __init__(self, message, subcommand=None): argument
14 self.message = message
26 def error(self, message): argument
32 self._print_message('%s: error: %s\n' % (self.prog, message), sys.stderr)
36 def error_subcommand(self, message, subcommand): argument
44 subparser.error(message)
46 self.error(message)
68 message = 'unrecognized arguments: %s' % ' '.join(argv)
71 subparser.error(message)
73 self.error(message)
/openbmc/phosphor-host-ipmid/include/ipmid/
H A Dhandler.hpp45 static inline message::Response::ptr
48 message::Response::ptr response = request->makeResponse(); in errorResponse()
53 static inline message::Response::ptr
54 errorResponse(message::Request::ptr request, ipmi::Cc cc) in errorResponse()
56 message::Response::ptr response = request->makeResponse(); in errorResponse()
125 message::Response::ptr call(message::Request::ptr request) in call()
143 virtual message::Response::ptr
144 executeCallback(message::Request::ptr request) = 0;
183 message::Response::ptr
352 message::Response::ptr
[all …]
/openbmc/phosphor-logging/
H A Delog_serialize.cpp33 a(e.id(), e.severity(), e.timestamp(), e.message(), e.additionalData(), in save()
53 std::string message{}; in load() local
64 a(id, severity, timestamp, message, additionalData, associations, in load()
70 a(id, severity, timestamp, message, additionalData, associations, in load()
76 a(id, severity, timestamp, message, additionalData, associations, in load()
81 a(id, severity, timestamp, message, additionalData, associations, in load()
86 a(id, severity, timestamp, message, additionalData, associations, in load()
93 e.message(message, true); in load()
/openbmc/linux/sound/soc/intel/common/
H A Dsst-dsp.c201 memcpy_toio(sst->mailbox.out_base, message, bytes); in sst_dsp_outbox_write()
204 trace_sst_ipc_outbox_wdata(i, *(u32 *)(message + i)); in sst_dsp_outbox_write()
208 void sst_dsp_outbox_read(struct sst_dsp *sst, void *message, size_t bytes) in sst_dsp_outbox_read() argument
214 memcpy_fromio(message, sst->mailbox.out_base, bytes); in sst_dsp_outbox_read()
217 trace_sst_ipc_outbox_rdata(i, *(u32 *)(message + i)); in sst_dsp_outbox_read()
221 void sst_dsp_inbox_write(struct sst_dsp *sst, void *message, size_t bytes) in sst_dsp_inbox_write() argument
227 memcpy_toio(sst->mailbox.in_base, message, bytes); in sst_dsp_inbox_write()
230 trace_sst_ipc_inbox_wdata(i, *(u32 *)(message + i)); in sst_dsp_inbox_write()
234 void sst_dsp_inbox_read(struct sst_dsp *sst, void *message, size_t bytes) in sst_dsp_inbox_read() argument
240 memcpy_fromio(message, sst->mailbox.in_base, bytes); in sst_dsp_inbox_read()
[all …]
/openbmc/webui-vue/src/views/Settings/Network/
H A DNetwork.vue148 .then((message) => this.successToast(message))
149 .catch(({ message }) => this.errorToast(message))
156 .then((message) => this.successToast(message))
157 .catch(({ message }) => this.errorToast(message))
164 .then((message) => this.successToast(message))
165 .catch(({ message }) => this.errorToast(message))
H A DNetworkGlobalSettings.vue142 .catch(({ message }) => this.errorToast(message));
147 .then((message) => this.successToast(message))
148 .catch(({ message }) => this.errorToast(message));
153 .then((message) => this.successToast(message))
154 .catch(({ message }) => this.errorToast(message));
/openbmc/linux/tools/crypto/ccp/
H A Ddbc_cli.py110 if not args.message or args.message.startswith("set"):
111 raise ValueError("Invalid message %s" % args.message)
113 param, signature = process_param(d, messages[args.message], sig)
123 if not args.message or args.message.startswith("get"):
124 raise ValueError("Invalid message %s" % args.message)
126 param, signature = process_param(d, messages[args.message], sig, data)
/openbmc/linux/drivers/acpi/acpica/
H A Duterror.c175 const char *message; in acpi_ut_prefixed_namespace_error() local
186 message = "Failure creating named object"; in acpi_ut_prefixed_namespace_error()
192 message = "Could not resolve symbol"; in acpi_ut_prefixed_namespace_error()
198 message = "Failure resolving symbol"; in acpi_ut_prefixed_namespace_error()
207 acpi_os_printf("%s [%s], %s", message, in acpi_ut_prefixed_namespace_error()
301 const char *message, in acpi_ut_method_error() argument
319 acpi_ns_print_node_pathname(node, message); in acpi_ut_method_error()
/openbmc/sdbusplus/include/sdbusplus/server/
H A DREADME.md6 name and message cookie from a dbus call. The bus name (unique to each
7 application) and message cookie (unique within each bus peer) allows each dbus
8 message to be uniquely identified.
10 **When is _transaction id_ generated** - When an error response message is
20 Therefore all journal entries created within a message have the same
23 - When an error/event log is created, the _transaction id_ of that message will
24 be used to collect the journal entries associated with that message, providing
/openbmc/pldm/pldmtool/
H A DREADME.md4 pldmtool sends the request message and displays the response message also
5 provides flexibility to parse the response message and display it in readable
39 - decode_foo_resp() - Decode the response message.
57 -h,--help Print this help message and exit
86 -h,--help Print this help message and exit
113 -h,--help Print this help message and exit
121 send the response message in hexadecimal bytes.
129 -h,--help Print this help message and exit
135 **pldmtool request message format:**
140 payloadReq - stream of bytes constructed based on the request message format
[all …]
/openbmc/u-boot/lib/libavb/
H A Davb_sysdeps_posix.c41 void avb_print(const char* message) { in avb_print() argument
42 printf("%s", message); in avb_print()
45 void avb_printv(const char* message, ...) { in avb_printv() argument
49 va_start(ap, message); in avb_printv()
50 for (m = message; m != NULL; m = va_arg(ap, const char*)) { in avb_printv()
/openbmc/phosphor-net-ipmid/
H A Dsol_module.cpp16 {{(static_cast<uint32_t>(message::PayloadType::SOL) << 16)}, in registerCommands()
21 {{(static_cast<uint32_t>(message::PayloadType::IPMI) << 16) | in registerCommands()
27 {{(static_cast<uint32_t>(message::PayloadType::IPMI) << 16) | in registerCommands()
33 {{(static_cast<uint32_t>(message::PayloadType::IPMI) << 16) | in registerCommands()
39 {{(static_cast<uint32_t>(message::PayloadType::IPMI) << 16) | in registerCommands()
H A Dmessage_handler.hpp11 namespace message namespace
23 uint32_t sessionID = message::Message::MESSAGE_INVALID_SESSION_ID) : in Handler()
27 if (sessionID != message::Message::MESSAGE_INVALID_SESSION_ID) in Handler()
37 uint32_t sessionID = message::Message::MESSAGE_INVALID_SESSION_ID) : in Handler()
41 if (sessionID != message::Message::MESSAGE_INVALID_SESSION_ID) in Handler()
151 std::shared_ptr<message::Message> inMessage{};
/openbmc/linux/drivers/input/misc/
H A Dkeyspan_remote.c183 struct keyspan_message message; in keyspan_check_data() local
248 message.system = 0; in keyspan_check_data()
253 message.system = message.system << 1; in keyspan_check_data()
257 message.system = (message.system << 1) + 1; in keyspan_check_data()
269 message.button = 0; in keyspan_check_data()
274 message.button = message.button << 1; in keyspan_check_data()
278 message.button = (message.button << 1) + 1; in keyspan_check_data()
292 message.toggle = 0; in keyspan_check_data()
296 message.toggle = 1; in keyspan_check_data()
318 __func__, message.system, message.button, message.toggle); in keyspan_check_data()
[all …]
/openbmc/boost-dbus/include/dbus/
H A Dproperties.hpp28 virtual void call(dbus::message& m){}; in call()
112 void call(dbus::message& m) override { in call()
121 auto ret = dbus::message::new_return(m); in call()
123 auto err = dbus::message::new_error( in call()
130 auto err = dbus::message::new_error( in call()
167 auto m = dbus::message::new_signal(endpoint, name); in send()
290 void call(dbus::message& m) { in call()
398 void call(dbus::message& m) { in call()
477 auto ret = dbus::message::new_return(m); in on_introspect()
508 dbus::message m) { in on_get_managed_objects()
[all …]
/openbmc/linux/drivers/input/keyboard/
H A Dapplespi.c300 struct message { struct
614 message->context = applespi; in applespi_async()
768 struct message *message = (struct message *)packet->data; in applespi_send_cmd_msg() local
803 message->zero = 0x02; in applespi_send_cmd_msg()
865 if (!message->rsp_buf_len) in applespi_send_cmd_msg()
866 message->rsp_buf_len = message->length; in applespi_send_cmd_msg()
1356 struct message *message) in applespi_handle_cmd_response() argument
1422 struct message *message; in applespi_got_data() local
1491 message = (struct message *)applespi->msg_buf; in applespi_got_data()
1494 message = (struct message *)&packet->data; in applespi_got_data()
[all …]
/openbmc/linux/drivers/auxdisplay/
H A Dline-display.c41 linedisp->buf[i] = linedisp->message[ch]; in linedisp_scroll()
88 kfree(linedisp->message); in linedisp_display()
89 linedisp->message = NULL; in linedisp_display()
100 kfree(linedisp->message); in linedisp_display()
102 linedisp->message = new_msg; in linedisp_display()
128 return sysfs_emit(buf, "%s\n", linedisp->message); in message_show()
152 static DEVICE_ATTR_RW(message);
173 if (linedisp->message && linedisp->message_len > linedisp->num_chars) { in scroll_step_ms_store()
256 kfree(linedisp->message); in linedisp_unregister()
/openbmc/phosphor-dbus-interfaces/yaml/xyz/openbmc_project/MCTP/
H A DEndpoint.interface.yaml23 message routing purposes. Endpoint IDs are unique among MCTP endpoints
32 List of MCTP message types supported by the MCTP endpoint. MCTP
33 message type is an enumeration that identifies the type of the
34 communication payload in an MCTP message. The well defined message
38 defined message types. All the message types are specified in the
39 DSP0239 specification. A device that supports a given message type may
40 not support that message type equally across all buses that connect to
/openbmc/s2600wf-misc/callback-manager/src/
H A Dcallback_manager.cpp218 [&conn](sdbusplus::message_t& message) { in createThresholdMatch() argument
243 criticalAssertMap[message.get_path()]["low"] = assert; in createThresholdMatch()
247 criticalAssertMap[message.get_path()]["high"] = assert; in createThresholdMatch()
251 warningAssertMap[message.get_path()]["low"] = assert; in createThresholdMatch()
255 warningAssertMap[message.get_path()]["high"] = assert; in createThresholdMatch()
273 [&conn](sdbusplus::message_t& message) { in createAssociationMatch() argument
274 if (message.get_path() == rootPath) in createAssociationMatch()
284 message.read(objectName, values); in createAssociationMatch()
293 std::cerr << "Association callback " << message.get_path() in createAssociationMatch()
347 fatalAssertMap[message.get_path()]["association"] = fatal; in createAssociationMatch()
[all …]
/openbmc/phosphor-fan-presence/
H A Dlogger.hpp75 void log(const std::string& message, Priority priority = Logger::info) in log() argument
80 message.c_str()); in log()
85 message.c_str()); in log()
102 _entries.emplace_back(stream.str(), message); in log()
138 for (const auto& [time, message] : _entries) in saveToTempFile()
140 auto line = std::format("{}: {}\n", time, message); in saveToTempFile()

12345678910>>...85