Home
last modified time | relevance | path

Searched refs:msg (Results 3726 – 3750 of 4100) sorted by relevance

1...<<141142143144145146147148149150>>...164

/openbmc/linux/drivers/acpi/apei/
H A Derst.c1177 const char *msg = acpi_format_exception(status); in erst_init() local
1178 pr_err("Failed to get table, %s\n", msg); in erst_init()
/openbmc/linux/include/linux/
H A Dcompat.h755 asmlinkage long compat_sys_sendmsg(int fd, struct compat_msghdr __user *msg,
757 asmlinkage long compat_sys_recvmsg(int fd, struct compat_msghdr __user *msg,
H A Dtty.h412 void tty_write_message(struct tty_struct *tty, char *msg);
H A Dhisi_acc_qm.h504 int hisi_qp_send(struct hisi_qp *qp, const void *msg);
/openbmc/pldm/libpldmresponder/
H A Dbios_config.cpp1161 [this](sdbusplus::message_t& msg) { in listenPendingAttributes() argument
1170 msg.read(intf, props); in listenPendingAttributes()
/openbmc/pldm/host-bmc/
H A Dhost_pdr_handler.cpp102 [this, repo, entityTree, bmcEntityTree](sdbusplus::message_t& msg) { in HostPDRHandler() argument
105 msg.read(intf, props); in HostPDRHandler()
/openbmc/qemu/hw/ppc/
H A Dtrace-events4 spapr_pci_msi(const char *msg, uint32_t ca) "%s (cfg=0x%x)"
94 vof_write(uint32_t ih, unsigned cb, const char *msg) "ih=0x%x [%u] \"%s\""
/openbmc/openbmc-test-automation/lib/
H A Dobmc_boot_test.py1099 boot_status, msg = BuiltIn().run_keyword_and_ignore_error(*cmd_buf)
1101 gp.qprint(msg)
/openbmc/linux/drivers/scsi/
H A Dncr53c8xx.c1916 static void ncr_init (struct ncb *np, int reset, char * msg, u_long code);
3639 static void ncr_print_msg(struct ccb *cp, char *label, u_char *msg) in ncr_print_msg() argument
3643 spi_print_msg(msg); in ncr_print_msg()
5055 void ncr_init (struct ncb *np, int reset, char * msg, u_long code) in ncr_init() argument
5076 if (msg) printk (KERN_INFO "%s: restart (%s).\n", ncr_name (np), msg); in ncr_init()
5994 int msg = -1; in ncr_int_par() local
6026 msg = MSG_PARITY_ERROR; in ncr_int_par()
6028 msg = INITIATOR_ERROR; in ncr_int_par()
6045 np->msgout[0] = msg; in ncr_int_par()
H A Dmvumi.c1677 static void mvumi_notification(struct mvumi_hba *mhba, u8 msg, void *buffer) in mvumi_notification() argument
1679 if (msg == APICDB1_EVENT_GETEVENT) { in mvumi_notification()
1694 } else if (msg == APICDB1_HOST_GETEVENT) { in mvumi_notification()
1699 static int mvumi_get_event(struct mvumi_hba *mhba, unsigned char msg) in mvumi_get_event() argument
1718 frame->cdb[1] = msg; in mvumi_get_event()
/openbmc/bmcweb/redfish-core/lib/
H A Dmanagers.hpp1920 const boost::system::error_code& ec, const sdbusplus::message_t& msg) in afterSetDateTime() argument
1926 const sd_bus_error* dbusError = msg.get_error(); in afterSetDateTime()
1964 const sdbusplus::message_t& msg) { in setDateTime() argument
1965 afterSetDateTime(asyncResp, ec, msg); in setDateTime()
/openbmc/linux/fs/smb/client/
H A Dsmb2pdu.c1614 struct cifs_spnego_msg *msg; in SMB2_auth_kerberos() local
1632 msg = spnego_key->payload.data[0]; in SMB2_auth_kerberos()
1637 if (msg->version != CIFS_SPNEGO_UPCALL_VERSION) { in SMB2_auth_kerberos()
1639 CIFS_SPNEGO_UPCALL_VERSION, msg->version); in SMB2_auth_kerberos()
1651 ses->auth_key.response = kmemdup(msg->data, msg->sesskey_len, in SMB2_auth_kerberos()
1655 msg->sesskey_len); in SMB2_auth_kerberos()
1659 ses->auth_key.len = msg->sesskey_len; in SMB2_auth_kerberos()
1662 sess_data->iov[1].iov_base = msg->data + msg->sesskey_len; in SMB2_auth_kerberos()
1663 sess_data->iov[1].iov_len = msg->secblob_len; in SMB2_auth_kerberos()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Drv770_dpm.c1481 PPSMC_Msg msg; in rv770_dpm_force_performance_level() local
1486 msg = PPSMC_MSG_ForceHigh; in rv770_dpm_force_performance_level()
1490 msg = (PPSMC_Msg)(PPSMC_MSG_TwoLevelsDisabled); in rv770_dpm_force_performance_level()
1494 msg = (PPSMC_Msg)(PPSMC_MSG_ZeroLevelsDisabled); in rv770_dpm_force_performance_level()
1497 if (rv770_send_msg_to_smc(rdev, msg) != PPSMC_Result_OK) in rv770_dpm_force_performance_level()
/openbmc/linux/drivers/net/wireless/ath/ath10k/
H A Ddebug.c2695 const char *msg, const char *prefix, in ath10k_dbg_dump() argument
2703 if (msg) in ath10k_dbg_dump()
2704 __ath10k_dbg(ar, mask, "%s\n", msg); in ath10k_dbg_dump()
2721 trace_ath10k_log_dbg_dump(ar, msg ? msg : "", prefix ? prefix : "", in ath10k_dbg_dump()
/openbmc/linux/drivers/tty/serial/8250/
H A D8250_port.c2443 const char *msg = NULL; in serial8250_do_startup() local
2446 msg = "forbid DMA for kernel console"; in serial8250_do_startup()
2448 msg = "failed to request DMA"; in serial8250_do_startup()
2449 if (msg) { in serial8250_do_startup()
2450 dev_warn_ratelimited(port->dev, "%s\n", msg); in serial8250_do_startup()
/openbmc/linux/drivers/block/
H A Dfloppy.c629 static inline void debugt(const char *func, const char *msg) in debugt() argument
632 pr_info("%s:%s dtime=%lu\n", func, msg, jiffies - debugtimer); in debugt()
636 static inline void debugt(const char *func, const char *msg) { } in debugt() argument
2280 char msg[sizeof("request done ") + sizeof(int) * 3]; in request_done() local
2283 snprintf(msg, sizeof(msg), "request done %d", uptodate); in request_done()
2284 reschedule_timeout(MAXTIMEOUT, msg); in request_done()
/openbmc/openbmc/poky/bitbake/lib/toaster/tests/functional/
H A Dtest_project_page_tab_config.py428 msg="Any recipes found in the most built recipes list",
/openbmc/linux/Documentation/driver-api/tty/
H A Dmoxa-smartio.rst191 Error msg:
/openbmc/linux/tools/testing/selftests/sysctl/
H A Dsysctl.sh91 echo $msg must be run as root >&2
/openbmc/webui-vue/
H A DCONTRIBUTING.md34 2. Clone the repo using the `Clone with commit-msg hook` link
/openbmc/linux/include/drm/display/
H A Ddrm_dp_helper.h404 struct drm_dp_aux_msg *msg);
/openbmc/linux/drivers/spi/
H A Dspi-hisi-kunpeng.c411 struct spi_message *msg) in hisi_spi_handle_err() argument
/openbmc/linux/drivers/media/usb/dvb-usb/
H A Ddib0700_devices.c111 struct i2c_msg msg[2] = { in eeprom_read() local
115 if (i2c_transfer(adap, msg, 2) != 2) return -EREMOTEIO; in eeprom_read()
2218 struct i2c_msg msg[2] = { in dib01x0_pmu_update() local
2226 if (i2c_transfer(i2c, msg, 2) != 2) in dib01x0_pmu_update()
2251 msg[0].len = 2; in dib01x0_pmu_update()
2252 if (i2c_transfer(i2c, msg, 2) != 2) in dib01x0_pmu_update()
2260 msg[0].len = 4; in dib01x0_pmu_update()
2261 if (i2c_transfer(i2c, &msg[0], 1) != 1) in dib01x0_pmu_update()
/openbmc/linux/drivers/usb/mtu3/
H A Dmtu3_core.c1033 int ssusb_gadget_suspend(struct ssusb_mtk *ssusb, pm_message_t msg) in ssusb_gadget_suspend() argument
1049 int ssusb_gadget_resume(struct ssusb_mtk *ssusb, pm_message_t msg) in ssusb_gadget_resume() argument
/openbmc/linux/drivers/media/pci/dm1105/
H A Ddm1105.c948 struct i2c_msg msg[] = { in dm1105_read_mac() local
962 dm1105_i2c_xfer(&dev->i2c_adap, msg , 2); in dm1105_read_mac()

1...<<141142143144145146147148149150>>...164