Home
last modified time | relevance | path

Searched defs:msg (Results 101 – 125 of 582) sorted by relevance

12345678910>>...24

/openbmc/openpower-proc-control/extensions/phal/
H A Ddump_utils.cpp27 uint32_t dumpStatusChanged(sdbusplus::message_t& msg, const std::string& path, in dumpStatusChanged()
77 [&](auto& msg) { in monitorDump()
/openbmc/phosphor-pid-control/dbus/
H A Ddbushelper.cpp162 auto msg = _bus.call(critical); in thresholdsAsserted() local
198 auto msg = _bus.call(warning); in thresholdsAsserted() local
/openbmc/phosphor-debug-collector/
H A Delog_watch.cpp57 void Watch::addCallback(sdbusplus::message_t& msg) in addCallback()
150 void Watch::delCallback(sdbusplus::message_t& msg) in delCallback()
/openbmc/phosphor-fan-presence/presence/
H A Dtach.cpp62 [this, i](auto& msg) { this->propertiesChanged(i, msg); }); in start()
111 void Tach::propertiesChanged(size_t sensor, sdbusplus::message_t& msg) in propertiesChanged()
/openbmc/qemu/stubs/
H A Derror-printf.c11 char *msg = g_strdup_vprintf(fmt, ap); in error_vprintf() local
/openbmc/u-boot/lib/
H A Derrno_str.c10 #define ERRNO_MSG(errno, msg) msg argument
/openbmc/bmcweb/include/
H A Duser_monitor.hpp16 inline void onUserRemoved(sdbusplus::message_t& msg) in onUserRemoved()
/openbmc/phosphor-inventory-manager/
H A Derrors.hpp33 InterfaceError(const char* msg, const std::string& iface) : in InterfaceError()
/openbmc/dbus-sensors/src/ipmb/
H A DIpmbSensorMain.cpp146 [&systemBus](sdbusplus::message_t& msg) { in main()
156 [](sdbusplus::message_t& msg) { interfaceRemoved(msg, sensors); }); in main()
/openbmc/openbmc/poky/bitbake/lib/bb/ui/
H A Dknotty.py40 def __init__(self, msg, maxval, widgets=None, extrapos=-1, resize_handler=None): argument
64 def setmessage(self, msg): argument
85 def __init__(self, msg, maxval): argument
105 def new_progress(msg, maxval): argument
/openbmc/phosphor-host-ipmid/
H A Dsensordatahandler.cpp34 ipmi::Cc updateToDbus(IpmiUpdateData& msg) in updateToDbus() argument
223 auto msg = in eventdata() local
276 auto msg = makeDbusMsg("org.freedesktop.DBus.Properties", in assertion() local
315 auto msg = makeDbusMsg(sensorInfo.sensorInterface, sensorInfo.sensorPath, assertion() local
[all...]
/openbmc/ipmitool/src/plugins/serial/
H A Dserial_terminal.c88 struct ipmb_msg_hdr msg; member
467 const struct ipmi_rq * req, uint8_t * msg, size_t max_len, in serial_term_build_msg()
598 serial_term_send_msg(struct ipmi_intf * intf, uint8_t * msg, int msg_len) in serial_term_send_msg()
664 uint8_t * msg, size_t max_len) in serial_term_wait_response()
719 uint8_t * msg, size_t max_len) in serial_term_get_message()
783 uint8_t msg[IPMI_SERIAL_MAX_RESPONSE], * resp = msg; in ipmi_serial_term_send_cmd() local
/openbmc/phosphor-fan-presence/
H A Dsdbusplus.hpp37 explicit DBusError(const std::string& msg) : std::runtime_error(msg) {} in DBusError()
88 DBusPropertyError(const std::string& msg, const std::string& busName, in DBusPropertyError()
341 auto msg = in getProperty() local
372 auto msg = in getPropertyVariant() local
418 auto msg = callMethodAndReturn(bus, service, path, in getProperty() local
450 auto msg = callMethodAndReturn(bus, service, path, in getPropertyVariant() local
484 auto msg = callMethodAndReturn(bus, service, path, in setProperty() local
515 auto msg = callMethodAndReturn(bus, service, path, in setProperty() local
/openbmc/phosphor-fan-presence/test/
H A Dlogger_test.cpp31 for (const auto& msg : messages) in TEST() local
/openbmc/qemu/tests/qemu-iotests/
H A D26034 def print_bitmap(msg, vm): argument
/openbmc/phosphor-net-ipmid/sol/
H A Dsol_manager.hpp235 std::string msg = in getContext() local
256 std::string msg = "Invalid SOL SessionID " + std::to_string(sessionID); in getContext() local
/openbmc/phosphor-state-manager/
H A Dchassis_state_manager.cpp93 [this](auto& msg) { this->uPowerChangeEvent(msg); }); in determineInitialState()
102 [this](auto& msg) { this->powerSysInputsChangeEvent(msg); }); in determineInitialState()
405 void Chassis::uPowerChangeEvent(sdbusplus::message_t& msg) in uPowerChangeEvent()
444 void Chassis::powerSysInputsChangeEvent(sdbusplus::message_t& msg) in powerSysInputsChangeEvent()
536 int Chassis::sysStateChange(sdbusplus::message_t& msg) in sysStateChange()
/openbmc/libpldm/tests/transport/
H A Dsend_recv_timeout.cpp33 void* msg; in TEST() local
/openbmc/qemu/scripts/
H A Dtracetool.py26 def error_opt(msg = None): argument
/openbmc/phosphor-led-sysfs/interfaces/
H A Dinternal_interface.cpp113 int InternalInterface::addLedConfigure(sd_bus_message* msg, void* context, in addLedConfigure()
141 int InternalInterface::removeLedConfigure(sd_bus_message* msg, void* context, in removeLedConfigure()
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/
H A Druncmd.py21 def info(self, msg): argument
24 def error(self, msg): argument
/openbmc/qemu/tests/qtest/
H A Dipmi-bt-test.c149 static void write_emu_msg(uint8_t *msg, unsigned int len) in write_emu_msg()
167 static void get_emu_msg(uint8_t *msg, unsigned int *len) in get_emu_msg()
228 uint8_t msg[100]; in emu_msg_handler() local
312 uint8_t msg[100]; in test_connect() local
/openbmc/phosphor-power/power-supply/
H A Dpower_supply.cpp91 [this](auto& msg) { this->inventoryChanged(msg); }); in __anon78e5afee0302()
101 [this](auto& msg) { this->powerStateChanged(msg); }); in __anon78e5afee0402()
183 void PowerSupply::inventoryChanged(sdbusplus::message_t& msg) in inventoryChanged()
219 void PowerSupply::powerStateChanged(sdbusplus::message_t& msg) in powerStateChanged()
/openbmc/u-boot/drivers/i2c/
H A Drcar_iic.c115 static int rcar_iic_read_common(struct udevice *dev, struct i2c_msg *msg) in rcar_iic_read_common()
148 static int rcar_iic_write_common(struct udevice *dev, struct i2c_msg *msg) in rcar_iic_write_common()
179 static int rcar_iic_xfer(struct udevice *dev, struct i2c_msg *msg, int nmsgs) in rcar_iic_xfer()
/openbmc/qemu/hw/pci/
H A Dmsix.c40 MSIMessage msg; in msix_prepare_message() local
56 void msix_set_message(PCIDevice *dev, int vector, struct MSIMessage msg) in msix_set_message()
111 MSIMessage msg; in msix_fire_vector_notifier() local
131 MSIMessage msg = msix_prepare_message(dev, vector); in msix_handle_mask_update() local
536 MSIMessage msg; in msix_notify() local
610 MSIMessage msg; in msix_set_notifier_for_vector() local

12345678910>>...24