Searched refs:_msg (Results 1 – 2 of 2) sorted by relevance
| /hal_nxp-latest/mcux/middleware/mcux-sdk-middleware-multicore/rpmsg_lite/lib/include/ |
| D | virtqueue.h | 163 #define VQASSERT_BOOL(_vq, _exp, _msg) \ argument 168 env_print("%s: %s - "(_msg), __func__, (_vq)->vq_name); \ 174 #define VQASSERT(_vq, _exp, _msg) VQASSERT_BOOL(_vq, (_exp) != 0, _msg) argument 199 #define VQASSERT(_vq, _exp, _msg) argument
|
| /hal_nxp-latest/mcux/mcux-sdk/scripts/kconfig/ |
| D | menuconfig.py | 1845 _msg("Success", "Loaded " + filename) 1891 _msg("Success", msg) 2944 def _msg(title, text): function 2953 _msg("Error", text)
|