Searched refs:_level (Results 1 – 6 of 6) sorted by relevance
| /openbmc/qemu/scripts/qapi/ |
| H A D | common.py | 139 self._level = initial 142 return "{}({:d})".format(type(self).__name__, self._level) 146 return ' ' * self._level 150 self._level += amount 154 assert amount <= self._level 155 self._level -= amount
|
| /openbmc/openbmc/meta-raspberrypi/.github/workflows/docker-images/ |
| H A D | utils.sh | 8 _level="$1" 10 echo "[$_level] $_msg"
|
| /openbmc/openbmc/meta-raspberrypi/recipes-graphics/userland/files/ |
| H A D | 0021-cmake-Disable-format-overflow-warning-as-error.patch | 9 …234 | # define _VCOS_LOG_X(cat, _level, fmt...) do { if (vcos_is_log_enabled(cat,_level)) vcos_…
|
| /openbmc/qemu/hw/audio/ |
| H A D | intel-hda.h | 56 #define dprint(_dev, _level, _fmt, ...) \ argument 58 if (_dev->debug >= _level) { \
|
| /openbmc/u-boot/include/ |
| H A D | log.h | 121 #define log(_cat, _level, _fmt, _args...) ({ \ argument 122 int _l = _level; \ 129 #define log(_cat, _level, _fmt, _args...) argument
|
| /openbmc/qemu/hw/display/ |
| H A D | qxl.h | 136 #define dprint(_qxl, _level, _fmt, ...) \ argument 138 if (_qxl->debug >= _level) { \
|