/openbmc/openbmc-test-automation/systest/ |
H A D | htx_softbootme_test.robot | 98 Run Keyword If '${l_ping}' == '${False}' Fail msg=OS not pinging in 20 minutes
|
/openbmc/phosphor-fan-presence/control/ |
H A D | zone.hpp | 565 void handleEvent(sdbusplus::message_t& msg, const EventData* eventData);
|
/openbmc/phosphor-fan-presence/control/json/ |
H A D | manager.hpp | 467 void handleSignal(sdbusplus::message_t& msg,
|
/openbmc/qemu/hw/audio/ |
H A D | trace-events | 54 virtio_snd_handle_code(uint32_t val, const char *code) "ctrl code msg val = %"PRIu32" == %s"
|
/openbmc/qemu/hw/ssi/ |
H A D | trace-events | 32 ibex_spi_host_reset(const char *msg) "%s"
|
/openbmc/qemu/hw/sd/ |
H A D | trace-events | 27 sdhci_error(const char *msg) "%s"
|
/openbmc/linux/net/smc/ |
H A D | af_smc.c | 2765 static int smc_sendmsg(struct socket *sock, struct msghdr *msg, size_t len) in smc_sendmsg() argument 2775 if (msg->msg_flags & MSG_FASTOPEN) { in smc_sendmsg() 2793 rc = smc->clcsock->ops->sendmsg(smc->clcsock, msg, len); in smc_sendmsg() 2795 rc = smc_tx_sendmsg(smc, msg, len); in smc_sendmsg() 2803 static int smc_recvmsg(struct socket *sock, struct msghdr *msg, size_t len, in smc_recvmsg() argument 2828 rc = smc->clcsock->ops->recvmsg(smc->clcsock, msg, len, flags); in smc_recvmsg() 2830 msg->msg_namelen = 0; in smc_recvmsg() 2831 rc = smc_rx_recvmsg(smc, msg, NULL, len, flags); in smc_recvmsg()
|
/openbmc/linux/sound/pci/ |
H A D | intel8x0.c | 2840 char *msg = NULL; in snd_intel8x0_inside_vm() local 2844 msg = result ? "enable (forced) VM" : "disable (forced) VM"; in snd_intel8x0_inside_vm() 2853 msg = "enable KVM"; in snd_intel8x0_inside_vm() 2857 msg = "enable Parallels VM"; in snd_intel8x0_inside_vm() 2862 if (msg != NULL) in snd_intel8x0_inside_vm() 2863 dev_info(&pci->dev, "%s optimization\n", msg); in snd_intel8x0_inside_vm()
|
/openbmc/openbmc/poky/bitbake/lib/ply/ |
H A D | yacc.py | 120 def debug(self,msg,*args,**kwargs): argument 121 self.f.write((msg % args) + "\n") 124 def warning(self,msg,*args,**kwargs): argument 125 self.f.write("WARNING: "+ (msg % args) + "\n") 127 def error(self,msg,*args,**kwargs): argument 128 self.f.write("ERROR: " + (msg % args) + "\n")
|
/openbmc/linux/drivers/gpu/drm/i915/display/ |
H A D | intel_hdmi.c | 1294 struct i2c_msg msg; in intel_hdmi_hdcp_write() local 1303 msg.addr = DRM_HDCP_DDC_ADDR; in intel_hdmi_hdcp_write() 1304 msg.flags = 0, in intel_hdmi_hdcp_write() 1305 msg.len = size + 1, in intel_hdmi_hdcp_write() 1306 msg.buf = write_buf; in intel_hdmi_hdcp_write() 1308 ret = i2c_transfer(adapter, &msg, 1); in intel_hdmi_hdcp_write()
|
/openbmc/linux/sound/usb/ |
H A D | midi.c | 725 uint8_t *msg; in snd_usbmidi_akai_output() local 733 msg = urb->transfer_buffer + urb->transfer_buffer_length; in snd_usbmidi_akai_output() 767 msg[0] = 0x10 | count; in snd_usbmidi_akai_output() 768 memcpy(&msg[1], tmp, count); in snd_usbmidi_akai_output() 771 msg += count + 1; in snd_usbmidi_akai_output()
|
/openbmc/linux/drivers/input/misc/ |
H A D | iqs7222.c | 1612 struct i2c_msg msg[] = { in iqs7222_read_burst() local 1642 ret = i2c_transfer(client->adapter, msg, ARRAY_SIZE(msg)); in iqs7222_read_burst() 1643 if (ret < (int)ARRAY_SIZE(msg)) { in iqs7222_read_burst() 1651 if (get_unaligned_le16(msg[1].buf) == IQS7222_COMMS_ERROR) { in iqs7222_read_burst()
|
/openbmc/docs/designs/ |
H A D | pldm-stack.md | 255 … | |write msg to MCTP socket | | 310 … | non_block=true) |write msg to MCTP socket | | 319 … +<----------------------+PLDM response msg written to mctp_fd+-+ | 339 method sendPLDM(uint8 mctp_eid, uint8 msg[]) 341 signal recvPLDM(uint8 mctp_eid, uint8 pldm_instance_id, uint8 msg[])
|
/openbmc/openbmc/poky/meta/recipes-core/glibc/ldconfig-native-2.12.1/ |
H A D | endian-ness_handling.patch | 354 #define _(msg) msg
|
/openbmc/linux/drivers/input/mouse/ |
H A D | appletouch.c | 219 #define dbg_dump(msg, tab) \ argument 222 printk(KERN_DEBUG "appletouch: %s", msg); \
|
/openbmc/linux/drivers/vdpa/vdpa_sim/ |
H A D | vdpa_sim.c | 382 struct sk_buff *msg, in vdpasim_get_vq_stats() argument 389 msg, extack); in vdpasim_get_vq_stats()
|
/openbmc/linux/tools/testing/selftests/net/mptcp/ |
H A D | mptcp_sockopt.c | 130 static void die_perror(const char *msg) in die_perror() argument 132 perror(msg); in die_perror()
|
/openbmc/linux/fs/reiserfs/ |
H A D | xattr.c | 449 static inline __u32 xattr_hash(const char *msg, int len) in xattr_hash() argument 460 return csum_partial(msg, len, 0); in xattr_hash()
|
/openbmc/linux/tools/testing/selftests/kvm/include/ |
H A D | kvm_util_base.h | 35 #define __kvm_static_assert(expr, msg, ...) _Static_assert(expr, msg) argument
|
/openbmc/linux/drivers/staging/gdm724x/ |
H A D | gdm_lte.c | 520 void *msg, int len) in gdm_lte_event_rcv() argument 524 nic->phy_dev->send_hci_func(nic->phy_dev->priv_dev, msg, len, NULL, in gdm_lte_event_rcv()
|
/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/inc/ |
H A D | hwmgr.h | 210 int (*send_msg_to_smc)(struct pp_hwmgr *hwmgr, uint16_t msg); 212 uint16_t msg, uint32_t parameter);
|
/openbmc/pldm/oem/ibm/libpldmresponder/ |
H A D | oem_ibm_handler.cpp | 635 [this](sdbusplus::message_t& msg) { in _processSystemReboot() argument 638 msg.read(intf, props); in _processSystemReboot()
|
/openbmc/phosphor-virtual-sensor/ |
H A D | virtualSensor.cpp | 632 void VirtualSensors::propertiesChanged(sdbusplus::message_t& msg) in propertiesChanged() argument 637 msg.read(interface, properties); in propertiesChanged()
|
/openbmc/phosphor-host-ipmid/ |
H A D | ipmid-new.cpp | 467 uint8_t channelFromMessage(sdbusplus::message_t& msg) in channelFromMessage() argument 470 std::string sender = msg.get_sender(); in channelFromMessage()
|
/openbmc/qemu/target/riscv/ |
H A D | debug.c | 213 const char *msg) in warn_always_zero_bit() argument 216 qemu_log_mask(LOG_UNIMP, "%s bit is always zero\n", msg); in warn_always_zero_bit()
|