Searched refs:_msg (Results 1 – 11 of 11) sorted by relevance
| /openbmc/sdbusplus/include/sdbusplus/ |
| H A D | message.hpp | 85 _intf(std::move(intf)), _msg(_intf->sd_bus_message_ref(m)) in message() 96 _intf(intf), _msg(m) in message() 103 message(msgp_t m, std::false_type) : _intf(&sdbus_impl), _msg(m) {} in message() 110 _intf(other._intf), _msg(sd_bus_message_ref(other._msg.get())) in message() 119 _msg.reset(sd_bus_message_ref(other._msg.get())); in operator =() 127 return _msg.release(); in release() 133 return bool(_msg); in operator bool() 144 sdbusplus::message::append(_intf, _msg.get(), in append() 156 sdbusplus::message::read(_intf, _msg.get(), in read() 204 return _intf->sd_bus_message_get_signature(_msg.get(), true); in get_signature() [all …]
|
| H A D | bus.hpp | 588 b = _intf->sd_bus_message_get_bus(_msg.get()); in get_bus()
|
| /openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/ |
| H A D | utils.sh | 9 _msg="$2" 10 echo "[$_level] $_msg" 14 _msg="$1" 20 _msg="$1" 26 _msg="$1"
|
| /openbmc/u-boot/include/ |
| H A D | log.h | 206 #define log_msg_ret(_msg, _ret) ({ \ argument 209 log(LOG_CATEGORY, LOGL_ERR, "%s: returning err=%d\n", _msg, \ 216 #define log_msg_ret(_msg, _ret) ((void)(_msg), _ret) argument
|
| /openbmc/hiomapd/test/ |
| H A D | windows_equally_evictable.c | 68 struct mbox_msg _msg, *msg = &_msg; in main() local
|
| /openbmc/phosphor-mboxd/vpnor/test/ |
| H A D | dump_flash.cpp | 80 struct mbox_msg _msg, *msg = &_msg; in main() local
|
| /openbmc/hiomapd/vpnor/test/ |
| H A D | dump_flash.cpp | 80 struct mbox_msg _msg, *msg = &_msg; in main() local
|
| /openbmc/openbmc/poky/meta/classes/ |
| H A D | report-error.bbclass | 139 taskdata['log'] = str(e._msg) 140 taskdata['task'] = str(e._msg)
|
| /openbmc/openbmc/poky/bitbake/lib/bb/ |
| H A D | event.py | 833 self._msg = msg 876 self._msg = msg
|
| /openbmc/qemu/hw/usb/ |
| H A D | hcd-xhci.c | 42 #define FIXME(_msg) do { fprintf(stderr, "FIXME %s:%d %s\n", \ argument 43 __func__, __LINE__, _msg); abort(); } while (0)
|
| /openbmc/openbmc/poky/meta/recipes-bsp/lrzsz/lrzsz-0.12.20/ |
| H A D | autotools-update.patch | 484 - if (strcmp (msg, _msg_tbl[cnt]._msg) == 0) 3469 - const char *_msg;
|