/openbmc/linux/kernel/locking/ |
H A D | spinlock_debug.c | 54 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 D | msgutil.c | 48 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 D | compat.c | 37 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 D | hfi-events.c | 56 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 D | budget.c | 82 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 D | omap_ssi_port.c | 172 struct hsi_msg *msg; in ssi_process_errqueue() local 183 static int ssi_claim_lch(struct hsi_msg *msg) in ssi_claim_lch() 201 static int ssi_start_dma(struct hsi_msg *msg, int lch) in ssi_start_dma() 280 static int ssi_start_pio(struct hsi_msg *msg) in ssi_start_pio() 316 struct hsi_msg *msg; in ssi_start_transfer() local 332 static int ssi_async_break(struct hsi_msg *msg) in ssi_async_break() 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 [all …]
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | sdhci-cmd.c | 21 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 D | hsmp.c | 78 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 D | bat_v.c | 130 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 D | w1_netlink.c | 27 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 D | ipmi_si_intf.c | 267 void debug_timestamp(struct smi_info *smi_info, char *msg) in debug_timestamp() 286 struct ipmi_smi_msg *msg) in deliver_recv_msg() 294 struct ipmi_smi_msg *msg = smi_info->curr_msg; in return_hosed_msg() local 354 static void start_new_msg(struct smi_info *smi_info, unsigned char *msg, in start_new_msg() 367 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 [all …]
|
H A D | ipmi_msghandler.c | 683 struct ipmi_recv_msg *msg, *msg2; in free_recv_msg_list() local 693 struct ipmi_smi_msg *msg, *msg2; in free_smi_msg_list() local 922 static int deliver_response(struct ipmi_smi *intf, struct ipmi_recv_msg *msg) in deliver_response() 962 struct ipmi_recv_msg *msg) in deliver_local_response() 971 struct ipmi_recv_msg *msg, int err) in deliver_err_response() 1114 struct ipmi_recv_msg *msg = intf->seq_table[seq].recv_msg; in intf_find_seq() local 1168 struct ipmi_recv_msg *msg = NULL; in intf_err_seq() local 1592 struct ipmi_recv_msg *msg, *msg2; in ipmi_set_gets_events() local 1788 struct kernel_ipmi_msg *msg, in format_ipmb_msg() 1830 struct kernel_ipmi_msg *msg, in format_lan_msg() [all …]
|
/openbmc/linux/tools/perf/ui/gtk/ |
H A D | util.c | 33 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 D | dbus_utils.cpp | 28 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/slimbus/ |
H A D | stream.c | 128 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/fm10k/ |
H A D | fm10k_vf.c | 170 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/net/ethernet/intel/ixgbe/ |
H A D | ixgbe_mbx.c | 18 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/net/ethernet/intel/ixgbevf/ |
H A D | mbx.c | 262 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/clk/tegra/ |
H A D | clk-bpmp.c | 63 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 D | iosm_ipc_task_queue.c | 78 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 D | cros_ec_proto_test.c | 22 struct cros_ec_command *msg; member 30 struct cros_ec_command *msg = priv->msg; in cros_ec_proto_test_prepare_tx_legacy_normal() local 73 struct cros_ec_command *msg = priv->msg; in cros_ec_proto_test_prepare_tx_legacy_bad_msg_outsize() local 88 struct cros_ec_command *msg = priv->msg; in cros_ec_proto_test_prepare_tx_normal() local 129 struct cros_ec_command *msg = priv->msg; in cros_ec_proto_test_prepare_tx_bad_msg_outsize() local 142 struct cros_ec_command *msg = priv->msg; in cros_ec_proto_test_check_result() local 1547 struct cros_ec_command msg; in cros_ec_proto_test_cmd_xfer_normal() member 1607 struct cros_ec_command msg; in cros_ec_proto_test_cmd_xfer_excess_msg_insize() member 1645 struct cros_ec_command msg; in cros_ec_proto_test_cmd_xfer_excess_msg_outsize_without_passthru() member 1668 struct cros_ec_command msg; in cros_ec_proto_test_cmd_xfer_excess_msg_outsize_with_passthru() member [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | __init__.py | 64 def bbdebug(self, level, msg, *args, **kwargs): argument 77 def plain(self, msg, *args, **kwargs): argument 80 def verbose(self, msg, *args, **kwargs): argument 83 def verbnote(self, msg, *args, **kwargs): argument 86 def warnonce(self, msg, *args, **kwargs): argument 89 def erroronce(self, msg, *args, **kwargs): argument 120 def process(self, msg, kwargs): argument
|
/openbmc/linux/drivers/crypto/intel/qat/qat_common/ |
H A D | adf_pfvf_vf_msg.c | 20 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 D | socklib.c | 206 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 D | config-validator.hpp | 40 const std::string& msg) : in ConfigValidationException() 48 const std::string& msg) : in ConfigValidationException() 58 const std::string& msg) : in ConfigValidationException()
|