/openbmc/linux/tools/testing/selftests/bpf/progs/ |
H A D | test_sockmap_progs_query.c | 19 int prog_skmsg_verdict(struct sk_msg_md *msg) in prog_skmsg_verdict()
|
/openbmc/linux/drivers/infiniband/core/ |
H A D | mad_rmpp.c | 110 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 D | mse102x.c | 152 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 D | vhost-user-gpu.c | 122 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 D | ipmb_dev_int.c | 79 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 D | or51132.c | 63 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 D | stb6100.c | 124 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 D | ipc4-control.c | 22 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 D | mdio-i2c.c | 72 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 D | sp8870.c | 56 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 D | ncsi_util.cpp | 81 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 D | bios_handler.cpp | 36 [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 D | init | 42 msg() { function
|
/openbmc/openpower-hw-diags/util/ |
H A D | pdbg_callback.hpp | 26 char msg[MSG_MAX_LEN]; in pdbg_log_callback() local
|
/openbmc/openpower-hw-diags/attn/ |
H A D | bp_handler.cpp | 26 auto msg = bus.new_signal("/", "org.openbmc.cronus", "Brkpt"); in bpHandler() local
|
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | timerlat.c | 21 static const char * const msg[] = { in timerlat_usage() local
|
/openbmc/linux/kernel/trace/rv/ |
H A D | reactor_panic.c | 16 static void rv_panic_reaction(char *msg) in rv_panic_reaction()
|
H A D | reactor_printk.c | 15 static void rv_printk_reaction(char *msg) in rv_printk_reaction()
|
/openbmc/qemu/tests/guest-debug/ |
H A D | test_gdbstub.py | 13 def report(cond, msg): argument
|
/openbmc/linux/ipc/ |
H A D | msg.c | 277 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 D | sshcontrol.py | 42 def log(self, msg): argument 118 def log(self, msg): argument
|
/openbmc/linux/drivers/edac/ |
H A D | octeon_edac-lmc.c | 42 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 D | s3c24x0_i2c.c | 226 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 D | fastboot.c | 53 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 D | rtc-imx-sc.c | 44 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
|