Home
last modified time | relevance | path

Searched refs:MSG_FATAL (Results 1 – 2 of 2) sorted by relevance

/external/autotest/client/tests/monotonic_time/src/
Dlogging.h15 MSG_FATAL, enumerator
24 #define FATAL(err, fmt, args...) msg(MSG_FATAL, err, fmt, ##args)
Dlogging.c63 case MSG_FATAL: in msg()
87 if (msg_type == MSG_FATAL) in msg()