/openbmc/qemu/hw/remote/ |
H A D | mpqemu-link.c | 34 bool mpqemu_msg_send(MPQemuMsg *msg, QIOChannel *ioc, Error **errp) in mpqemu_msg_send() 122 bool mpqemu_msg_recv(MPQemuMsg *msg, QIOChannel *ioc, Error **errp) in mpqemu_msg_recv() 189 uint64_t mpqemu_msg_send_and_await_reply(MPQemuMsg *msg, PCIProxyDev *pdev, in mpqemu_msg_send_and_await_reply() 215 bool mpqemu_msg_valid(MPQemuMsg *msg) in mpqemu_msg_valid()
|
/openbmc/phosphor-led-manager/manager/ |
H A D | config-validator.hpp | 40 const std::string& msg) : in ConfigValidationException() 48 const std::string& msg) : in ConfigValidationException() 58 const std::string& msg) : in ConfigValidationException()
|
/openbmc/qemu/tests/qtest/libqos/ |
H A D | sdhci-cmd.c | 21 static ssize_t read_fifo(QTestState *qts, uint64_t reg, char *msg, size_t count) in read_fifo() 45 static void write_fifo(QTestState *qts, uint64_t reg, const char *msg, in write_fifo() 85 ssize_t sdhci_read_cmd(QTestState *qts, uint64_t base_addr, char *msg, in sdhci_read_cmd() 102 void sdhci_write_cmd(QTestState *qts, uint64_t base_addr, const char *msg, in sdhci_write_cmd()
|
/openbmc/phosphor-fan-presence/ |
H A D | power_state.hpp | 149 [this](auto& msg) { this->pgoodChanged(msg); }) in PGoodState() 166 [this](auto& msg) { this->pgoodChanged(msg); }) in PGoodState() 178 void pgoodChanged(sdbusplus::message_t& msg) in pgoodChanged() 245 [this](auto& msg) { this->hostStateChanged(msg); }) in HostPowerState() 262 [this](auto& msg) { this->hostStateChanged(msg); }) in HostPowerState() 274 void hostStateChanged(sdbusplus::message_t& msg) in hostStateChanged()
|
/openbmc/dbus-sensors/src/nvidia-gpu/ |
H A D | NvidiaGpuMctpVdm.cpp | 25 ocp::accelerator_management::BindingPciVid& msg) in packHeader() argument 38 auto* msg = reinterpret_cast<QueryDeviceIdentificationRequest*>(buf.data()); in encodeQueryDeviceIdentificationRequest() local 98 auto* msg = reinterpret_cast<GetTemperatureReadingRequest*>(buf.data()); in encodeGetTemperatureReadingRequest() local 164 auto* msg = reinterpret_cast<ReadThermalParametersRequest*>(buf.data()); encodeReadThermalParametersRequest() local 230 auto* msg = reinterpret_cast<GetCurrentPowerDrawRequest*>(buf.data()); encodeGetCurrentPowerDrawRequest() local 296 auto* msg = reinterpret_cast<GetCurrentEnergyCounterRequest*>(buf.data()); encodeGetCurrentEnergyCounterRequest() local 361 auto* msg = reinterpret_cast<GetVoltageRequest*>(buf.data()); encodeGetVoltageRequest() local 425 auto* msg = reinterpret_cast<GetInventoryInformationRequest*>(buf.data()); encodeGetInventoryInformationRequest() local [all...] |
/openbmc/qemu/hw/vfio-user/ |
H A D | proxy.c | 62 static ssize_t vfio_user_send_qio(VFIOUserProxy *proxy, VFIOUserMsg *msg, in vfio_user_send_qio() 93 VFIOUserMsg *msg; in vfio_user_getmsg() local 111 static void vfio_user_recycle(VFIOUserProxy *proxy, VFIOUserMsg *msg) in vfio_user_recycle() 150 static void vfio_user_process(VFIOUserProxy *proxy, VFIOUserMsg *msg, in vfio_user_process() 188 VFIOUserMsg *msg = proxy->part_recv; in vfio_user_complete() local 232 VFIOUserMsg *msg = NULL; in vfio_user_recv_one() local 439 VFIOUserMsg *msg; in vfio_user_send_one() local 527 VFIOUserMsg *msg, *m1; in vfio_user_request() local 584 static bool vfio_user_send_queued(VFIOUserProxy *proxy, VFIOUserMsg *msg, in vfio_user_send_queued() 650 VFIOUserMsg *msg; in vfio_user_send_nowait() local [all …]
|
/openbmc/sdbusplus/src/async/ |
H A D | match.cpp | 10 [](message::msgp_t msg, void* ctx, sd_bus_error*) noexcept { in makeMatch() 71 void match::handle_match(message_t&& msg) noexcept in handle_match() 94 auto msg = std::move(queue.front()); in handle_completion() local
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | pathwatchimpl.hpp | 36 { (this->cb)(Context::SIGNAL, msg); }); in start() 50 sdbusplus::message_t& msg) in callback()
|
H A D | propertywatchimpl.hpp | 48 { this->interfacesAdded(msg); }); in start() 80 { in start() 192 sdbusplus::message_t& msg, const std::string& path, in propertiesChanged() 212 sdbusplus::message_t& msg) in interfacesAdded()
|
/openbmc/openbmc/poky/meta/lib/oeqa/runtime/decorator/ |
H A D | package.py | 62 def _decorator_fail(self, msg): argument 89 def _decorator_fail(self, msg): argument
|
/openbmc/phosphor-virtual-sensor/src/ |
H A D | dbusSensor.cpp | 77 void DbusSensor::handleDbusSignalNameOwnerChanged(sdbusplus::message_t& msg) in handleDbusSignalNameOwnerChanged() 102 void DbusSensor::handleDbusSignalPropChange(sdbusplus::message_t& msg) in handleDbusSignalPropChange() 139 void DbusSensor::handleDbusSignalRemove(sdbusplus::message_t& msg) in handleDbusSignalRemove()
|
/openbmc/libpldm/tests/transport/ |
H A D | transport.cpp | 19 const uint8_t msg[] = {0x81, 0x00, 0x01, 0x01}; in TEST() local 44 uint8_t msg[] = {0x01, 0x00, 0x01, 0x00}; in TEST() local 112 void* msg = NULL; in TEST() local 162 void* msg; in TEST() local
|
/openbmc/libpldm/src/oem/meta/ |
H A D | file_io.c | 21 const struct pldm_msg *msg, size_t payload_length, in decode_oem_meta_file_io_write_req() 58 int decode_oem_meta_file_io_req(const struct pldm_msg *msg, in decode_oem_meta_file_io_req() 97 int decode_oem_meta_file_io_read_req(const struct pldm_msg *msg, in decode_oem_meta_file_io_read_req()
|
/openbmc/qemu/hw/virtio/ |
H A D | vhost-user.c | 275 static int vhost_user_read_header(struct vhost_dev *dev, VhostUserMsg *msg) in vhost_user_read_header() 303 static int vhost_user_read(struct vhost_dev *dev, VhostUserMsg *msg) in vhost_user_read() 339 const VhostUserMsg *msg) in process_message_reply() 382 static int vhost_user_write(struct vhost_dev *dev, VhostUserMsg *msg, in vhost_user_write() 425 VhostUserMsg msg = { in vhost_user_gpu_set_socket() local 441 VhostUserMsg msg = { in vhost_user_set_log_base() local 507 VhostUserMsg *msg, in vhost_user_fill_set_mem_table_msg() 661 int nr_rem_reg, VhostUserMsg *msg, in send_remove_regions() 715 VhostUserMsg *msg, uint64_t *shadow_pcb, in send_add_regions() 826 VhostUserMsg *msg, in vhost_user_add_remove_regions() [all …]
|
/openbmc/openbmc/poky/bitbake/lib/bb/ |
H A D | __init__.py | 64 def bbdebug(self, level, msg, *args, **kwargs): argument 77 def plain(self, msg, *args, **kwargs): argument 80 def verbose(self, msg, *args, **kwargs): argument 83 def verbnote(self, msg, *args, **kwargs): argument 86 def warnonce(self, msg, *args, **kwargs): argument 89 def erroronce(self, msg, *args, **kwargs): argument 120 def process(self, msg, kwargs): argument
|
/openbmc/bmcweb/test/redfish-core/include/ |
H A D | registries_test.cpp | 26 const redfish::registries::Message* msg = in TEST() local 47 const redfish::registries::Message* msg = in TEST() local
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | testexport.py | 20 def plain(self, msg): argument 23 def warn(self, msg): argument 26 def fatal(self, msg): argument
|
/openbmc/u-boot/drivers/mailbox/ |
H A D | sandbox-mbox-test.c | 22 int sandbox_mbox_test_send(struct udevice *dev, uint32_t msg) in sandbox_mbox_test_send() 29 int sandbox_mbox_test_recv(struct udevice *dev, uint32_t *msg) in sandbox_mbox_test_recv()
|
/openbmc/phosphor-networkd/src/ |
H A D | netlink.hpp | 72 void performRequest(int protocol, uint16_t type, uint16_t flags, const T& msg, in performRequest() 80 T msg; in performRequest() member
|
/openbmc/qemu/contrib/vhost-user-gpu/ |
H A D | vhost-user-gpu.c | 151 struct msghdr msg = { in vg_sock_fd_write() local 182 vg_send_msg(VuGpu *vg, const VhostUserGpuMsg *msg, int fd) in vg_send_msg() 293 VhostUserGpuMsg msg = { in vg_get_display_info() local 337 VhostUserGpuMsg msg = { in vg_get_edid() local 428 VhostUserGpuMsg msg = { in vg_disable_scanout() local 716 VhostUserGpuMsg msg = { in vg_set_scanout() local 737 VhostUserGpuMsg msg = { in vg_set_scanout() local 827 VhostUserGpuMsg *msg = p; in vg_resource_flush() local 968 VhostUserGpuMsg msg = { in vg_process_cursor_cmd() local 983 VhostUserGpuMsg msg = { in vg_process_cursor_cmd() local [all …]
|
/openbmc/dbus-sensors/src/fan/ |
H A D | PresenceGpio.hpp | 37 std::string msg = "OpenBMC.0.1." + deviceType + "Inserted"; in logPresent() local 45 std::string msg = "OpenBMC.0.1." + deviceType + "Removed"; in logRemoved() local
|
/openbmc/u-boot/scripts/kconfig/ |
H A D | kxgettext.c | 84 const char *msg; member 92 static struct message *message__new(const char *msg, char *option, in message__new() 120 static struct message *mesage__find(const char *msg) in mesage__find() 149 static int message__add(const char *msg, char *option, const char *file, in message__add()
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | dbus_watcher.hpp | 183 void propChanged(sdbusplus::message_t& msg) in propChanged() 204 void interfaceAdded(sdbusplus::message_t& msg) in interfaceAdded() 330 void propChanged(sdbusplus::message_t& msg) in propChanged() 347 void interfaceAdded(sdbusplus::message_t& msg) in interfaceAdded()
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | utils.py | 73 def dummyerror(msg): argument 75 def dummyfatal(msg): argument
|
/openbmc/google-misc/subprojects/nemora-postd/src/ |
H A D | host_manager.cpp | 38 int HostManager::DbusHandleSignal(sdbusplus::message_t& msg) in DbusHandleSignal() 78 std::string msg = std::format("Draining Postcodes. Count: {}.", count); in DrainPostcodes() local
|