/openbmc/u-boot/net/ |
H A D | fastboot.c | 53 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()
|
/openbmc/openbmc/poky/meta/lib/oeqa/utils/ |
H A D | sshcontrol.py | 42 def log(self, msg): argument 120 def log(self, msg): argument
|
/openbmc/phosphor-net-ipmid/sol/ |
H A D | sol_manager.cpp | 251 [](sdbusplus::message_t& msg) { in registerSOLServiceChangeCallback() 278 void procSolConfChange(sdbusplus::message_t& msg) in procSolConfChange()
|
/openbmc/witherspoon-pfault-analysis/power-supply/ |
H A D | power_supply.cpp | 112 [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 D | power_supply.cpp | 79 [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()
|
H A D | chassis.cpp | 166 [this](auto& msg) { this->psuPresenceChanged(msg); }); in getPSUProperties() argument 284 void Chassis::psuPresenceChanged(sdbusplus::message_t& msg) in psuPresenceChanged() argument 367 [this](auto& msg) { this->powerStateChanged(msg); }); in initPowerMonitoring() argument 904 powerStateChanged(sdbusplus::message_t & msg) powerStateChanged() argument
|
H A D | new_power_supply.cpp | 80 [this](auto& msg) { this->inventoryChanged(msg); }); in PowerSupply() 86 [this](auto& msg) { this->inventoryAdded(msg); }); in PowerSupply() 816 void PowerSupply::inventoryChanged(sdbusplus::message_t& msg) in inventoryChanged() 849 void PowerSupply::inventoryAdded(sdbusplus::message_t& msg) in inventoryAdded()
|
H A D | psu_manager.cpp | 86 [this](auto& msg) { this->powerStateChanged(msg); }); in PSUManager() 261 [this](auto& msg) { this->presenceChanged(msg); }); in getPSUProperties() 371 void PSUManager::entityManagerIfaceAdded(sdbusplus::message_t& msg) in entityManagerIfaceAdded() 410 void PSUManager::powerStateChanged(sdbusplus::message_t& msg) in powerStateChanged() 461 void PSUManager::presenceChanged(sdbusplus::message_t& msg) in presenceChanged()
|
/openbmc/u-boot/lib/rsa/ |
H A D | rsa-verify.c | 37 static int rsa_verify_padding(const uint8_t *msg, const int pad_len, in rsa_verify_padding() 61 uint8_t *msg, int msg_len, in padding_pkcs_15_verify() 183 uint8_t *msg, int msg_len, in padding_pss_verify()
|
/openbmc/openpower-pnor-code-mgmt/static/ |
H A D | activation_static.cpp | 111 void ActivationStatic::unitStateChange(sdbusplus::message_t& msg) in unitStateChange()
|
/openbmc/ipmitool/src/plugins/lanplus/ |
H A D | lanplus.c | 1344 uint8_t * msg, in getIpmiPayloadWireRep() 1482 uint8_t * msg, /* output */ in getSolPayloadWireRep() 1595 uint8_t * msg; in ipmi_lanplus_build_v2x_msg() local 1967 uint8_t * msg; in ipmi_lanplus_build_v15_ipmi_cmd() local 2788 uint8_t * msg; in ipmi_lanplus_open_session() local 2976 uint8_t * msg; in ipmi_lanplus_rakp1() local 3140 uint8_t * msg; in ipmi_lanplus_rakp3() local
|
/openbmc/openpower-debug-collector/dump/ |
H A D | dump_monitor.hpp | 44 [this](sdbusplus::message_t& msg) { handleDBusSignal(msg); }) in DumpMonitor()
|
/openbmc/phosphor-pid-control/dbus/ |
H A D | dbushelper.hpp | 53 auto msg = _bus.new_method_call(service.c_str(), path.c_str(), in getProperty() local
|
/openbmc/bmcweb/redfish-core/include/ |
H A D | registries.hpp | 75 const std::span<const std::string_view> messageArgs, std::string_view msg) in fillMessageArgs() 116 std::string msg = in getLogFromRegistry() local
|
/openbmc/u-boot/drivers/i2c/ |
H A D | kona_i2c.c | 302 struct kona_i2c_msg *msg) in bcm_kona_i2c_read_fifo() 397 struct kona_i2c_msg *msg) in bcm_kona_i2c_write_fifo() 423 struct kona_i2c_msg *msg) in bcm_kona_i2c_do_addr() 640 struct kona_i2c_msg msg[2]; in kona_i2c_read() local 668 struct kona_i2c_msg msg[1]; in kona_i2c_write() local
|
/openbmc/ipmitool/src/plugins/lan/ |
H A D | lan.c | 700 uint8_t * msg, * temp; in ipmi_lan_build_cmd() local 1003 uint8_t * msg; in ipmi_lan_build_rsp() local 1088 uint8_t * msg; in ipmi_lan_send_rsp() local 1156 uint8_t * msg; in ipmi_lan_build_sol_msg() local 1255 uint8_t * msg; in ipmi_lan_send_sol_payload() local
|
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/oelib/ |
H A D | buildhistory.py | 43 def commit_vars(self, to_add={}, to_remove = [], msg="A commit message"): argument
|
/openbmc/openpower-pnor-code-mgmt/ubi/ |
H A D | activation_ubi.cpp | 131 void ActivationUbi::unitStateChange(sdbusplus::message_t& msg) in unitStateChange()
|
/openbmc/openbmc-tools/openbmc-autobump/ |
H A D | openbmc-autobump.py | 28 def log(msg, args): argument
|
/openbmc/qemu/crypto/ |
H A D | afalgpriv.h | 40 struct msghdr *msg; member
|
/openbmc/dbus-sensors/src/mctp/ |
H A D | MCTPEndpoint.cpp | 52 sdbusplus::message_t& msg) in onEndpointInterfacesRemoved() 169 void MCTPDEndpoint::onMctpEndpointChange(sdbusplus::message_t& msg) in onMctpEndpointChange() 237 path{objpath.str}](sdbusplus::message_t& msg) { in subscribe()
|
/openbmc/ibm-logging/ |
H A D | policy_table.hpp | 26 std::string msg; member
|
/openbmc/dbus-sensors/src/nvidia-gpu/ |
H A D | NvidiaGpuSensorMain.cpp | 84 [](sdbusplus::message_t& msg) { in main()
|
/openbmc/phosphor-bmc-code-mgmt/bmc/static/ |
H A D | flash.cpp | 69 void Activation::onStateChanges([[maybe_unused]] sdbusplus::message_t& msg) in onStateChanges()
|
/openbmc/pldm/libpldmresponder/ |
H A D | bios_config.hpp | 234 __anon63d06ecb0102(sdbusplus::message_t& msg) constructAttribute() argument 247 __anon63d06ecb0202( sdbusplus::message_t& msg) constructAttribute() argument
|