Home
last modified time | relevance | path

Searched refs:msg (Results 3526 – 3550 of 4099) sorted by relevance

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

/openbmc/linux/include/linux/
H A Dedac.h487 const char *msg; member
H A Dacpi.h141 ssize_t (*write_log)(const char *msg);
159 ssize_t acpi_debugger_write_log(const char *msg);
185 static inline int acpi_debugger_write_log(const char *msg) in acpi_debugger_write_log() argument
/openbmc/linux/tools/testing/selftests/kmod/
H A Dkmod.sh128 echo $msg must be run as root >&2
/openbmc/openbmc-test-automation/redfish/systems/
H A Dtest_powersubsystem_settings.robot140 ... msg=The thermal mode does not match the current fan mode.
/openbmc/linux/include/rdma/
H A Dib_verbs.h2604 int (*fill_res_mr_entry)(struct sk_buff *msg, struct ib_mr *ibmr);
2605 int (*fill_res_mr_entry_raw)(struct sk_buff *msg, struct ib_mr *ibmr);
2606 int (*fill_res_cq_entry)(struct sk_buff *msg, struct ib_cq *ibcq);
2607 int (*fill_res_cq_entry_raw)(struct sk_buff *msg, struct ib_cq *ibcq);
2608 int (*fill_res_qp_entry)(struct sk_buff *msg, struct ib_qp *ibqp);
2609 int (*fill_res_qp_entry_raw)(struct sk_buff *msg, struct ib_qp *ibqp);
2610 int (*fill_res_cm_id_entry)(struct sk_buff *msg, struct rdma_cm_id *id);
2665 int (*fill_stat_mr_entry)(struct sk_buff *msg, struct ib_mr *ibmr);
/openbmc/linux/net/sctp/
H A Dsm_make_chunk.c1009 struct msghdr *msg, in sctp_make_abort_user() argument
1027 err = memcpy_from_msg(payload, msg, paylen); in sctp_make_abort_user()
1514 if (chunk->msg) in sctp_chunk_free()
1515 sctp_datamsg_put(chunk->msg); in sctp_chunk_free()
1583 struct sctp_datamsg *msg; in sctp_chunk_assign_ssn() local
1596 msg = chunk->msg; in sctp_chunk_assign_ssn()
1597 list_for_each_entry(lchunk, &msg->chunks, frag_list) { in sctp_chunk_assign_ssn()
/openbmc/linux/arch/sparc/kernel/
H A Dds.c778 struct ds_var_set_msg msg; in ldom_set_var() member
798 pkt.header.msg.hdr.type = DS_VAR_SET_REQ; in ldom_set_var()
799 base = p = &pkt.header.msg.name_and_value[0]; in ldom_set_var()
/openbmc/openbmc/poky/scripts/lib/recipetool/
H A Dcreate_buildsys_python.py508 msg = email.message_from_file(open(pkginfo_fn, 'r'))
510 for field in msg.keys():
511 values = msg.get_all(field)
/openbmc/openbmc-test-automation/ipmi/
H A Dtest_ipmi_general.robot342 ${msg}= Run Keyword And Expect Error * Run External IPMI Raw Command
347 Should Contain ${msg} Unknown rsp=0x81
352 Should Contain ${msg} Invalid data field in request rsp=0xcc
/openbmc/ipmbbridge/
H A Dipmbbridged.cpp382 sdbusplus::message_t msg = in processI2cEvent() local
384 msg.append(ipmbMessageReceived.netFn, ipmbMessageReceived.cmd, in processI2cEvent()
386 msg.signal_send(); in processI2cEvent()
/openbmc/linux/drivers/media/usb/pvrusb2/
H A Dpvrusb2-hdw.c3328 struct i2c_msg msg[2]; in pvr2_full_eeprom_fetch() local
3361 msg[0].addr = addr; in pvr2_full_eeprom_fetch()
3362 msg[0].flags = 0; in pvr2_full_eeprom_fetch()
3363 msg[0].len = mode16 ? 2 : 1; in pvr2_full_eeprom_fetch()
3364 msg[0].buf = iadd; in pvr2_full_eeprom_fetch()
3365 msg[1].addr = addr; in pvr2_full_eeprom_fetch()
3366 msg[1].flags = I2C_M_RD; in pvr2_full_eeprom_fetch()
3382 msg[1].len = pcnt; in pvr2_full_eeprom_fetch()
3383 msg[1].buf = eeprom+tcnt; in pvr2_full_eeprom_fetch()
3385 msg,ARRAY_SIZE(msg))) != 2) { in pvr2_full_eeprom_fetch()
/openbmc/linux/drivers/scsi/bnx2fc/
H A Dbnx2fc_hwi.c960 u32 msg; in bnx2fc_arm_cq() local
965 msg = *((u32 *)rx_db); in bnx2fc_arm_cq()
966 writel(cpu_to_le32(msg), tgt->ctx_base); in bnx2fc_arm_cq()
1433 u32 msg; in bnx2fc_ring_doorbell() local
1438 msg = *((u32 *)sq_db); in bnx2fc_ring_doorbell()
1439 writel(cpu_to_le32(msg), tgt->ctx_base); in bnx2fc_ring_doorbell()
/openbmc/linux/drivers/scsi/
H A Dnsp32.c1932 unsigned char msg; in nsp32_msgin_occur() local
1945 msg = nsp32_read1(base, SCSI_DATA_IN); in nsp32_msgin_occur()
1946 data->msginbuf[(unsigned char)data->msgin_len] = msg; in nsp32_msgin_occur()
1950 data->msgin_len, msg, msgtype); in nsp32_msgin_occur()
1995 "unexpected message of AutoSCSI MsgIn: 0x%x", msg); in nsp32_msgin_occur()
2213 msg, data->msgin_len, msgtype); in nsp32_msgin_occur()
/openbmc/qemu/hw/ppc/
H A Dspapr_pci.c250 MSIMessage msg = { .address = addr, .data = first_irq }; in spapr_msi_setmsg() local
253 msi_set_message(pdev, msg); in spapr_msi_setmsg()
254 trace_spapr_pci_msi_setup(pdev->name, 0, msg.address); in spapr_msi_setmsg()
259 msix_set_message(pdev, i, msg); in spapr_msi_setmsg()
260 trace_spapr_pci_msi_setup(pdev->name, i, msg.address); in spapr_msi_setmsg()
262 ++msg.data; in spapr_msi_setmsg()
/openbmc/linux/kernel/debug/
H A Ddebug_core.c996 void kgdb_panic(const char *msg) in kgdb_panic() argument
1013 kdb_printf("PANIC: %s\n", msg); in kgdb_panic()
/openbmc/linux/drivers/spi/
H A Dspi-fsl-spi.c364 struct spi_message *msg) in fsl_spi_unprepare_message() argument
366 return fsl_spi_setup_transfer(msg->spi, NULL); in fsl_spi_unprepare_message()
/openbmc/linux/drivers/media/dvb-frontends/
H A Dlgdt330x.c96 struct i2c_msg msg[] = { in i2c_read_demod_bytes() local
111 ret = i2c_transfer(state->client->adapter, msg, 2); in i2c_read_demod_bytes()
/openbmc/linux/block/
H A Dblk-wbt.c357 static void rwb_trace_step(struct rq_wb *rwb, const char *msg) in rwb_trace_step() argument
362 trace_wbt_step(bdi, msg, rqd->scale_step, rwb->cur_win_nsec, in rwb_trace_step()
/openbmc/linux/fs/hpfs/
H A Dsuper.c102 char *msg) in hpfs_stop_cycles() argument
105 hpfs_error(s, "cycle detected on key %08x in %s", key, msg); in hpfs_stop_cycles()
/openbmc/linux/drivers/firmware/
H A Darm_sdei.c1053 const char *msg = acpi_format_exception(status); in sdei_present_acpi() local
1055 pr_info("Failed to get ACPI:SDEI table, %s\n", msg); in sdei_present_acpi()
/openbmc/linux/tools/perf/ui/
H A Dbrowser.c57 void ui_browser__write_nstring(struct ui_browser *browser __maybe_unused, const char *msg, in ui_browser__write_nstring() argument
60 SLsmg_write_nstring(msg, width); in ui_browser__write_nstring()
/openbmc/phosphor-user-manager/phosphor-ldap-config/
H A Dldap_config.cpp161 void Config::certificateChanged(sdbusplus::message_t& msg) in certificateChanged() argument
165 msg.read(objectName, msgData); in certificateChanged()
/openbmc/qemu/python/qemu/machine/
H A Dmachine.py427 msg = 'qemu received signal %i; command: "%s"'
432 LOG.warning(msg, -int(exitcode), command)
/openbmc/telemetry/tests/src/
H A Dtest_trigger.cpp62 [this](const auto& msg) { triggerPresenceChanged.Call(msg); }); in TestTrigger() argument
/openbmc/linux/drivers/net/team/
H A Dteam.c2282 struct sk_buff *msg; in team_nl_cmd_noop() local
2286 msg = nlmsg_new(NLMSG_DEFAULT_SIZE, GFP_KERNEL); in team_nl_cmd_noop()
2287 if (!msg) in team_nl_cmd_noop()
2290 hdr = genlmsg_put(msg, info->snd_portid, info->snd_seq, in team_nl_cmd_noop()
2297 genlmsg_end(msg, hdr); in team_nl_cmd_noop()
2299 return genlmsg_unicast(genl_info_net(info), msg, info->snd_portid); in team_nl_cmd_noop()
2302 nlmsg_free(msg); in team_nl_cmd_noop()

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