/openbmc/linux/net/xfrm/ |
H A D | xfrm_interface_core.c | 1192 const char *msg; in xfrmi_init() local 1197 msg = "tunnel device"; in xfrmi_init() 1202 msg = "xfrm4 protocols"; in xfrmi_init() 1207 msg = "xfrm6 protocols"; in xfrmi_init() 1213 msg = "netlink interface"; in xfrmi_init() 1237 pr_err("xfrmi init: failed to register %s\n", msg); in xfrmi_init()
|
/openbmc/linux/drivers/usb/renesas_usbhs/ |
H A D | mod_gadget.c | 414 char *msg; in usbhsg_recip_run_handle() local 425 msg = "DEVICE"; in usbhsg_recip_run_handle() 429 msg = "INTERFACE"; in usbhsg_recip_run_handle() 433 msg = "ENDPOINT"; in usbhsg_recip_run_handle() 443 dev_dbg(dev, "%s (pipe %d :%s)\n", handler->name, nth, msg); in usbhsg_recip_run_handle()
|
/openbmc/openbmc-test-automation/security/ |
H A D | test_bmc_connections.robot | 74 …... msg=Patch operation failed ${fail_count} times in ${verify_count} attempts; fails at iteratio… 130 …... msg=Post operation failed ${fail_count} times in ${verify_count} attempts; fails at iteration… 157 ... msg= Login Failed ${fail_count} times in ${valid_login_count} attempts. 287 ... msg=Put operation failed ${fail_count} times in ${verify_count} attempts. 383 Skip If ${status} == ${False} msg= SSH Login failed: test will be skipped
|
/openbmc/linux/net/bluetooth/ |
H A D | 6lowpan.c | 431 struct msghdr msg; in send_pkt() local 443 memset(&msg, 0, sizeof(msg)); in send_pkt() 444 iov_iter_kvec(&msg.msg_iter, ITER_SOURCE, &iv, 1, skb->len); in send_pkt() 446 err = l2cap_chan_send(chan, &msg, skb->len); in send_pkt()
|
/openbmc/linux/drivers/cpufreq/ |
H A D | powernv-cpufreq.c | 949 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/gpu/drm/amd/pm/swsmu/inc/ |
H A D | amdgpu_smu.h | 989 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/pci/controller/ |
H A D | pcie-apple.c | 187 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/linux/drivers/spi/ |
H A D | spidev.c | 213 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()
|
/openbmc/linux/drivers/media/dvb-frontends/ |
H A D | bcm3510.c | 85 …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/openbmc-test-automation/gui/gui_test/security_and_access_menu/ |
H A D | test_policies_sub_menu.robot | 90 ... 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/openbmc/meta-openembedded/meta-oe/recipes-extended/pam/pam-ssh-agent-auth/ |
H A D | 0002-Check-against-the-correct-OPENSSL_VERSION_NUMBER.patch | 72 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 D | pci.c | 77 #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/bmcweb/redfish-core/lib/ |
H A D | managers.hpp | 508 const boost::system::error_code& ec, const sdbusplus::message_t& msg) in afterSetDateTime() argument 514 const sd_bus_error* dbusError = msg.get_error(); in afterSetDateTime() 552 const sdbusplus::message_t& msg) { in setDateTime() argument 553 afterSetDateTime(asyncResp, ec, msg); in setDateTime()
|
/openbmc/qemu/ |
H A D | blockjob.c | 434 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/openbmc/poky/bitbake/lib/bb/tests/ |
H A D | codeparser.py | 287 self.context["testfunc"] = lambda msg: bb.msg.note(1, None, msg)
|
/openbmc/linux/tools/tracing/rtla/src/ |
H A D | osnoise_top.c | 282 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/poky/bitbake/lib/prserv/ |
H A D | serv.py | 41 async def dispatch_message(self, msg): argument 43 return await super().dispatch_message(msg) 310 formatter = bb.msg.BBLogFormatter("%(levelname)s: %(message)s")
|
/openbmc/linux/net/batman-adv/ |
H A D | gateway_client.c | 502 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/linux/tools/perf/scripts/python/ |
H A D | intel-pt-events.py | 445 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/sound/soc/sof/intel/ |
H A D | bdw.c | 363 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/fs/ext4/ |
H A D | mmp.c | 123 const char *function, unsigned int line, const char *msg) in __dump_mmp_msg() argument 125 __ext4_warning(sb, function, line, "%s", msg); in __dump_mmp_msg()
|
/openbmc/openbmc-test-automation/openpower/mpipl/ |
H A D | test_mpipl_basic.robot | 131 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/linux/include/linux/ |
H A D | cper.h | 572 int cper_mem_err_location(struct cper_mem_err_compact *mem, char *msg); 573 int cper_dimm_err_location(struct cper_mem_err_compact *mem, char *msg);
|
/openbmc/u-boot/Documentation/sphinx/ |
H A D | rstFlatTable.py | 218 def raiseError(self, msg): argument 220 msg
|
/openbmc/linux/drivers/usb/typec/tcpm/qcom/ |
H A D | qcom_pmic_typec.c | 139 const struct pd_message *msg, in qcom_pmic_typec_pd_transmit() argument 145 msg, negotiated_rev); in qcom_pmic_typec_pd_transmit()
|