Home
last modified time | relevance | path

Searched refs:message (Results 151 – 175 of 2104) sorted by relevance

12345678910>>...85

/openbmc/linux/drivers/acpi/acpica/
H A Ddsdebug.c26 const char *message);
42 const char *message) in acpi_ds_print_node_pathname() argument
60 if (message) { in acpi_ds_print_node_pathname()
62 message)); in acpi_ds_print_node_pathname()
/openbmc/linux/drivers/net/wireguard/
H A Dcookie.c75 static void compute_mac1(u8 mac1[COOKIE_LEN], const void *message, size_t len, in compute_mac1() argument
80 blake2s(mac1, message, key, COOKIE_LEN, len, NOISE_SYMMETRIC_KEY_LEN); in compute_mac1()
83 static void compute_mac2(u8 mac2[COOKIE_LEN], const void *message, size_t len, in compute_mac2() argument
88 blake2s(mac2, message, cookie, COOKIE_LEN, len, COOKIE_LEN); in compute_mac2()
156 void wg_cookie_add_mac_to_packet(void *message, size_t len, in wg_cookie_add_mac_to_packet() argument
160 ((u8 *)message + len - sizeof(*macs)); in wg_cookie_add_mac_to_packet()
163 compute_mac1(macs->mac1, message, len, in wg_cookie_add_mac_to_packet()
173 compute_mac2(macs->mac2, message, len, in wg_cookie_add_mac_to_packet()
/openbmc/phosphor-power/phosphor-regulators/test/
H A Dmock_journal.hpp48 MOCK_METHOD(void, logDebug, (const std::string& message), (override));
51 MOCK_METHOD(void, logError, (const std::string& message), (override));
54 MOCK_METHOD(void, logInfo, (const std::string& message), (override));
/openbmc/linux/Documentation/w1/
H A Dw1-netlink.rst24 __u8 type - message type.
65 Each connector message can include one or more w1_netlink_msg with
87 Replies to W1_LIST_MASTERS should send a message back to the userspace
97 Each message is at most 4k in size, so if number of master devices
111 [cn_msg, ack = 1 and increasing, 0 means the last message,
119 w1_netlink_cmd->len = N * 8; where N is number of IDs in this message.
155 request message (except lengths as described above).
168 When new message (w1_netlink_msg) is received w1 core detects if it is
185 Each connector message includes two u32 fields as "address".
187 Each message also includes sequence and acknowledge numbers.
[all …]
/openbmc/linux/sound/soc/sof/
H A Diomem-utils.c55 void *message, size_t bytes) in sof_mailbox_write() argument
59 memcpy_toio(dest, message, bytes); in sof_mailbox_write()
64 void *message, size_t bytes) in sof_mailbox_read() argument
68 memcpy_fromio(message, src, bytes); in sof_mailbox_read()
/openbmc/linux/drivers/greybus/
H A Dgreybus_trace.h24 TP_PROTO(struct gb_message *message),
26 TP_ARGS(message),
36 __entry->size = le16_to_cpu(message->header->size);
38 le16_to_cpu(message->header->operation_id);
39 __entry->type = message->header->type;
40 __entry->result = message->header->result;
50 TP_PROTO(struct gb_message *message), \
51 TP_ARGS(message))
/openbmc/openbmc/poky/bitbake/lib/toaster/toastergui/static/js/
H A Dprojectpage.js111 var message = libtoaster.makeLayerAddRmAlertMsg(layerObj, layerDepsList, add);
112 libtoaster.showChangeNotification(message);
289 …var message = $('<span>You have changed the machine to: <strong><span id="notify-machine-name"></s…
290 message.find("#notify-machine-name").text(currentMachineAddSelection);
291 libtoaster.showChangeNotification(message);
343 …var message = $('<span>You have changed the distro to: <strong><span id="notify-machine-name"></sp…
344 message.find("#notify-machine-name").text(currentDistroAddSelection);
345 libtoaster.showChangeNotification(message);
/openbmc/webui-vue/src/views/Settings/Network/
H A DTableIpv4.vue204 .then((message) => this.successToast(message))
205 .catch(({ message }) => this.errorToast(message));
234 .then((message) => this.successToast(message))
235 .catch(({ message }) => this.errorToast(message));
/openbmc/openbmc/meta-security/recipes-mac/smack/udp-smack-test/
H A Dudp_server.c31 char message[5]; in main() local
82 ret = recvfrom(sock, message, sizeof(message), 0, (struct sockaddr*)&client_addr, in main()
/openbmc/linux/tools/testing/kunit/
H A Dkunit_printer.py22 def print(self, message: str) -> None:
23 print(message, file=self._output)
25 def print_with_timestamp(self, message: str) -> None:
/openbmc/sdbusplus/include/sdbusplus/
H A Dsdbus.hpp62 const char* message) = 0;
64 const char* message) = 0;
81 virtual int sd_bus_message_append_string_iovec(sd_bus_message* message,
277 const char* message) override in sd_bus_error_set() argument
279 return ::sd_bus_error_set(e, name, message); in sd_bus_error_set()
283 const char* message) override in sd_bus_error_set_const() argument
285 return ::sd_bus_error_set_const(e, name, message); in sd_bus_error_set_const()
329 int sd_bus_message_append_basic(sd_bus_message* message, char type, in sd_bus_message_append_basic() argument
332 return ::sd_bus_message_append_basic(message, type, value); in sd_bus_message_append_basic()
335 int sd_bus_message_append_string_iovec(sd_bus_message* message, in sd_bus_message_append_string_iovec() argument
[all …]
/openbmc/linux/Documentation/userspace-api/netlink/
H A Dgenetlink-legacy.rst77 Enum (message ID) model
83 Modern families use the ``unified`` message ID model, which uses
85 responses share the same message ID. Notifications have separate
115 the message. Messages from and to the kernel can't be confused with
148 In this case ``a`` will use 2 when sending the message to the kernel
149 and expects message with ID 1 in response. Notification ``b`` allocates
163 an attribute and as a fixed message header. Structures are defined in
196 name: message-header
219 fixed-header: message-header
224 attribute-set: message-attrs
[all …]
/openbmc/phosphor-power/phosphor-power-sequencer/test/
H A Dmock_services.hpp45 MOCK_METHOD(void, logErrorMsg, (const std::string& message), (override));
46 MOCK_METHOD(void, logInfoMsg, (const std::string& message), (override));
48 (const std::string& message, Entry::Level severity,
/openbmc/boost-dbus/include/dbus/
H A Derror.hpp22 string message(int value) const { in message() function in dbus::detail::error_category
50 error(dbus::message &m) { in error()
78 error_code(), string(error_.name) + ":" + error_.message); in system_error()
/openbmc/openbmc/meta-security/recipes-mac/smack/tcp-smack-test/
H A Dtcp_client.c34 char message[255] = "hello"; in main() local
97 if(write(sock, message, strlen(message)) < 0) in main()
H A Dtcp_server.c33 char message[255]; in main() local
52 bzero(message,255); in main()
105 if(read(clientsock, message, 254) < 0) in main()
/openbmc/linux/include/linux/sunrpc/
H A Dgss_api.h56 struct xdr_buf *message,
60 struct xdr_buf *message,
118 struct xdr_buf *message,
122 struct xdr_buf *message,
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-support/ssiapi/ssiapi/
H A D0001-log-Avoid-shadowing-functions-from-std-lib.patch22 -void __log(enum log_level level, const char *message) {
23 +void _ssiap_log(enum log_level level, const char *message) {
52 -void __log(enum log_level level, const char *message);
53 +void _ssiap_log(enum log_level level, const char *message);
/openbmc/qemu/pc-bios/s390-ccw/
H A Ds390-ccw.h147 static inline void IPL_assert(bool term, const char *message) in IPL_assert() argument
151 sclp_print(message); in IPL_assert()
156 static inline void IPL_check(bool term, const char *message) in IPL_check() argument
160 sclp_print(message); in IPL_check()
/openbmc/webui-vue/src/views/Operations/RebootBmc/
H A DRebootBmc.vue77 .then((message) => this.successToast(message))
78 .catch(({ message }) => this.errorToast(message));
/openbmc/webui-vue/src/views/HardwareStatus/Inventory/
H A DInventoryServiceIndicator.vue72 .then((message) => this.successToast(message))
73 .catch(({ message }) => this.errorToast(message));
/openbmc/phosphor-net-ipmid/
H A Dmessage_parsers.hpp8 namespace message namespace
211 const std::shared_ptr<Message>& message,
223 const std::shared_ptr<Message>& message,
239 const std::shared_ptr<Message>& message, size_t payloadLen,
251 encryptPayload(const std::shared_ptr<Message>& message,
/openbmc/phosphor-logging/extensions/openpower-pels/
H A Dmanager.hpp57 _registry(getPELReadOnlyDataPath() / message::registryFileName), in Manager()
115 void create(const std::string& message, uint32_t obmcLogID,
150 sdbusplus::message::unix_fd getPEL(uint32_t pelID) override;
205 std::string message, phosphor::logging::Entry::Level severity,
209 uint8_t, uint8_t, sdbusplus::message::unix_fd>>
313 void createPEL(const std::string& message, uint32_t obmcLogID,
531 message::Registry _registry;
/openbmc/webui-vue/src/views/Logs/EventLogs/
H A DEventLogs.vue483 .catch(({ message }) => this.errorToast(message));
498 .then((message) => this.successToast(message))
499 .catch(({ message }) => this.errorToast(message));
507 messages.forEach(({ type, message }) => {
509 this.successToast(message);
511 this.errorToast(message);
581 .catch(({ message }) => this.errorToast(message));
617 this.successToast(message);
619 this.errorToast(message);
630 this.successToast(message);
[all …]
/openbmc/linux/Documentation/userspace-api/media/cec/
H A Dcec-ioc-g-mode.rst48 it will be processed. If the message is a reply to an earlier
198 Core message processing details:
215 does nothing and this message has to be handled by a follower
223 does nothing and this message has to be handled by a follower
228 - The core will return a Feature Abort message with reason
231 and this message has to be handled by a follower instead.
237 and this message has to be handled by a follower instead.
244 does nothing and this message has to be handled by a follower
261 press. This message is always passed on to the follower(s).
268 release. This message is always passed on to the follower(s).
[all …]

12345678910>>...85