Home
last modified time | relevance | path

Searched defs:msg (Results 601 – 625 of 2821) sorted by relevance

1...<<21222324252627282930>>...113

/openbmc/linux/tools/testing/selftests/bpf/progs/
H A Dtest_sockmap_progs_query.c19 int prog_skmsg_verdict(struct sk_msg_md *msg) in prog_skmsg_verdict()
/openbmc/linux/drivers/infiniband/core/
H A Dmad_rmpp.c110 static void format_ack(struct ib_mad_send_buf *msg, in format_ack()
133 struct ib_mad_send_buf *msg; in ack_recv() local
154 struct ib_mad_send_buf *msg; in alloc_response_msg() local
181 struct ib_mad_send_buf *msg; in ack_ds_ack() local
215 struct ib_mad_send_buf *msg; in nack_recv() local
/openbmc/linux/drivers/net/ethernet/vertexcom/
H A Dmse102x.c152 struct spi_message *msg = &mses->spi_msg; in mse102x_tx_cmd_spi() local
175 struct spi_message *msg = &mses->spi_msg; in mse102x_rx_cmd_spi() local
224 struct spi_message *msg = &mses->spi_msg; in mse102x_tx_frame_spi() local
268 struct spi_message *msg = &mses->spi_msg; in mse102x_rx_frame_spi() local
297 static void mse102x_dump_packet(const char *msg, int len, const char *data) in mse102x_dump_packet()
/openbmc/qemu/hw/display/
H A Dvhost-user-gpu.c122 vhost_user_gpu_handle_cursor(VhostUserGPU *g, VhostUserGpuMsg *msg) in vhost_user_gpu_handle_cursor()
152 vhost_user_gpu_send_msg(VhostUserGPU *g, const VhostUserGpuMsg *msg) in vhost_user_gpu_send_msg()
161 VhostUserGpuMsg msg = { in vhost_user_gpu_unblock() local
170 vhost_user_gpu_handle_display(VhostUserGPU *g, VhostUserGpuMsg *msg) in vhost_user_gpu_handle_display()
357 VhostUserGpuMsg *msg = NULL; in vhost_user_gpu_chr_read() local
/openbmc/linux/drivers/char/ipmi/
H A Dipmb_dev_int.c79 struct ipmb_msg msg; in ipmb_read() local
116 static int ipmb_i2c_write(struct i2c_client *client, u8 *msg, u8 addr) in ipmb_i2c_write()
141 u8 msg[MAX_MSG_LEN]; in ipmb_write() local
/openbmc/linux/drivers/media/dvb-frontends/
H A Dor51132.c63 struct i2c_msg msg = { .addr = state->config->demod_address, in or51132_writebuf() local
86 struct i2c_msg msg = { .addr = state->config->demod_address, in or51132_readbuf() local
102 struct i2c_msg msg[2] = { in or51132_readreg() local
H A Dstb6100.c124 struct i2c_msg msg = { in stb6100_read_regs() local
152 struct i2c_msg msg = { in stb6100_read_reg() local
177 struct i2c_msg msg = { in stb6100_write_reg_range() local
/openbmc/linux/sound/soc/sof/
H A Dipc4-control.c22 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_set_get_kcontrol_data() local
91 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_set_volume_data() local
210 struct sof_ipc4_msg *msg = &cdata->msg; in sof_ipc4_set_get_bytes_data() local
/openbmc/linux/drivers/net/mdio/
H A Dmdio-i2c.c72 struct i2c_msg msg; in i2c_mii_write_default_c45() local
169 struct i2c_msg msg; in __i2c_rollball_set_page() local
357 struct i2c_msg msg; in i2c_mii_init_rollball() local
/openbmc/linux/drivers/staging/media/av7110/
H A Dsp8870.c56 struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = buf, .len = 4 }; in sp8870_writereg() local
72 …struct i2c_msg msg [] = { { .addr = state->config->demod_address, .flags = 0, .buf = b0, .len = 2 … in sp8870_readreg() local
87 struct i2c_msg msg; in sp8870_firmware_upload() local
/openbmc/phosphor-networkd/src/
H A Dncsi_util.cpp81 CallBack infoCallBack = [](struct nl_msg* msg, void* arg) { in __anon66112f010102()
231 CallBack sendCallBack = [](struct nl_msg* msg, void* arg) { in __anon66112f010202()
294 nlMsgPtr msg(nlmsg_alloc(), &::nlmsg_free); in applyCmd() local
/openbmc/openpower-vpd-parser/vpd-manager/
H A Dbios_handler.cpp36 [this](sdbusplus::message_t& msg) { in checkAndListenPLDMService()
94 [this](sdbusplus::message_t& msg) { biosAttribsCallback(msg); }); in listenBiosAttribs()
97 void BiosHandler::biosAttribsCallback(sdbusplus::message_t& msg) in biosAttribsCallback()
/openbmc/openbmc/poky/meta/recipes-core/initrdscripts/initramfs-framework/
H A Dinit42 msg() { function
/openbmc/openpower-hw-diags/util/
H A Dpdbg_callback.hpp26 char msg[MSG_MAX_LEN]; in pdbg_log_callback() local
/openbmc/openpower-hw-diags/attn/
H A Dbp_handler.cpp26 auto msg = bus.new_signal("/", "org.openbmc.cronus", "Brkpt"); in bpHandler() local
/openbmc/linux/tools/tracing/rtla/src/
H A Dtimerlat.c21 static const char * const msg[] = { in timerlat_usage() local
/openbmc/linux/kernel/trace/rv/
H A Dreactor_panic.c16 static void rv_panic_reaction(char *msg) in rv_panic_reaction()
H A Dreactor_printk.c15 static void rv_printk_reaction(char *msg) in rv_printk_reaction()
/openbmc/qemu/tests/guest-debug/
H A Dtest_gdbstub.py13 def report(cond, msg): argument
/openbmc/linux/ipc/
H A Dmsg.c277 struct msg_msg *msg, *t; in freeque() local
794 static int testmsg(struct msg_msg *msg, long type, int mode) in testmsg()
816 static inline int pipelined_send(struct msg_queue *msq, struct msg_msg *msg, in pipelined_send()
852 struct msg_msg *msg; in do_msgsnd() local
1026 static long do_msg_fill(void __user *dest, struct msg_msg *msg, size_t bufsz) in do_msg_fill()
1076 struct msg_msg *msg, *found = NULL; in find_msg() local
1104 struct msg_msg *msg, *copy = NULL; in do_msgrcv() local
1277 static long compat_do_msg_fill(void __user *dest, struct msg_msg *msg, size_t bufsz) in compat_do_msg_fill()
/openbmc/openbmc/poky/meta/lib/oeqa/utils/
H A Dsshcontrol.py42 def log(self, msg): argument
118 def log(self, msg): argument
/openbmc/linux/drivers/edac/
H A Docteon_edac-lmc.c42 char msg[64]; in octeon_lmc_edac_poll() local
76 char msg[64]; in octeon_lmc_edac_poll_o2() local
/openbmc/u-boot/drivers/i2c/
H A Ds3c24x0_i2c.c226 static int s3c24x0_do_msg(struct s3c24x0_i2c_bus *i2c_bus, struct i2c_msg *msg, in s3c24x0_do_msg()
278 static int s3c24x0_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, in s3c24x0_i2c_xfer()
/openbmc/u-boot/net/
H A Dfastboot.c53 static void fastboot_udp_send_info(const char *msg) in fastboot_udp_send_info()
95 static void fastboot_timed_send_info(const char *msg) in fastboot_timed_send_info()
/openbmc/linux/drivers/rtc/
H A Drtc-imx-sc.c44 struct imx_sc_msg_timer_get_rtc_time msg; in imx_sc_rtc_read_time() local
85 struct imx_sc_msg_timer_rtc_set_alarm msg; in imx_sc_rtc_set_alarm() local

1...<<21222324252627282930>>...113