Home
last modified time | relevance | path

Searched defs:msg (Results 151 – 175 of 583) sorted by relevance

12345678910>>...24

/openbmc/qemu/tests/guest-debug/
H A Dtest_gdbstub.py24 def report(cond, msg): argument
/openbmc/u-boot/drivers/i2c/
H A Dcros_ec_ldo.c19 static int cros_ec_ldo_xfer(struct udevice *dev, struct i2c_msg *msg, in cros_ec_ldo_xfer()
H A Drcar_i2c.c156 static int rcar_i2c_read_common(struct udevice *dev, struct i2c_msg *msg) in rcar_i2c_read_common()
182 static int rcar_i2c_write_common(struct udevice *dev, struct i2c_msg *msg) in rcar_i2c_write_common()
206 static int rcar_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, int nmsgs) in rcar_i2c_xfer()
H A Ds3c24x0_i2c.c226 static int s3c24x0_do_msg(struct s3c24x0_i2c_bus *i2c_bus, struct i2c_msg *msg, in s3c24x0_do_msg()
278 static int s3c24x0_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, in s3c24x0_i2c_xfer()
/openbmc/u-boot/test/dm/
H A Dsysreset.c51 char msg[64]; in dm_test_sysreset_get_status() local
/openbmc/phosphor-buttons/inc/
H A Dpower_button_profile.hpp54 void releasedHandler(sdbusplus::message_t msg) in releasedHandler()
/openbmc/qemu/hw/remote/
H A Dmemory.c31 void remote_sysmem_reconfig(MPQemuMsg *msg, Error **errp) in remote_sysmem_reconfig()
/openbmc/pldm/libpldmresponder/
H A Dbios_config.hpp224 [this, biosAttrIndex](sdbusplus::message_t& msg) { in constructAttribute()
237 sdbusplus::message_t& msg) { in constructAttribute()
/openbmc/qemu/hw/vfio-user/
H A Dpci.c86 static void vfio_user_dma_read(VFIOPCIDevice *vdev, VFIOUserDMARW *msg) in vfio_user_dma_read()
134 static void vfio_user_dma_write(VFIOPCIDevice *vdev, VFIOUserDMARW *msg) in vfio_user_dma_write()
180 static void vfio_user_pci_process_req(void *opaque, VFIOUserMsg *msg) in vfio_user_pci_process_req()
/openbmc/phosphor-bmc-code-mgmt/bmc/mmc/
H A Dflash.cpp26 void Activation::onStateChanges(sdbusplus::message_t& msg) in onStateChanges()
/openbmc/qemu/include/qapi/
H A Derror-internal.h19 char *msg; member
/openbmc/obmc-console/
H A Dconsole-dbus.c63 sd_bus_message *msg, void *userdata, in set_baud_handler()
118 static int method_connect(sd_bus_message *msg, void *userdata, in method_connect()
/openbmc/phosphor-time-manager/
H A Dmanager.cpp67 int Manager::onSettingsChanged(sdbusplus::message_t& msg) in onSettingsChanged()
87 int Manager::onTimedateChanged(sdbusplus::message_t& msg) in onTimedateChanged()
/openbmc/bmcweb/redfish-core/include/
H A Dsnmp_trap_event_clients.hpp140 const boost::system::error_code& ec, const sdbusplus::message_t& msg, in afterSnmpClientCreate()
191 const sdbusplus::message_t& msg, const std::string& dbusSNMPid) { in addSnmpTrapClient()
/openbmc/pldm/oem/ibm/libpldmresponder/
H A Dfile_io.cpp256 struct pldm_msg* msg) in encodeRWResponseHandler()
269 uint32_t length, struct pldm_msg* msg) in encodeReadResponseHandler()
280 uint32_t length, struct pldm_msg* msg) in encodeWriteResponseHandler()
293 struct pldm_msg* msg) in encodeGetFileResponseHandler()
307 struct pldm_msg* msg) in encodeRWTypeMemoryResponseHandler()
321 struct pldm_msg* msg) in encodeRWTypeResponseHandler()
334 struct pldm_msg* msg) in encodeFileAckResponseHandler()
/openbmc/phosphor-bmc-code-mgmt/bmc/ubi/
H A Dflash.cpp31 void Activation::onStateChanges(sdbusplus::message_t& msg) in onStateChanges()
/openbmc/qemu/.gitlab-ci.d/
H A Dcheck-dco.py50 msg = subprocess.check_output(["git", "show", "-s", sha], variable
/openbmc/bmcweb/redfish-core/src/utils/
H A Ddbus_utils.cpp30 const boost::system::error_code& ec, const sdbusplus::message_t& msg) in afterSetProperty()
/openbmc/phosphor-health-monitor/
H A Dhealth_utils.cpp23 sdbusplus::message_t msg = bus.new_method_call( in startUnit() local
/openbmc/phosphor-state-manager/
H A Dhypervisor_state_manager.cpp93 void Hypervisor::bootProgressChangeEvent(sdbusplus::message_t& msg) in bootProgressChangeEvent()
/openbmc/witherspoon-pfault-analysis/power-supply/
H A Dpower_supply.cpp112 [this](auto& msg) { this->inventoryChanged(msg); }); in __anon16b4f1cd0302()
122 [this](auto& msg) { this->powerStateChanged(msg); }); in __anon16b4f1cd0402()
190 void PowerSupply::inventoryChanged(sdbusplus::message_t& msg) in inventoryChanged()
226 void PowerSupply::powerStateChanged(sdbusplus::message_t& msg) in powerStateChanged()
/openbmc/phosphor-power/phosphor-power-supply/
H A Dpower_supply.cpp79 [this](auto& msg) { this->inventoryChanged(msg); }); in PowerSupply()
85 [this](auto& msg) { this->inventoryAdded(msg); }); in PowerSupply()
801 void PowerSupply::inventoryChanged(sdbusplus::message_t& msg) in inventoryChanged()
834 void PowerSupply::inventoryAdded(sdbusplus::message_t& msg) in inventoryAdded()
/openbmc/entity-manager/src/entity_manager/
H A Dentity_manager.cpp573 iaContainsProbeInterface(sdbusplus::message_t & msg,const std::unordered_set<std::string> & probeInterfaces) iaContainsProbeInterface() argument
587 irContainsProbeInterface(sdbusplus::message_t & msg,const std::unordered_set<std::string> & probeInterfaces) irContainsProbeInterface() argument
688 __anond202cd8b0c02(sdbusplus::message_t& msg) initFilters() argument
698 __anond202cd8b0d02(sdbusplus::message_t& msg) initFilters() argument
/openbmc/libpldm/tests/transport/
H A Dsend_recv_one.cpp82 void* msg; in TEST() local
/openbmc/u-boot/net/
H A Dfastboot.c53 static void fastboot_udp_send_info(const char *msg) in fastboot_udp_send_info()
95 static void fastboot_timed_send_info(const char *msg) in fastboot_timed_send_info()

12345678910>>...24