Home
last modified time | relevance | path

Searched defs:MSG_ERR (Results 1 – 5 of 5) sorted by relevance

/openbmc/hiomapd/
H A Dcommon.h24 #define MSG_ERR(f_, ...) \ macro
H A Dmboxctl.c39 #define MSG_ERR(...) do { if (!silent) { \ macro
/openbmc/phosphor-mboxd/
H A Dcommon.h23 #define MSG_ERR(f_, ...) \ macro
H A Dmboxctl.c54 #define MSG_ERR(...) do { if (!silent) { \ macro
/openbmc/btbridge/
H A Dbtbridged.c56 #define MSG_ERR(f_, ...) do { if (verbosity != BT_LOG_NONE) { bt_log(LOG_ERR, f_, ##__VA_ARGS__); }… macro