Searched refs:i_msg (Results 1 – 7 of 7) sorted by relevance
/openbmc/linux/drivers/s390/char/ |
H A D | sclp_rw.c | 172 int spaces, i_msg; in sclp_write() local 198 for (i_msg = 0; i_msg < count; i_msg++) { in sclp_write() 199 switch (msg[i_msg]) { in sclp_write() 205 return i_msg; in sclp_write() 215 return i_msg; in sclp_write() 226 return i_msg; in sclp_write() 247 return i_msg; in sclp_write() 256 return i_msg; in sclp_write() 275 i_msg = count - 1; in sclp_write() 279 if (!isprint(msg[i_msg])) in sclp_write() [all …]
|
H A D | con3270.c | 1731 int i_msg, i; in tty3270_do_write() local 1734 for (i_msg = 0; !tty->flow.stopped && i_msg < count; i_msg++) { in tty3270_do_write() 1737 tty3270_escape_sequence(tp, buf[i_msg]); in tty3270_do_write() 1741 switch (buf[i_msg]) { in tty3270_do_write() 1783 tty3270_escape_sequence(tp, buf[i_msg]); in tty3270_do_write() 1790 tty3270_put_character(tp, buf[i_msg]); in tty3270_do_write()
|
/openbmc/openpower-vpd-parser/vpd-manager/include/ |
H A D | bios_handler.hpp | 40 virtual void biosAttributesCallback(sdbusplus::message_t& i_msg) = 0; 75 virtual void biosAttributesCallback(sdbusplus::message_t& i_msg);
|
H A D | manager.hpp | 257 void processAssetTagChangeCallback(sdbusplus::message_t& i_msg); 305 void hostStateChangeCallBack(sdbusplus::message_t& i_msg);
|
/openbmc/openpower-vpd-parser/vpd-manager/src/ |
H A D | manager.cpp | 173 void Manager::processAssetTagChangeCallback(sdbusplus::message_t& i_msg) in processAssetTagChangeCallback() argument 177 if (i_msg.is_method_error()) in processAssetTagChangeCallback() 185 i_msg.read(l_objectPath, l_propMap); in processAssetTagChangeCallback() 1043 [this](sdbusplus::message_t& i_msg) { in hostStateChangeCallBack() 1044 hostStateChangeCallBack(i_msg); in hostStateChangeCallBack() 1048 void Manager::hostStateChangeCallBack(sdbusplus::message_t& i_msg) in hostStateChangeCallBack() 1052 if (i_msg.is_method_error()) in hostStateChangeCallBack() 1060 i_msg.read(l_objectPath, l_propMap); in hostStateChangeCallBack() 1030 __anon46d8d0751102(sdbusplus::message_t& i_msg) registerHostStateChangeCallback() argument 1035 hostStateChangeCallBack(sdbusplus::message_t & i_msg) hostStateChangeCallBack() argument
|
H A D | bios_handler.cpp | 82 void IbmBiosHandler::biosAttributesCallback(sdbusplus::message_t& i_msg) in biosAttributesCallback() argument 84 if (i_msg.is_method_error()) in biosAttributesCallback() 92 i_msg.read(l_objPath, l_propMap); in biosAttributesCallback()
|
/openbmc/openpower-hw-diags/attn/ |
H A D | attn_dump.cpp | 26 uint dumpStatusChanged(sdbusplus::message_t& i_msg, std::string& o_dumpStatus) in dumpStatusChanged() argument 31 i_msg.read(interface, property); in dumpStatusChanged()
|