/openbmc/linux/drivers/acpi/ |
H A D | viot.c | 286 const char *msg = acpi_format_exception(status); in acpi_viot_init() local 288 pr_err("Failed to get table, %s\n", msg); in acpi_viot_init()
|
/openbmc/linux/drivers/acpi/acpica/ |
H A D | acnamesp.h | 185 const char *msg, u32 level, u32 component); 384 acpi_ns_print_node_pathname(struct acpi_namespace_node *node, const char *msg);
|
/openbmc/linux/drivers/media/common/b2c2/ |
H A D | flexcop-fe-tuner.c | 129 int len, u8 *msg, unsigned long burst) in flexcop_send_diseqc_msg() argument 137 flexcop_diseqc_send_byte(fe,msg[i]); in flexcop_send_diseqc_msg() 157 return flexcop_send_diseqc_msg(fe, cmd->msg_len, cmd->msg, 0); in flexcop_diseqc_send_master_cmd()
|
/openbmc/linux/scripts/dtc/ |
H A D | dt_to_config | 972 my $msg = shift; 976 print STDERR " $msg\n" if ($msg ne "");
|
/openbmc/openbmc/poky/bitbake/lib/bb/tests/runqueue-tests/classes/ |
H A D | base.bbclass | 158 def logit(msg, log): 160 log.append(msg) 162 bb.debug(2, msg)
|
/openbmc/linux/sound/soc/sof/imx/ |
H A D | imx8.c | 110 static int imx8_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in imx8_send_msg() argument 114 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in imx8_send_msg() 115 msg->msg_size); in imx8_send_msg()
|
/openbmc/linux/drivers/media/platform/amphion/ |
H A D | vpu_rpc.h | 65 struct vpu_rpc_event *msg); 269 static inline int vpu_iface_receive_msg(struct vpu_core *core, struct vpu_rpc_event *msg) in vpu_iface_receive_msg() argument 276 return ops->receive_msg_buf(core->iface, msg); in vpu_iface_receive_msg()
|
/openbmc/linux/drivers/net/can/usb/etas_es58x/ |
H A D | es58x_fd.c | 33 #define es58x_fd_sizeof_rx_tx_msg(msg) \ argument 35 typeof(msg) __msg = (msg); \
|
/openbmc/linux/tools/perf/util/ |
H A D | evsel.h | 314 int arch_evsel__open_strerror(struct evsel *evsel, char *msg, size_t size); 463 bool evsel__fallback(struct evsel *evsel, int err, char *msg, size_t msgsize); 465 int err, char *msg, size_t size);
|
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | psp_v11_0.c | 409 static int psp_v11_0_memory_training_send_msg(struct psp_context *psp, int msg) in psp_v11_0_memory_training_send_msg() argument 419 WREG32_SOC15(MP0, 0, mmMP0_SMN_C2PMSG_35, msg); in psp_v11_0_memory_training_send_msg() 434 (msg == PSP_BL__DRAM_SHORT_TRAIN) ? "short" : "long", in psp_v11_0_memory_training_send_msg()
|
/openbmc/linux/drivers/i2c/busses/ |
H A D | i2c-hisi.c | 150 struct i2c_msg *msg = ctlr->msgs; in hisi_i2c_start_xfer() local 155 if (msg->flags & I2C_M_TEN) in hisi_i2c_start_xfer() 161 reg |= FIELD_PREP(HISI_I2C_SLV_ADDR_VAL, msg->addr); in hisi_i2c_start_xfer()
|
/openbmc/openbmc-test-automation/openpower/ras/ |
H A D | ras_utils.robot | 159 ... ${OS_HOST} msg=You must provide DNS name/IP of the OS host. 161 ... ${OS_USERNAME} msg=You must provide OS host user name. 163 ... ${OS_PASSWORD} msg=You must provide OS host user password.
|
/openbmc/phosphor-logging/lib/include/phosphor-logging/lg2/ |
H A D | conversion.hpp | 451 static void start(level l, const std::source_location& s, const char* msg, in start() argument 458 done(l, s, msg); in start() 463 step(std::forward_as_tuple(l, s, msg), ts...); in start()
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | zone.cpp | 440 auto msg = "Missing required zone's poweron target"; in setPowerOnTarget() local 441 log<level::ERR>(msg, entry("JSON=%s", jsonObj.dump().c_str())); in setPowerOnTarget() 442 throw std::runtime_error(msg); in setPowerOnTarget()
|
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_vt220.c | 305 const unsigned char *msg, int count, int convertlf) in sclp_vt220_add_msg() argument 327 c = msg[from]; in sclp_vt220_add_msg() 343 memcpy(buffer, (const void *) msg, count); in sclp_vt220_add_msg()
|
/openbmc/linux/drivers/staging/rtl8723bs/core/ |
H A D | rtw_pwrctrl.c | 346 …tw_set_ps_mode(struct adapter *padapter, u8 ps_mode, u8 smart_ps, u8 bcn_ant_mode, const char *msg) in rtw_set_ps_mode() argument 445 void LPS_Enter(struct adapter *padapter, const char *msg) in LPS_Enter() argument 472 scnprintf(buf, sizeof(buf), "WIFI-%s", msg); in LPS_Enter() 485 void LPS_Leave(struct adapter *padapter, const char *msg) in LPS_Leave() argument 498 scnprintf(buf, sizeof(buf), "WIFI-%s", msg); in LPS_Leave()
|
/openbmc/linux/drivers/crypto/marvell/octeontx/ |
H A D | otx_cptvf_main.c | 649 char *msg; in vf_type_show() local 653 msg = "AE"; in vf_type_show() 657 msg = "SE"; in vf_type_show() 661 msg = "Invalid"; in vf_type_show() 664 return sysfs_emit(buf, "%s\n", msg); in vf_type_show()
|
/openbmc/linux/fs/nilfs2/ |
H A D | ioctl.c | 793 const char *msg; in nilfs_ioctl_prepare_clean_segments() local 802 msg = "cannot delete checkpoints"; in nilfs_ioctl_prepare_clean_segments() 811 msg = "cannot delete virtual blocks from DAT file"; in nilfs_ioctl_prepare_clean_segments() 819 msg = "cannot mark copying blocks dirty"; in nilfs_ioctl_prepare_clean_segments() 825 nilfs_err(nilfs->ns_sb, "error %d preparing GC: %s", ret, msg); in nilfs_ioctl_prepare_clean_segments()
|
/openbmc/linux/drivers/infiniband/hw/qib/ |
H A D | qib_iba6120.c | 808 *msg = '\0'; in qib_handle_6120_hwerrors() 812 strlcat(msg, in qib_handle_6120_hwerrors() 831 strlcat(msg, bitsmsg, msgl); in qib_handle_6120_hwerrors() 839 strlcat(msg, bitsmsg, msgl); in qib_handle_6120_hwerrors() 861 qib_dev_err(dd, "%s hardware error\n", msg); in qib_handle_6120_hwerrors() 863 *msg = 0; /* recovered from all of them */ in qib_handle_6120_hwerrors() 875 "{%s}", msg); in qib_handle_6120_hwerrors() 996 char *msg; in handle_6120_errors() local 1004 msg = dd->cspec->emsgbuf; in handle_6120_errors() 1091 if (*msg && iserr) in handle_6120_errors() [all …]
|
/openbmc/openbmc/poky/meta/classes-global/ |
H A D | sanity.bbclass | 180 def raise_sanity_error(msg, d, network_error=False): 183 bb.event.fire(bb.event.SanityCheckFailed(msg, network_error), d) 185 bb.event.fire(bb.event.SanityCheckFailed(msg), d) 192 %s""" % msg) 356 msg = data.getVar('CONNECTIVITY_CHECK_MSG') or "" 357 if len(msg) == 0: 358 msg = "%s.\n" % err 361 msg += " If your ISP or network is blocking the above URL,\n" 363 msg += " CONNECTIVITY_CHECK_URIS = \"https://www.example.com/\"" 365 msg += " access if all required sources are on local disk.\n" [all …]
|
/openbmc/qemu/hw/vfio/ |
H A D | pci.c | 346 MSIMessage msg; in vfio_msi_interrupt() local 370 msg = get_msg(&vdev->pdev, nr); in vfio_msi_interrupt() 371 trace_vfio_msi_interrupt(vdev->vbasedev.name, nr, msg.address, msg.data); in vfio_msi_interrupt() 510 kvm_irqchip_update_msi_route(kvm_state, vector->virq, msg, pdev); in vfio_update_kvm_msi_virq() 544 if (!msg) { in vfio_msix_vector_do_use() 547 vfio_update_kvm_msi_virq(vector, *msg, pdev); in vfio_msix_vector_do_use() 550 if (msg) { in vfio_msix_vector_do_use() 615 unsigned int nr, MSIMessage msg) in vfio_msix_vector_use() argument 869 MSIMessage msg; in vfio_update_msi() local 875 msg = msi_get_message(&vdev->pdev, i); in vfio_update_msi() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/ply/ |
H A D | lex.py | 81 def critical(self,msg,*args,**kwargs): argument 82 self.f.write((msg % args) + "\n") 84 def warning(self,msg,*args,**kwargs): argument 85 self.f.write("WARNING: "+ (msg % args) + "\n") 87 def error(self,msg,*args,**kwargs): argument 88 self.f.write("ERROR: " + (msg % args) + "\n")
|
/openbmc/linux/drivers/net/ethernet/microchip/ |
H A D | encx24j600.c | 65 static void dump_packet(const char *msg, int len, const char *data) in dump_packet() argument 67 pr_debug(DRV_NAME ": %s - packet len:%d\n", msg, len); in dump_packet() 71 static void encx24j600_dump_rsv(struct encx24j600_priv *priv, const char *msg, in encx24j600_dump_rsv() argument 77 netdev_dbg(dev, "%s - NextPk: 0x%04x\n", msg, in encx24j600_dump_rsv() 550 const char *msg) in encx24j600_dump_config() argument 552 pr_info(DRV_NAME ": %s\n", msg); in encx24j600_dump_config()
|
/openbmc/linux/drivers/pci/controller/ |
H A D | pcie-microchip-host.c | 451 static void mc_compose_msi_msg(struct irq_data *data, struct msi_msg *msg) in mc_compose_msi_msg() argument 456 msg->address_lo = lower_32_bits(addr); in mc_compose_msi_msg() 457 msg->address_hi = upper_32_bits(addr); in mc_compose_msi_msg() 458 msg->data = data->hwirq; in mc_compose_msi_msg() 461 (int)data->hwirq, msg->address_hi, msg->address_lo); in mc_compose_msi_msg()
|
/openbmc/openbmc-test-automation/lib/ |
H A D | dump_utils.robot | 94 ... ELSE Fail msg=${exception}. 212 Should Be True ${dump_entries['Members@odata.count']} >= 1 msg=No BMC dump generated. 251 Should End With ${file_there} tar.xz msg=BMC dump file not found. 271 Should Be Empty ${stderr} msg=BMC execute command error. 273 ... msg=BMC execute command return code is not zero. 473 ... msg=Verify task state is valid
|