Home
last modified time | relevance | path

Searched refs:msg (Results 3426 – 3450 of 4110) sorted by relevance

1...<<131132133134135136137138139140>>...165

/openbmc/openbmc-test-automation/gui/test/server_config/
H A Dtest_obmc_gui_firmware_update.robot98 ... msg=Codeupdate Failed with error.
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_power_operations.robot123 ... msg=Should contain at least one element in the list.
/openbmc/openbmc-test-automation/redfish/extended/
H A Dtest_bmc_dump.robot73 ... msg=Created dump name and downloaded dump name don't match.
H A Dtest_basic_ci.robot108 ... msg=${startup_time} greater than threshold value of ${startup_time_threshold}.
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Dbblogging.py14 …self.assertEqual(item.count(entry), count, msg="Output:\n'''\n%s\n'''\ndoesn't contain %d copies o…
/openbmc/linux/drivers/media/usb/ttusb-dec/
H A Dttusbdecfe.c148 memcpy(&b[4], cmd->msg, cmd->msg_len); in ttusbdecfe_dvbs_diseqc_send_master_cmd()
/openbmc/linux/Documentation/arch/x86/
H A Damd_hsmp.rst66 ``ioctl(file, HSMP_IOCTL_CMD, struct hsmp_message *msg)``
/openbmc/linux/drivers/gpu/drm/bridge/analogix/
H A Danalogix_dp_core.h257 struct drm_dp_aux_msg *msg);
/openbmc/openpower-occ-control/
H A Docc_status.hpp330 void hostControlEvent(sdbusplus::message_t& msg);
/openbmc/phosphor-logging/
H A Dlog_manager.hpp285 void onEntryResolve(sdbusplus::message_t& msg);
/openbmc/linux/include/net/
H A Dtcp.h328 int tcp_sendmsg(struct sock *sk, struct msghdr *msg, size_t size);
329 int tcp_sendmsg_locked(struct sock *sk, struct msghdr *msg, size_t size);
330 int tcp_sendmsg_fastopen(struct sock *sk, struct msghdr *msg, int *copied,
416 int tcp_recvmsg(struct sock *sk, struct msghdr *msg, size_t len,
422 void tcp_recv_timestamp(struct msghdr *msg, const struct sock *sk,
479 int tcp_send_rcvq(struct sock *sk, struct msghdr *msg, size_t size);
2404 struct sk_msg *msg, u32 bytes, int flags);
/openbmc/linux/arch/x86/kernel/apic/
H A Dio_apic.c1867 struct msi_msg msg; in ioapic_setup_msg_from_msi() local
1870 irq_chip_compose_msi_msg(irq_data, &msg); in ioapic_setup_msg_from_msi()
1877 entry->vector = msg.arch_data.vector; in ioapic_setup_msg_from_msi()
1879 entry->delivery_mode = msg.arch_data.delivery_mode; in ioapic_setup_msg_from_msi()
1881 entry->dest_mode_logical = msg.arch_addr_lo.dest_mode_logical; in ioapic_setup_msg_from_msi()
1883 entry->ir_format = msg.arch_addr_lo.dmar_format; in ioapic_setup_msg_from_msi()
1894 entry->ir_index_0_14 = msg.arch_addr_lo.dmar_index_0_14; in ioapic_setup_msg_from_msi()
/openbmc/linux/drivers/hid/intel-ish-hid/ishtp/
H A Dclient.c965 void recv_ishtp_cl_msg_dma(struct ishtp_device *dev, void *msg, in recv_ishtp_cl_msg_dma() argument
1022 clflush_cache_range(msg, hbm->msg_length); in recv_ishtp_cl_msg_dma()
1024 memcpy(buffer, msg, hbm->msg_length); in recv_ishtp_cl_msg_dma()
/openbmc/linux/arch/x86/crypto/
H A Dsha512-ssse3-asm.S59 msg = %rsi define
88 #define MSG(i) 8*i(msg)
351 add $16*8, msg
H A Dsha512-avx-asm.S59 msg = %rsi define
90 #define MSG(i) 8*i(msg)
349 add $16*8, msg
/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat_hist.c520 char *msg[] = { in timerlat_hist_usage() local
570 for (i = 0; msg[i]; i++) in timerlat_hist_usage()
571 fprintf(stderr, "%s\n", msg[i]); in timerlat_hist_usage()
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_watchdog.robot219 Should Contain ${resp} ${resp_expect} msg=Expecting ${resp_expect} but got ${resp}.
232 Should Contain ${resp} ${resp_expect} msg=Expecting ${resp_expect} but got ${resp}.
247 Should Contain ${resp} ${resp_expect} msg=Expecting ${resp_expect} but got ${resp}.
/openbmc/openbmc/poky/meta/lib/oe/
H A Dsstatesig.py370 bb.warn("Error parsing %s:%s: %s" % (e.filename, str(e.lineno), e.msg))
640msg = ("KeyError: %s\nPath %s is owned by uid %d, gid %d, which doesn't match "
643 raise Exception(msg).with_traceback(e.__traceback__)
/openbmc/linux/sound/usb/
H A Dmixer.c3505 struct uac2_interrupt_data_msg *msg; in snd_usb_mixer_interrupt() local
3507 for (msg = urb->transfer_buffer; in snd_usb_mixer_interrupt()
3508 len >= sizeof(*msg); in snd_usb_mixer_interrupt()
3509 len -= sizeof(*msg), msg++) { in snd_usb_mixer_interrupt()
3511 if ((msg->bInfo & UAC2_INTERRUPT_DATA_MSG_VENDOR) || in snd_usb_mixer_interrupt()
3512 (msg->bInfo & UAC2_INTERRUPT_DATA_MSG_EP)) in snd_usb_mixer_interrupt()
3515 snd_usb_mixer_interrupt_v2(mixer, msg->bAttribute, in snd_usb_mixer_interrupt()
3516 le16_to_cpu(msg->wValue), in snd_usb_mixer_interrupt()
3517 le16_to_cpu(msg->wIndex)); in snd_usb_mixer_interrupt()
/openbmc/u-boot/tools/
H A Dmkimage.c72 static void usage(const char *msg) in usage() argument
74 fprintf(stderr, "Error: %s\n", msg); in usage()
/openbmc/linux/tools/perf/util/
H A Dauxtrace.h608 const char *msg, u64 timestamp,
612 const char *msg, u64 timestamp);
/openbmc/linux/tools/perf/
H A Dbuiltin-probe.c334 static void pr_err_with_code(const char *msg, int err) in pr_err_with_code() argument
338 pr_err("%s", msg); in pr_err_with_code()
/openbmc/linux/drivers/scsi/
H A Dpmcraid.h631 struct pmcraid_aen_msg msg; member
644 struct pmcraid_aen_msg *msg; member
/openbmc/linux/Documentation/networking/
H A Dphonet.rst113 sendto(fd, msg, msglen, 0, (struct sockaddr *)&addr, sizeof(addr));
163 write(cfd, msg, msglen);
/openbmc/phosphor-fan-presence/control/
H A Dzone.cpp418 void Zone::handleEvent(sdbusplus::message_t& msg, const EventData* eventData) in handleEvent() argument
421 std::get<eventHandlerPos> (*eventData)(_bus, msg, *this); in handleEvent()

1...<<131132133134135136137138139140>>...165