Home
last modified time | relevance | path

Searched refs:_msg (Results 1 – 11 of 11) sorted by relevance

/openbmc/sdbusplus/include/sdbusplus/
H A Dmessage.hpp85 _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 Dbus.hpp588 b = _intf->sd_bus_message_get_bus(_msg.get()); in get_bus()
/openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/
H A Dutils.sh9 _msg="$2"
10 echo "[$_level] $_msg"
14 _msg="$1"
20 _msg="$1"
26 _msg="$1"
/openbmc/u-boot/include/
H A Dlog.h206 #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 Dwindows_equally_evictable.c68 struct mbox_msg _msg, *msg = &_msg; in main() local
/openbmc/phosphor-mboxd/vpnor/test/
H A Ddump_flash.cpp80 struct mbox_msg _msg, *msg = &_msg; in main() local
/openbmc/hiomapd/vpnor/test/
H A Ddump_flash.cpp80 struct mbox_msg _msg, *msg = &_msg; in main() local
/openbmc/openbmc/poky/meta/classes/
H A Dreport-error.bbclass139 taskdata['log'] = str(e._msg)
140 taskdata['task'] = str(e._msg)
/openbmc/openbmc/poky/bitbake/lib/bb/
H A Devent.py833 self._msg = msg
876 self._msg = msg
/openbmc/qemu/hw/usb/
H A Dhcd-xhci.c42 #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 Dautotools-update.patch484 - if (strcmp (msg, _msg_tbl[cnt]._msg) == 0)
3469 - const char *_msg;