/openbmc/openbmc-test-automation/lib/ |
H A D | code_update_utils.robot | 319 ... msg=Only found one image on the BMC with purpose ${version_purpose}. 514 ... msg=Given attribute value ${data} mismatch ${value}. 521 ... msg=${ACTIVATION_DIR_PATH} does not exist. Therefore, the image is not signed.
|
/openbmc/linux/drivers/infiniband/hw/bnxt_re/ |
H A D | main.c | 388 static void bnxt_re_fill_fw_msg(struct bnxt_fw_msg *fw_msg, void *msg, in bnxt_re_fill_fw_msg() argument 392 fw_msg->msg = msg; in bnxt_re_fill_fw_msg()
|
/openbmc/linux/drivers/scsi/hisi_sas/ |
H A D | hisi_sas.h | 125 const char *msg; member
|
/openbmc/openbmc-test-automation/openpower/ext_interfaces/ |
H A D | test_discovery.robot | 111 Should Contain ${resp_rpm} avahi-tools ignore_case=True msg=avahi-tools is not available.
|
/openbmc/openbmc-test-automation/openpower/localuser/ |
H A D | test_ipmi_redfish_user.robot | 255 Run Keyword If '${index}' == '299' Fail msg=A free user ID could not be found.
|
/openbmc/openbmc-test-automation/redfish/managers/ |
H A D | test_multiple_interfaces_dhcp.robot | 145 ... msg=From switching from DHCP to Static DHCP IP is not erased.
|
/openbmc/qemu/hw/arm/ |
H A D | trace-events | 67 z2_aer915_send_too_long(int8_t msg) "message too long (%i bytes)"
|
/openbmc/linux/drivers/net/ethernet/broadcom/ |
H A D | bnx2.c | 1961 u32 msg; in bnx2_send_heart_beat() local 1965 msg = (u32) (++bp->fw_drv_pulse_wr_seq & BNX2_DRV_PULSE_SEQ_MASK); in bnx2_send_heart_beat() 1968 BNX2_WR(bp, BNX2_PCICFG_REG_WINDOW, msg); in bnx2_send_heart_beat() 1975 u32 msg; in bnx2_remote_phy_event() local 1979 msg = bnx2_shmem_rd(bp, BNX2_LINK_STATUS); in bnx2_remote_phy_event() 1981 if (msg & BNX2_LINK_STATUS_HEART_BEAT_EXPIRED) in bnx2_remote_phy_event() 1984 msg &= ~BNX2_LINK_STATUS_HEART_BEAT_EXPIRED; in bnx2_remote_phy_event() 1992 speed = msg & BNX2_LINK_STATUS_SPEED_MASK; in bnx2_remote_phy_event() 2031 if (msg & BNX2_LINK_STATUS_TX_FC_ENABLED) in bnx2_remote_phy_event() 2033 if (msg & BNX2_LINK_STATUS_RX_FC_ENABLED) in bnx2_remote_phy_event() [all …]
|
/openbmc/linux/drivers/media/pci/ttpci/ |
H A D | budget-ci.c | 654 struct i2c_msg msg = {.addr = 0x60,.flags = 0,.buf = buf,.len = sizeof(buf) }; in philips_su1278_tt_tuner_set_params() local 679 if (i2c_transfer(&budget_ci->budget.i2c_adap, &msg, 1) != 1) in philips_su1278_tt_tuner_set_params()
|
/openbmc/linux/mm/ |
H A D | zswap.c | 252 #define zswap_pool_debug(msg, p) \ argument 253 pr_debug("%s pool %s/%s\n", msg, (p)->tfm_name, \
|
/openbmc/linux/scripts/ |
H A D | kernel-doc | 452 my $msg = shift; 453 print STDERR "$location: warning: $msg";
|
/openbmc/linux/drivers/hv/ |
H A D | hv_balloon.c | 1078 static void process_info(struct hv_dynmem_device *dm, struct dm_info_msg *msg) in process_info() argument 1082 info_hdr = (struct dm_info_header *)msg->info; in process_info()
|
/openbmc/linux/arch/arm64/boot/dts/qcom/ |
H A D | msm8994.dtsi | 293 qcom,rpm-msg-ram = <&rpm_msg_ram>; 741 compatible = "qcom,rpm-msg-ram";
|
/openbmc/linux/drivers/of/ |
H A D | base.c | 1094 void of_print_phandle_args(const char *msg, const struct of_phandle_args *args) in of_print_phandle_args() argument 1097 printk("%s %pOF", msg, args->np); in of_print_phandle_args()
|
/openbmc/linux/drivers/staging/media/av7110/ |
H A D | av7110_hw.c | 659 int av7110_diseqc_send(struct av7110 *av7110, int len, u8 *msg, unsigned long burst) in av7110_diseqc_send() argument 679 buf[i + 4] = msg[i]; in av7110_diseqc_send()
|
/openbmc/linux/arch/x86/kernel/ |
H A D | apm_32.c | 452 char *msg; member 498 pr_notice("%s: %s\n", str, error_table[i].msg); in apm_error()
|
/openbmc/linux/Documentation/i2c/ |
H A D | writing-clients.rst | 353 less than 64k since msg.len is u16.) Returned is the actual number of bytes 358 int i2c_transfer(struct i2c_adapter *adap, struct i2c_msg *msg,
|
/openbmc/linux/drivers/infiniband/sw/siw/ |
H A D | siw_qp.c | 393 struct msghdr msg = { .msg_flags = MSG_DONTWAIT | MSG_EOR }; in siw_send_terminate() local 602 rv = kernel_sendmsg(s, &msg, iov, num_frags, len_terminate); in siw_send_terminate()
|
/openbmc/linux/lib/ |
H A D | dynamic_debug.c | 130 static void vpr_info_dq(const struct ddebug_query *query, const char *msg) in vpr_info_dq() argument 142 msg, in vpr_info_dq()
|
/openbmc/linux/Documentation/networking/ |
H A D | j1939.rst | 328 for (cmsg = CMSG_FIRSTHDR(&msg); cmsg; cmsg = CMSG_NXTHDR(&msg, cmsg)) {
|
/openbmc/bmcweb/redfish-core/lib/ |
H A D | update_service.hpp | 130 sdbusplus::message_t& msg, in handleCreateTask() argument 142 msg.read(iface, values); in handleCreateTask()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | ci_dpm.c | 165 static PPSMC_Result ci_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg); 167 PPSMC_Msg msg, u32 parameter); 1620 static PPSMC_Result ci_send_msg_to_smc(struct radeon_device *rdev, PPSMC_Msg msg) in ci_send_msg_to_smc() argument 1628 WREG32(SMC_MESSAGE_0, msg); in ci_send_msg_to_smc() 1642 PPSMC_Msg msg, u32 parameter) in ci_send_msg_to_smc_with_parameter() argument 1645 return ci_send_msg_to_smc(rdev, msg); in ci_send_msg_to_smc_with_parameter() 1649 PPSMC_Msg msg, u32 *parameter) in ci_send_msg_to_smc_return_parameter() argument 1653 smc_result = ci_send_msg_to_smc(rdev, msg); in ci_send_msg_to_smc_return_parameter() 1920 PPSMC_Msg msg = has_display ? PPSMC_MSG_HasDisplay : PPSMC_MSG_NoDisplay; in ci_notify_smc_display_change() local 1922 return (ci_send_msg_to_smc(rdev, msg) == PPSMC_Result_OK) ? 0 : -EINVAL; in ci_notify_smc_display_change()
|
/openbmc/linux/net/ipv4/ |
H A D | tcp_input.c | 2518 static void DBGUNDO(struct sock *sk, const char *msg) in DBGUNDO() argument 2526 msg, in DBGUNDO() 2535 msg, in DBGUNDO() 5068 int tcp_send_rcvq(struct sock *sk, struct msghdr *msg, size_t size) in tcp_send_rcvq() argument 5099 err = skb_copy_datagram_from_iter(skb, 0, &msg->msg_iter, size); in tcp_send_rcvq() 6972 const char *msg = "Dropping request"; in tcp_syn_flood_action() local 6981 msg = "Sending cookies"; in tcp_syn_flood_action() 6993 sk->sk_num, msg); in tcp_syn_flood_action() 6997 sk->sk_num, msg); in tcp_syn_flood_action()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/smumgr/ |
H A D | ci_smumgr.c | 208 static int ci_send_msg_to_smc(struct pp_hwmgr *hwmgr, uint16_t msg) in ci_send_msg_to_smc() argument 214 cgs_write_register(hwmgr->device, mmSMC_MESSAGE_0, msg); in ci_send_msg_to_smc() 222 "failed to send message %x ret is %d\n", msg,ret); in ci_send_msg_to_smc() 228 uint16_t msg, uint32_t parameter) in ci_send_msg_to_smc_with_parameter() argument 231 return ci_send_msg_to_smc(hwmgr, msg); in ci_send_msg_to_smc_with_parameter()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | cxd2841er.c | 219 struct i2c_msg msg[1] = { in cxd2841er_write_regs() local 238 ret = i2c_transfer(priv->i2c, msg, 1); in cxd2841er_write_regs() 264 struct i2c_msg msg[2] = { in cxd2841er_read_regs() local 278 ret = i2c_transfer(priv->i2c, msg, 2); in cxd2841er_read_regs() 3716 data[i] = cmd->msg[i]; in cxd2841er_send_diseqc_msg()
|