/openbmc/phosphor-bmc-code-mgmt/common/i2c/ |
H A D | i2c.cpp | 46 struct i2c_msg msg[2]; in sendReceive() local 90 struct i2c_msg msg[2]; in sendReceive() local
|
/openbmc/phosphor-networkd/test/ |
H A D | mock_syscall.cpp | 57 void validateMsgHdr(const struct msghdr* msg) in validateMsgHdr() 228 ssize_t sendmsg(int sockfd, const struct msghdr* msg, int flags) in sendmsg() 266 ssize_t recvmsg(int sockfd, struct msghdr* msg, int flags) in recvmsg() 295 const auto& msg = msgs.front(); in recvmsg() local
|
/openbmc/phosphor-fan-presence/monitor/ |
H A D | tach_sensor.cpp | 119 [this](auto& msg) { this->handleTachChange(msg); }); in TachSensor() 133 [this](auto& msg) { this->handleTargetChange(msg); }); in TachSensor() 287 void TachSensor::handleTargetChange(sdbusplus::message_t& msg) in handleTargetChange() 303 void TachSensor::handleTachChange(sdbusplus::message_t& msg) in handleTachChange()
|
/openbmc/sdbusplus/include/sdbusplus/sdbuspp_support/ |
H A D | server.hpp | 27 int property_callback(sd_bus_message* msg, sdbusplus::SdBusInterface* intf, in property_callback() 83 int method_callback(sd_bus_message* msg, sdbusplus::SdBusInterface* intf, in method_callback()
|
/openbmc/phosphor-logging/lib/ |
H A D | elog.cpp | 33 auto msg = _prepareMsg("Commit"); in commit() local 45 auto msg = _prepareMsg("CommitWithLvl"); in commit() local
|
/openbmc/phosphor-dbus-monitor/src/ |
H A D | journal.hpp | 33 JournalBase(const char* msg, const PropertyIndex& index) : in JournalBase() 90 Journal(const char* msg, const PropertyIndex& index) : in Journal()
|
/openbmc/phosphor-power/phosphor-regulators/src/interfaces/ |
H A D | manager_interface.cpp | 40 int ManagerInterface::callbackConfigure(sd_bus_message* msg, void* context, in callbackConfigure() 71 int ManagerInterface::callbackMonitor(sd_bus_message* msg, void* context, in callbackMonitor()
|
/openbmc/phosphor-virtual-sensor/src/ |
H A D | dbusUtils.cpp | 31 auto msg = bus.call(mapper); in getService() local 69 auto msg = bus.call(method); in setDbusProperty() local
|
/openbmc/openbmc/poky/meta/recipes-rt/rt-tests/files/ |
H A D | rt_bmark.py | 92 def __init__(self, msg): argument 107 def log(*msg): 115 def log_ts(*msg):
|
/openbmc/bmcweb/redfish-core/src/ |
H A D | subscription.cpp | 169 bool Subscription::sendEventToSubscriber(uint64_t eventId, std::string&& msg) in sendEventToSubscriber() 247 nlohmann::json msg; in filterAndSendEventLogs() local 275 nlohmann::json msg; in filterAndSendReports() local
|
/openbmc/qemu/tests/qtest/ |
H A D | vnc-display-test.c | 25 const char* msg) in on_vnc_error() 31 const char *msg) in on_vnc_auth_failure()
|
/openbmc/u-boot/drivers/i2c/ |
H A D | i2c-versatile.c | 138 struct i2c_msg *msg) in versatile_i2c_send_slave_addr() 184 struct i2c_msg *msg) in versatile_i2c_message_xfer() 211 struct i2c_msg *msg, int nmsgs) in versatile_i2c_xfer() 229 struct i2c_msg msg = { .addr = chip, .flags = chip_flags, in versatile_i2c_chip_probe() local
|
H A D | i2c-uclass.c | 27 void i2c_dump_msgs(struct i2c_msg *msg, int nmsgs) in i2c_dump_msgs() 53 uint8_t offset_buf[], struct i2c_msg *msg) in i2c_setup_offset() 80 struct i2c_msg msg[2], *ptr; in i2c_read_bytewise() local 109 struct i2c_msg msg[1]; in i2c_write_bytewise() local 132 struct i2c_msg msg[2], *ptr; in dm_i2c_read() local 163 struct i2c_msg msg[1]; in dm_i2c_write() local 213 int dm_i2c_xfer(struct udevice *dev, struct i2c_msg *msg, int nmsgs) in dm_i2c_xfer() 256 struct i2c_msg msg[1]; in i2c_probe_chip() local
|
/openbmc/u-boot/drivers/misc/imx8/ |
H A D | scu.c | 50 static int mu_hal_sendmsg(struct mu_type *base, u32 reg_index, u32 msg) in mu_hal_sendmsg() 70 static int mu_hal_receivemsg(struct mu_type *base, u32 reg_index, u32 *msg) in mu_hal_receivemsg() 92 struct sc_rpc_msg_s *msg = (struct sc_rpc_msg_s *)data; in sc_ipc_read() local 125 struct sc_rpc_msg_s *msg = (struct sc_rpc_msg_s *)data; in sc_ipc_write() local
|
/openbmc/bmcweb/http/ |
H A D | websocket_impl.hpp | 128 void sendBinary(std::string_view msg) override in sendBinary() 136 void sendEx(MessageType type, std::string_view msg, in sendEx() 171 void sendText(std::string_view msg) override in sendText() 179 void close(std::string_view msg) override in close()
|
H A D | server_sent_event_impl.hpp | 76 void close(const std::string_view msg) override in close() 178 void sendSseEvent(std::string_view id, std::string_view msg) override in sendSseEvent() 191 void dataFormat(std::string_view id, std::string_view msg) in dataFormat()
|
/openbmc/libpldm/src/transport/ |
H A D | test.h | 23 const void *msg; member 29 const void *msg; member
|
/openbmc/dbus-sensors/src/fan/ |
H A D | TachSensor.hpp | 51 const auto* msg = "OpenBMC.0.1.FanRedundancyLost"; in logFanRedundancyLost() local 57 const auto* msg = "OpenBMC.0.1.FanRedundancyRegained"; in logFanRedundancyRestored() local
|
/openbmc/phosphor-logging/extensions/openpower-pels/ |
H A D | src.cpp | 407 std::string msg = in setUserDefinedHexWords() local 421 std::string msg = "Source for user data SRC word not found: " + in setUserDefinedHexWords() local 922 std::string msg = in addInventoryCallout() local 933 std::string msg = "Could not get location code for " + inventoryPath + in addInventoryCallout() local 1012 std::string msg = in addRegistryCallouts() local 1035 auto msg = "Unable to expand location code " + locCode + ": " + in addRegistryCallout() local 1117 std::string msg = in addRegistryCallout() local 1184 std::string msg = in addDevicePathCallouts() local 1236 auto msg = std::format("Unable to expand location code {}: {}", in addDevicePathCallouts() local 1257 std::string msg = in addDevicePathCallouts() local [all …]
|
/openbmc/qemu/ui/ |
H A D | vdagent.c | 156 static void vdagent_send_msg(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_send_msg() 187 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_caps() local 220 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_mouse() local 332 g_autofree VDAgentMessage *msg = in vdagent_send_clipboard_grab() local 377 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_clipboard_release() local 396 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_send_clipboard_data() local 492 g_autofree VDAgentMessage *msg = g_malloc0(sizeof(VDAgentMessage) + in vdagent_clipboard_request() local 620 static void vdagent_chr_recv_clipboard(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_chr_recv_clipboard() 702 static void vdagent_chr_recv_caps(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_chr_recv_caps() 734 static void vdagent_chr_recv_msg(VDAgentChardev *vd, VDAgentMessage *msg) in vdagent_chr_recv_msg() [all …]
|
/openbmc/libmctp/utils/ |
H A D | mctp-astlpc-daemon.c | 24 static void tx_message(struct ctx *ctx, mctp_eid_t eid, void *msg, size_t len) in tx_message() 36 void *msg, size_t len) in rx_message()
|
/openbmc/pldm/requester/ |
H A D | mctp_endpoint_discovery.cpp | 32 [this](sdbusplus::message_t& msg) { this->discoverEndpoints(msg); }), in MctpDiscovery() 35 [this](sdbusplus::message_t& msg) { this->removeEndpoints(msg); }), in __anon124d2f790202() 38 [this](sdbusplus::message_t& msg) { this->propertiesChangedCb(msg); }), in __anon124d2f790302() 173 void MctpDiscovery::getAddedMctpInfos(sdbusplus::message_t& msg, in getAddedMctpInfos() 281 void MctpDiscovery::propertiesChangedCb(sdbusplus::message_t& msg) in propertiesChangedCb() 351 void MctpDiscovery::discoverEndpoints(sdbusplus::message_t& msg) in discoverEndpoints()
|
/openbmc/google-misc/subprojects/ncsid/src/ |
H A D | common_defs.h | 19 #define RETURN_IF_ERROR(expr, msg) \ argument
|
/openbmc/sdeventplus/src/sdeventplus/internal/ |
H A D | cexec.hpp | 5 #define SDEVENTPLUS_CHECK(msg, expr) \ argument
|
/openbmc/qemu/hw/remote/ |
H A D | proxy.c | 53 MPQemuMsg msg; in setup_irqfd() local 147 MPQemuMsg msg = { 0 }; in config_op_send() local 235 MPQemuMsg msg = { 0 }; in type_init() local 370 MPQemuMsg msg = { 0 }; in proxy_device_reset() local
|