Home
last modified time | relevance | path

Searched refs:msg (Results 3026 – 3050 of 4100) sorted by relevance

1...<<121122123124125126127128129130>>...164

/openbmc/openbmc/poky/bitbake/lib/hashserv/
H A Dclient.py39 async def send_stream(self, mode, msg): argument
42 await self.socket.send(msg)
/openbmc/openbmc-test-automation/lib/
H A Dopenbmc_ffdc_utils.robot132 ... msg=Unexpected BMC error log(s) present.
140 ... msg=Expected BMC error log(s) are not present.
/openbmc/openbmc-test-automation/openpower/mpipl/
H A Dtest_mpipl_basic.robot131 Should Be True ${bmc_dump['Members@odata.count']} >= 1 msg=No BMC dump generated.
148 Should Be True ${sys_dump['Members@odata.count']} == 1 msg=No system dump generated.
/openbmc/openbmc-test-automation/redfish/update_service/
H A Dtest_bmc_image_switch.robot124 ... msg=${bmc_release} does not match redfish version ${firmware_version}
144 ... msg=${image_version} does not match redfish version ${firmware_version}
/openbmc/linux/tools/testing/selftests/openat2/
H A Dopenat2_test.c97 void (*resultfn)(const char *msg, ...) = ksft_test_result_pass; in test_openat2_struct()
251 void (*resultfn)(const char *msg, ...) = ksft_test_result_pass; in test_openat2_flags()
/openbmc/linux/net/can/j1939/
H A Dmain.c361 unsigned long msg, void *data) in j1939_netdev_notify() argument
374 switch (msg) { in j1939_netdev_notify()
/openbmc/pldm/softoff/
H A Dsoftoff.cpp125 void SoftPowerOff::hostSoftOffComplete(sdbusplus::message_t& msg) in hostSoftOffComplete() argument
134 msg.read(msgTID, msgSensorID, msgSensorOffset, msgEventState, in hostSoftOffComplete()
/openbmc/qemu/include/sysemu/
H A Dkvm.h403 int kvm_irqchip_send_msi(KVMState *s, MSIMessage msg);
489 int kvm_irqchip_update_msi_route(KVMState *s, int virq, MSIMessage msg,
/openbmc/sdbusplus/include/sdbusplus/
H A Dmessage.hpp54 using msg = std::unique_ptr<sd_bus_message, MsgDeleter>; typedef
505 details::msg _msg;
/openbmc/openpower-occ-control/
H A Dpowercap.cpp296 void PowerCap::pcapChanged(sdbusplus::message_t& msg) in pcapChanged() argument
309 msg.read(msgSensor, msgData); in pcapChanged()
/openbmc/linux/drivers/usb/gadget/function/
H A Df_uac1.c380 struct uac1_status_word *msg; in audio_notify() local
397 msg = kmalloc(sizeof(*msg), GFP_ATOMIC); in audio_notify()
398 if (msg == NULL) { in audio_notify()
403 msg->bStatusType = UAC1_STATUS_TYPE_IRQ_PENDING in audio_notify()
405 msg->bOriginator = unit_id; in audio_notify()
407 req->length = sizeof(*msg); in audio_notify()
408 req->buf = msg; in audio_notify()
420 kfree(msg); in audio_notify()
/openbmc/linux/drivers/scsi/
H A Dmyrb.c1928 const char *msg; in rebuild_store() local
2001 msg = "New Disk Failed During Rebuild"; in rebuild_store()
2004 msg = "Invalid Device Address"; in rebuild_store()
2007 msg = "Already in Progress"; in rebuild_store()
2010 msg = NULL; in rebuild_store()
2013 if (msg) in rebuild_store()
2015 "Rebuild Failed - %s\n", msg); in rebuild_store()
2035 const char *msg; in consistency_check_store() local
2114 msg = "Already in Progress"; in consistency_check_store()
2117 msg = NULL; in consistency_check_store()
[all …]
/openbmc/linux/sound/soc/sof/intel/
H A Dbdw.c363 static int bdw_send_msg(struct snd_sof_dev *sdev, struct snd_sof_ipc_msg *msg) in bdw_send_msg() argument
366 sof_mailbox_write(sdev, sdev->host_box.offset, msg->msg_data, in bdw_send_msg()
367 msg->msg_size); in bdw_send_msg()
/openbmc/linux/tools/perf/scripts/python/
H A Dintel-pt-events.py445 def auxtrace_error(typ, code, cpu, pid, tid, ip, ts, msg, cpumode, *x): argument
457 …hine_pid, vcpu, "Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg, ip))
460 ("Trace error", pid, tid, cpu, ts / 1000000000, ts %1000000000, typ, code, msg, ip))
/openbmc/linux/net/batman-adv/
H A Dgateway_client.c502 int batadv_gw_dump(struct sk_buff *msg, struct netlink_callback *cb) in batadv_gw_dump() argument
535 bat_priv->algo_ops->gw.dump(msg, cb, bat_priv); in batadv_gw_dump()
537 ret = msg->len; in batadv_gw_dump()
/openbmc/qemu/
H A Dblockjob.c434 const char *msg = NULL; in block_job_event_completed_locked() local
442 msg = error_get_pretty(job->job.err); in block_job_event_completed_locked()
453 msg); in block_job_event_completed_locked()
/openbmc/linux/tools/tracing/rtla/src/
H A Dosnoise_top.c282 static const char * const msg[] = { in osnoise_top_usage() local
332 for (i = 0; msg[i]; i++) in osnoise_top_usage()
333 fprintf(stderr, "%s\n", msg[i]); in osnoise_top_usage()
/openbmc/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/
H A D0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch72 pamsshagentauth_buffer_put_char(&msg, SSH_AGENTC_REMOVE_RSA_IDENTITY);
75 pamsshagentauth_buffer_put_int(&msg, BN_num_bits(key->rsa->n));
76 pamsshagentauth_buffer_put_bignum(&msg, key->rsa->e);
77 pamsshagentauth_buffer_put_bignum(&msg, key->rsa->n);
/openbmc/linux/drivers/cxl/
H A Dpci.c77 #define cxl_err(dev, status, msg) \ argument
78 dev_err_ratelimited(dev, msg ", device state %s%s\n", \
82 #define cxl_cmd_err(dev, cmd, status, msg) \ argument
83 dev_err_ratelimited(dev, msg " (opcode: %#x), device state %s%s\n", \
/openbmc/linux/drivers/media/dvb-frontends/
H A Dbcm3510.c85 …struct i2c_msg msg = { .addr = state->config->demod_address, .flags = 0, .buf = b, .len = len + 1 … in bcm3510_writebytes() local
94 if ((err = i2c_transfer (state->i2c, &msg, 1)) != 1) { in bcm3510_writebytes()
106 struct i2c_msg msg[] = { in bcm3510_readbytes() local
114 if ((err = i2c_transfer (state->i2c, msg, 2)) != 2) { in bcm3510_readbytes()
/openbmc/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h989 enum smu_message_type msg, uint32_t param, uint32_t *read_arg);
997 enum smu_message_type msg,
1406 #define MSG_MAP(msg, index, valid_in_vf) \ argument
1407 [SMU_MSG_##msg] = {1, (index), (valid_in_vf)}
/openbmc/linux/drivers/cpufreq/
H A Dpowernv-cpufreq.c949 struct opal_msg *msg = _msg; in powernv_cpufreq_occ_msg() local
956 omsg.type = be64_to_cpu(msg->params[0]); in powernv_cpufreq_occ_msg()
979 omsg.chip = be64_to_cpu(msg->params[1]); in powernv_cpufreq_occ_msg()
980 omsg.throttle_status = be64_to_cpu(msg->params[2]); in powernv_cpufreq_occ_msg()
/openbmc/linux/drivers/pci/controller/
H A Dpcie-apple.c187 static void apple_msi_compose_msg(struct irq_data *data, struct msi_msg *msg) in apple_msi_compose_msg() argument
189 msg->address_hi = upper_32_bits(DOORBELL_ADDR); in apple_msi_compose_msg()
190 msg->address_lo = lower_32_bits(DOORBELL_ADDR); in apple_msi_compose_msg()
191 msg->data = data->hwirq; in apple_msi_compose_msg()
/openbmc/openbmc-test-automation/gui/gui_test/security_and_access_menu/
H A Dtest_policies_sub_menu.robot90 ... msg=SSH login still working after disabling SSH.
105 ... msg=IPMI command is working after disabling IPMI.
157 ... msg=SSH login still working after disabling SSH.
176 ... msg=IPMI command is working after disabling IPMI.
/openbmc/linux/drivers/spi/
H A Dspidev.c213 struct spi_message msg; in spidev_message() local
221 spi_message_init(&msg); in spidev_message()
304 spi_message_add_tail(k_tmp, &msg); in spidev_message()
307 status = spidev_sync_unlocked(spidev->spi, &msg); in spidev_message()

1...<<121122123124125126127128129130>>...164