Home
last modified time | relevance | path

Searched defs:msg (Results 101 – 125 of 2824) sorted by relevance

12345678910>>...113

/openbmc/linux/kernel/locking/
H A Dspinlock_debug.c54 static void spin_dump(raw_spinlock_t *lock, const char *msg) in spin_dump()
72 static void spin_bug(raw_spinlock_t *lock, const char *msg) in spin_bug()
80 #define SPIN_BUG_ON(cond, lock, msg) if (unlikely(cond)) spin_bug(lock, msg) argument
145 static void rwlock_bug(rwlock_t *lock, const char *msg) in rwlock_bug()
156 #define RWLOCK_BUG_ON(cond, lock, msg) if (unlikely(cond)) rwlock_bug(lock, msg) argument
/openbmc/linux/ipc/
H A Dmsgutil.c48 struct msg_msg *msg; in alloc_msg() local
86 struct msg_msg *msg; in load_msg() local
150 int store_msg(void __user *dest, struct msg_msg *msg, size_t len) in store_msg()
169 void free_msg(struct msg_msg *msg) in free_msg()
/openbmc/linux/net/
H A Dcompat.c37 struct compat_msghdr *msg, in __get_compat_msghdr()
88 struct compat_msghdr msg; in get_compat_msghdr() local
114 #define CMSG_COMPAT_FIRSTHDR(msg) \ argument
125 static inline struct compat_cmsghdr __user *cmsg_compat_nxthdr(struct msghdr *msg, in cmsg_compat_nxthdr()
283 static int scm_max_fds_compat(struct msghdr *msg) in scm_max_fds_compat()
290 void scm_detach_fds_compat(struct msghdr *msg, struct scm_cookie *scm) in scm_detach_fds_compat()
343 struct compat_msghdr __user *msg, in __compat_sys_sendmsg()
350 COMPAT_SYSCALL_DEFINE3(sendmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3() argument
371 struct compat_msghdr __user *msg, in __compat_sys_recvmsg()
378 COMPAT_SYSCALL_DEFINE3(recvmsg, int, fd, struct compat_msghdr __user *, msg, in COMPAT_SYSCALL_DEFINE3() argument
/openbmc/linux/tools/power/x86/intel-speed-select/
H A Dhfi-events.c56 static int ack_handler(struct nl_msg *msg, void *arg) in ack_handler()
63 static int finish_handler(struct nl_msg *msg, void *arg) in finish_handler()
78 static int seq_check_handler(struct nl_msg *msg, void *arg) in seq_check_handler()
84 struct nl_msg *msg, in send_and_recv_msgs()
122 static int family_handler(struct nl_msg *msg, void *arg) in family_handler()
155 struct nl_msg *msg; in nl_get_multicast_id() local
/openbmc/linux/drivers/media/pci/ttpci/
H A Dbudget.c82 static int SendDiSEqCMsg (struct budget *budget, int len, u8 *msg, unsigned long burst) in SendDiSEqCMsg()
198 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = buf, .len = sizeof(buf) }; in alps_bsrv2_tuner_set_params() local
240 struct i2c_msg msg = { .addr = 0x62, .flags = 0, .buf = data, .len = sizeof(data) }; in alps_tdbe2_tuner_set_params() local
270 struct i2c_msg msg = { .flags = 0, .buf = data, .len = sizeof(data) }; in grundig_29504_401_tuner_set_params() local
326 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; in grundig_29504_451_tuner_set_params() local
350 struct i2c_msg msg = { .addr = 0x61, .flags = 0, .buf = data, .len = sizeof(data) }; in s5h1420_tuner_set_params() local
417 struct i2c_msg msg[] = { in i2c_readreg() local
429 struct i2c_msg msg[] = { { .addr = 0x50,.flags = 0,.buf = &b,.len = 1 }, in read_pwm() local
/openbmc/linux/drivers/hsi/controllers/
H A Domap_ssi_port.c172 struct hsi_msg *msg; in ssi_process_errqueue() local
316 struct hsi_msg *msg; in ssi_start_transfer() local
371 static int ssi_async(struct hsi_msg *msg) in ssi_async()
431 struct hsi_msg *msg; in ssi_flush_queue() local
519 struct hsi_msg *msg; in ssi_flush() local
638 struct hsi_msg *msg; in ssi_transfer() local
666 struct hsi_msg *msg; in ssi_cleanup_queues() local
726 struct hsi_msg *msg; in ssi_cleanup_gdd() local
804 struct hsi_msg *msg; in ssi_error() local
862 struct hsi_msg *msg; in ssi_break_complete() local
[all …]
/openbmc/qemu/tests/qtest/libqos/
H A Dsdhci-cmd.c21 static ssize_t read_fifo(QTestState *qts, uint64_t reg, char *msg, size_t count) in read_fifo()
45 static void write_fifo(QTestState *qts, uint64_t reg, const char *msg, in write_fifo()
85 ssize_t sdhci_read_cmd(QTestState *qts, uint64_t base_addr, char *msg, in sdhci_read_cmd()
102 void sdhci_write_cmd(QTestState *qts, uint64_t base_addr, const char *msg, in sdhci_write_cmd()
/openbmc/linux/drivers/platform/x86/amd/
H A Dhsmp.c78 static int __hsmp_send_message(struct pci_dev *root, struct hsmp_message *msg) in __hsmp_send_message()
171 static int validate_message(struct hsmp_message *msg) in validate_message()
189 int hsmp_send_message(struct hsmp_message *msg) in hsmp_send_message()
226 struct hsmp_message msg = { 0 }; in hsmp_test() local
261 struct hsmp_message msg = { 0 }; in hsmp_ioctl() local
/openbmc/linux/net/batman-adv/
H A Dbat_v.c130 batadv_v_neigh_dump_neigh(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_neigh_dump_neigh()
180 batadv_v_neigh_dump_hardif(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_neigh_dump_hardif()
212 batadv_v_neigh_dump(struct sk_buff *msg, struct netlink_callback *cb, in batadv_v_neigh_dump()
268 batadv_v_orig_dump_subentry(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_orig_dump_subentry()
337 batadv_v_orig_dump_entry(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_orig_dump_entry()
388 batadv_v_orig_dump_bucket(struct sk_buff *msg, u32 portid, u32 seq, in batadv_v_orig_dump_bucket()
423 batadv_v_orig_dump(struct sk_buff *msg, struct netlink_callback *cb, in batadv_v_orig_dump()
657 static int batadv_v_gw_dump_entry(struct sk_buff *msg, u32 portid, in batadv_v_gw_dump_entry()
753 static void batadv_v_gw_dump(struct sk_buff *msg, struct netlink_callback *cb, in batadv_v_gw_dump()
/openbmc/linux/drivers/w1/
H A Dw1_netlink.c27 struct w1_netlink_msg *msg; /* advances as w1_netlink_msg is appened */ member
42 struct w1_netlink_msg *msg; member
194 static void w1_netlink_send_error(struct cn_msg *cn, struct w1_netlink_msg *msg, in w1_netlink_send_error()
199 struct w1_netlink_msg msg; in w1_netlink_send_error() member
216 void w1_netlink_send(struct w1_master *dev, struct w1_netlink_msg *msg) in w1_netlink_send()
220 struct w1_netlink_msg msg; in w1_netlink_send() member
403 struct w1_netlink_msg *msg; in w1_process_command_root() local
500 static void w1_list_count_cmds(struct w1_netlink_msg *msg, int *cmd_count, in w1_list_count_cmds()
539 struct w1_netlink_msg *msg = (struct w1_netlink_msg *)(cn + 1); in w1_cn_callback() local
/openbmc/linux/drivers/char/ipmi/
H A Dipmi_si_intf.c367 unsigned char msg[2]; in start_check_enables() local
378 unsigned char msg[3]; in start_clear_flags() local
448 struct ipmi_smi_msg *msg; in alloc_msg_handle_irq() local
540 struct ipmi_smi_msg *msg; in handle_transaction_done() local
566 unsigned char msg[4]; in handle_transaction_done() local
589 unsigned char msg[3]; in handle_transaction_done() local
680 unsigned char msg[4]; in handle_transaction_done() local
721 unsigned char msg[4]; in handle_transaction_done() local
797 unsigned char msg[2]; in smi_event_handler() local
900 struct ipmi_smi_msg *msg) in sender()
[all …]
H A Dipmi_msghandler.c693 struct ipmi_smi_msg *msg, *msg2; in free_smi_msg_list() local
2531 struct kernel_ipmi_msg msg; in send_get_device_id_cmd() local
3725 struct ipmi_smi_msg *msg; in cleanup_smi_msgs() local
4109 struct ipmi_smi_msg *msg) in handle_lan_get_msg_rsp()
4176 struct ipmi_smi_msg *msg) in handle_lan_get_msg_cmd()
4275 struct ipmi_smi_msg *msg) in handle_oem_get_msg_cmd()
4394 struct ipmi_smi_msg *msg) in handle_read_event_rsp()
4496 struct ipmi_smi_msg *msg) in handle_bmc_rsp()
4862 struct ipmi_smi_msg *msg) in ipmi_smi_msg_received()
4934 struct ipmi_recv_msg *msg; in check_msg_timeout() local
[all …]
/openbmc/linux/tools/perf/ui/gtk/
H A Dutil.c33 char *msg; in perf_gtk__error() local
59 char *msg; in perf_gtk__warning_info_bar() local
80 char *msg, *p; in perf_gtk__warning_statusbar() local
/openbmc/bmcweb/test/redfish-core/include/utils/
H A Ddbus_utils.cpp28 sdbusplus::message_t msg; in TEST() local
41 sdbusplus::message_t msg; in TEST() local
68 sdbusplus::message_t msg; in TEST() local
/openbmc/linux/drivers/net/ethernet/intel/ixgbe/
H A Dixgbe_mbx.c18 s32 ixgbe_read_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_read_mbx()
41 s32 ixgbe_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, u16 mbx_id) in ixgbe_write_mbx()
165 static s32 ixgbe_read_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_read_posted_mbx()
192 static s32 ixgbe_write_posted_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_write_posted_mbx()
332 static s32 ixgbe_write_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_write_mbx_pf()
371 static s32 ixgbe_read_mbx_pf(struct ixgbe_hw *hw, u32 *msg, u16 size, in ixgbe_read_mbx_pf()
/openbmc/linux/drivers/slimbus/
H A Dstream.c128 struct slim_val_inf msg = {0, 2, NULL, wbuf, NULL}; in slim_connect_port_channel() local
148 struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; in slim_disconnect_port() local
164 struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; in slim_deactivate_remove_channel() local
275 struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; in slim_define_channel_content() local
310 struct slim_val_inf msg = {0, 4, NULL, wbuf, NULL}; in slim_define_channel() local
334 struct slim_val_inf msg = {0, 1, NULL, wbuf, NULL}; in slim_activate_channel() local
/openbmc/linux/drivers/net/ethernet/intel/ixgbevf/
H A Dmbx.c262 static s32 ixgbevf_write_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_write_mbx_vf()
306 static s32 ixgbevf_write_mbx_vf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_write_mbx_vf_legacy()
344 static s32 ixgbevf_read_mbx_vf(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_read_mbx_vf()
380 static s32 ixgbevf_read_mbx_vf_legacy(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_read_mbx_vf_legacy()
439 s32 ixgbevf_poll_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_poll_mbx()
468 s32 ixgbevf_write_mbx(struct ixgbe_hw *hw, u32 *msg, u16 size) in ixgbevf_write_mbx()
/openbmc/linux/drivers/net/ethernet/intel/fm10k/
H A Dfm10k_vf.c170 u32 msg[4]; in fm10k_update_vlan_vf() local
276 u32 msg[7]; in fm10k_update_uc_addr_vf() local
319 u32 msg[7]; in fm10k_update_mc_addr_vf() local
352 u32 msg[1]; in fm10k_update_int_moderator_vf() local
403 u32 msg[2]; in fm10k_update_lport_state_vf() local
431 u32 msg[3]; in fm10k_update_xcast_mode_vf() local
/openbmc/linux/drivers/clk/tegra/
H A Dclk-bpmp.c63 struct tegra_bpmp_message msg; in tegra_bpmp_clk_transfer() local
98 struct tegra_bpmp_clk_message msg; in tegra_bpmp_clk_prepare() local
110 struct tegra_bpmp_clk_message msg; in tegra_bpmp_clk_unprepare() local
127 struct tegra_bpmp_clk_message msg; in tegra_bpmp_clk_is_prepared() local
149 struct tegra_bpmp_clk_message msg; in tegra_bpmp_clk_recalc_rate() local
173 struct tegra_bpmp_clk_message msg; in tegra_bpmp_clk_determine_rate() local
204 struct tegra_bpmp_clk_message msg; in tegra_bpmp_clk_set_parent() local
231 struct tegra_bpmp_clk_message msg; in tegra_bpmp_clk_get_parent() local
261 struct tegra_bpmp_clk_message msg; in tegra_bpmp_clk_set_rate() local
334 struct tegra_bpmp_clk_message msg; in tegra_bpmp_clk_get_max_id() local
[all …]
/openbmc/linux/drivers/net/wwan/iosm/
H A Diosm_ipc_task_queue.c78 int arg, void *msg, in ipc_task_queue_add_task()
142 void *msg, size_t size), in ipc_task_queue_send_task()
/openbmc/linux/drivers/platform/chrome/
H A Dcros_ec_proto_test.c22 struct cros_ec_command *msg; member
1690 struct cros_ec_command msg; in cros_ec_proto_test_cmd_xfer_protocol_v3_normal() local
1710 struct cros_ec_command msg; in cros_ec_proto_test_cmd_xfer_protocol_v3_no_op() local
1727 struct cros_ec_command msg; in cros_ec_proto_test_cmd_xfer_protocol_v2_normal() local
1747 struct cros_ec_command msg; in cros_ec_proto_test_cmd_xfer_protocol_v2_no_op() local
1765 struct cros_ec_command msg; in cros_ec_proto_test_cmd_xfer_in_progress_normal() local
1820 struct cros_ec_command msg; in cros_ec_proto_test_cmd_xfer_in_progress_retries_eagain() local
1848 struct cros_ec_command msg; in cros_ec_proto_test_cmd_xfer_in_progress_retries_status_processing() local
1887 struct cros_ec_command msg; in cros_ec_proto_test_cmd_xfer_in_progress_xfer_error() local
1913 struct cros_ec_command msg; in cros_ec_proto_test_cmd_xfer_in_progress_return_error() local
[all …]
/openbmc/linux/drivers/crypto/intel/qat/qat_common/
H A Dadf_pfvf_vf_msg.c20 struct pfvf_message msg = { .type = ADF_VF2PF_MSGTYPE_INIT }; in adf_vf2pf_notify_init() local
42 struct pfvf_message msg = { .type = ADF_VF2PF_MSGTYPE_SHUTDOWN }; in adf_vf2pf_notify_shutdown() local
57 struct pfvf_message msg = { in adf_vf2pf_request_version() local
/openbmc/linux/net/sunrpc/
H A Dsocklib.c206 static inline int xprt_sendmsg(struct socket *sock, struct msghdr *msg, in xprt_sendmsg()
214 static int xprt_send_kvec(struct socket *sock, struct msghdr *msg, in xprt_send_kvec()
221 static int xprt_send_pagedata(struct socket *sock, struct msghdr *msg, in xprt_send_pagedata()
234 static int xprt_send_rm_and_kvec(struct socket *sock, struct msghdr *msg, in xprt_send_rm_and_kvec()
264 int xprt_sock_sendmsg(struct socket *sock, struct msghdr *msg, in xprt_sock_sendmsg()
/openbmc/phosphor-led-manager/manager/
H A Dconfig-validator.hpp40 const std::string& msg) : in ConfigValidationException()
48 const std::string& msg) : in ConfigValidationException()
58 const std::string& msg) : in ConfigValidationException()
/openbmc/qemu/contrib/vhost-user-gpu/
H A Dvhost-user-gpu.c151 struct msghdr msg = { in vg_sock_fd_write() local
293 VhostUserGpuMsg msg = { in vg_get_display_info() local
337 VhostUserGpuMsg msg = { in vg_get_edid() local
428 VhostUserGpuMsg msg = { in vg_disable_scanout() local
716 VhostUserGpuMsg msg = { in vg_set_scanout() local
737 VhostUserGpuMsg msg = { in vg_set_scanout() local
827 VhostUserGpuMsg *msg = p; in vg_resource_flush() local
968 VhostUserGpuMsg msg = { in vg_process_cursor_cmd() local
983 VhostUserGpuMsg msg = { in vg_process_cursor_cmd() local
1077 VhostUserGpuMsg msg = { in protocol_features_cb() local
[all …]

12345678910>>...113