Home
last modified time | relevance | path

Searched refs:msg (Results 2776 – 2800 of 4115) sorted by relevance

1...<<111112113114115116117118119120>>...165

/openbmc/linux/include/uapi/linux/
H A Di2o-dev.h51 __u32 msg; /* message */ member
56 void __user *msg; /* message */ member
/openbmc/linux/arch/x86/platform/uv/
H A Dbios_uv.c229 unsigned long get_uv_systab_phys(bool msg) in get_uv_systab_phys() argument
233 if (msg) in get_uv_systab_phys()
/openbmc/openbmc/poky/meta/recipes-devtools/syslinux/syslinux/
H A D0002-linux-syslinux-implement-open_ext2_fs.patch53 void __attribute__ ((noreturn)) die(const char *msg)
55 fprintf(stderr, "%s: %s\n", program, msg);
/openbmc/openbmc-tools/openbmc-autobump/
H A Dopenbmc-autobump.py28 def log(msg, args): argument
30 sys.stderr.write("{}\n".format(msg))
/openbmc/linux/sound/firewire/motu/
H A Dmotu-protocol-v3.c94 motu->msg = 0; in snd_motu_protocol_v3_set_clock_rate()
96 motu->msg & V3_MSG_FLAG_CLK_CHANGED, in snd_motu_protocol_v3_set_clock_rate()
/openbmc/linux/scripts/coccinelle/misc/
H A Ddo_div.cocci62 msg="WARNING: do_div() does a 64-by-32 division, please consider using %s instead."
63 return msg % suggested_fun
/openbmc/linux/drivers/hv/
H A Dhv_fcopy.c310 static int fcopy_on_msg(void *msg, int len) in fcopy_on_msg() argument
312 int *val = (int *)msg; in fcopy_on_msg()
/openbmc/linux/tools/testing/selftests/kvm/
H A Ddemand_paging_test.c61 struct uffd_msg *msg) in handle_uffd_page_request() argument
64 uint64_t addr = msg->arg.pagefault.address; in handle_uffd_page_request()
/openbmc/linux/arch/x86/boot/compressed/
H A Dident_map_64.c344 static void do_pf_error(const char *msg, unsigned long error_code, in do_pf_error() argument
347 error_putstr(msg); in do_pf_error()
/openbmc/linux/drivers/mailbox/
H A Dhi3660-mailbox.c174 static int hi3660_mbox_send_data(struct mbox_chan *chan, void *msg) in hi3660_mbox_send_data() argument
180 u32 *buf = msg; in hi3660_mbox_send_data()
/openbmc/linux/include/drm/
H A Ddrm_mipi_dsi.h64 const struct mipi_dsi_msg *msg);
95 const struct mipi_dsi_msg *msg);
/openbmc/telemetry/src/
H A Dtrigger.cpp154 [this](const auto& msg) { in __anon5e4599b81402() argument
155 if (utils::contains(*reportIds, msg.reportId)) in __anon5e4599b81402()
/openbmc/bmcweb/redfish-core/lib/
H A Dsystems_logservices_hostlogger.hpp20 std::string_view msg, in fillHostLoggerEntryJson() argument
30 logEntryJson["Message"] = msg; in fillHostLoggerEntryJson()
/openbmc/qemu/hw/s390x/
H A Dtrace-events27 s390_pcihost(const char *msg) "%s"
35 s390_pci_unknown(const char *msg, uint32_t cmd) "%s unknown command 0x%x"
/openbmc/openpower-occ-control/
H A Docc_manager.hpp181 int cpuCreated(sdbusplus::message_t& msg);
489 void ambientCallback(sdbusplus::message_t& msg);
/openbmc/phosphor-state-manager/
H A Dbmc_state_manager.cpp177 int BMC::bmcStateChange(sdbusplus::message_t& msg) in bmcStateChange() argument
185 msg.read(newStateID, newStateObjPath, newStateUnit, newStateResult); in bmcStateChange()
/openbmc/linux/tools/testing/selftests/net/
H A Dnettest.c142 static char *msg = "Hello world!"; variable
945 err = sendto(sd, msg, msglen, 0, addr, alen); in send_msg_no_cmsg()
970 iov[0].iov_base = msg; in send_msg_cmsg()
1026 if (write(sd, msg, msglen) < 0) { in send_msg()
1031 if (send(sd, msg, msglen, 0) < 0) { in send_msg()
1044 log_msg(" %.24s%s\n", msg, msglen > 24 ? " ..." : ""); in send_msg()
1260 if (msg) { in msg_loop()
1261 msglen = strlen(msg); in msg_loop()
2106 msg = random_msg(atoi(optarg)); in main()
2225 msg = NULL; in main()
/openbmc/linux/drivers/input/keyboard/
H A Dapplespi.c551 struct spi_message *msg = &applespi->rd_m; in applespi_setup_read_txfrs() local
564 spi_message_init(msg); in applespi_setup_read_txfrs()
565 spi_message_add_tail(dl_t, msg); in applespi_setup_read_txfrs()
566 spi_message_add_tail(rd_t, msg); in applespi_setup_read_txfrs()
571 struct spi_message *msg = &applespi->wr_m; in applespi_setup_write_txfrs() local
603 spi_message_init(msg); in applespi_setup_write_txfrs()
604 spi_message_add_tail(wt_t, msg); in applespi_setup_write_txfrs()
605 spi_message_add_tail(dl_t, msg); in applespi_setup_write_txfrs()
606 spi_message_add_tail(wr_t, msg); in applespi_setup_write_txfrs()
607 spi_message_add_tail(st_t, msg); in applespi_setup_write_txfrs()
/openbmc/linux/drivers/net/can/spi/mcp251xfd/
H A Dmcp251xfd-core.c1210 const char *msg; in mcp251xfd_handle_serrif() local
1214 msg = "TX MAB underflow due to ECC error detected."; in mcp251xfd_handle_serrif()
1216 msg = "TX MAB underflow detected."; in mcp251xfd_handle_serrif()
1219 netdev_dbg(priv->ndev, "%s\n", msg); in mcp251xfd_handle_serrif()
1221 netdev_info(priv->ndev, "%s\n", msg); in mcp251xfd_handle_serrif()
1310 const char *msg; in mcp251xfd_handle_eccif() local
1349 msg = "Single ECC Error detected at address"; in mcp251xfd_handle_eccif()
1351 msg = "Double ECC Error detected at address"; in mcp251xfd_handle_eccif()
1358 netdev_notice(priv->ndev, "%s 0x%04x.\n", msg, addr); in mcp251xfd_handle_eccif()
1370 msg, addr, nr, ecc->cnt, ecc->cnt > 1 ? "s" : ""); in mcp251xfd_handle_eccif()
/openbmc/linux/drivers/spi/
H A Dspi-imx.c73 int (*prepare_message)(struct spi_imx_data *spi_imx, struct spi_message *msg);
528 struct spi_message *msg) in mx51_ecspi_prepare_message() argument
530 struct spi_device *spi = msg->spi; in mx51_ecspi_prepare_message()
617 list_for_each_entry(xfer, &msg->transfers, transfer_list) { in mx51_ecspi_prepare_message()
771 struct spi_message *msg) in mx31_prepare_message() argument
875 struct spi_message *msg) in mx21_prepare_message() argument
950 struct spi_message *msg) in mx1_prepare_message() argument
1664 spi_imx_prepare_message(struct spi_controller *controller, struct spi_message *msg) in spi_imx_prepare_message() argument
1675 ret = spi_imx->devtype_data->prepare_message(spi_imx, msg); in spi_imx_prepare_message()
1685 spi_imx_unprepare_message(struct spi_controller *controller, struct spi_message *msg) in spi_imx_unprepare_message() argument
/openbmc/linux/drivers/scsi/
H A Dwd33c93.c292 uchar msg[2]) in calc_sync_msg()
301 msg[0] = period; in calc_sync_msg()
302 msg[1] = offset; in calc_sync_msg()
741 uchar asr, sr, phs, id, lun, *ucp, msg; in wd33c93_intr() local
931 msg = read_1_byte(regs); in wd33c93_intr()
935 hostdata->incoming_msg[hostdata->incoming_ptr] = msg; in wd33c93_intr()
937 msg = EXTENDED_MESSAGE; in wd33c93_intr()
941 scsi_pointer->Message = msg; in wd33c93_intr()
942 switch (msg) { in wd33c93_intr()
1092 printk("Rejecting Unknown Message(%02x) ", msg); in wd33c93_intr()
/openbmc/linux/net/ipv4/
H A Dip_output.c936 struct msghdr *msg = from; in ip_generic_getfrag() local
939 if (!copy_from_iter_full(to, len, &msg->msg_iter)) in ip_generic_getfrag()
943 if (!csum_and_copy_from_iter_full(to, len, &csum, &msg->msg_iter)) in ip_generic_getfrag()
1009 struct msghdr *msg = from; in __ip_append_data() local
1011 if (getfrag == ip_generic_getfrag && msg->msg_ubuf) { in __ip_append_data()
1012 if (skb_zcopy(skb) && msg->msg_ubuf != skb_zcopy(skb)) in __ip_append_data()
1022 uarg = msg->msg_ubuf; in __ip_append_data()
1217 struct msghdr *msg = from; in __ip_append_data() local
1220 if (WARN_ON_ONCE(copy > msg->msg_iter.count)) in __ip_append_data()
1223 err = skb_splice_from_iter(skb, &msg->msg_iter, copy, in __ip_append_data()
/openbmc/linux/tools/testing/selftests/net/mptcp/
H A Dmptcp_connect.c512 struct msghdr msg = { in do_recvmsg_cmsg() local
520 int ret = recvmsg(fd, &msg, flags); in do_recvmsg_cmsg()
537 if (msg.msg_controllen && !cfg_cmsg_types.cmsg_enabled) in do_recvmsg_cmsg()
539 (unsigned long)msg.msg_controllen); in do_recvmsg_cmsg()
541 if (msg.msg_controllen == 0 && cfg_cmsg_types.cmsg_enabled) in do_recvmsg_cmsg()
544 if (msg.msg_controllen) in do_recvmsg_cmsg()
545 process_cmsg(&msg); in do_recvmsg_cmsg()
/openbmc/linux/drivers/hsi/controllers/
H A Domap_ssi.h114 struct hsi_msg *msg; member
/openbmc/linux/include/linux/platform_data/
H A Dwilco-ec.h127 int wilco_ec_mailbox(struct wilco_ec_device *ec, struct wilco_ec_message *msg);

1...<<111112113114115116117118119120>>...165