Lines Matching defs:__msg
17 * - __success, __failure, __msg, __regex imply privileged mode;
30 * __msg Message expected to be found in the verifier log.
31 * Multiple __msg attributes could be specified.
37 * If __msg_not is situated between __msg tags
38 * framework matches __msg tags first, and then
40 * a log between bracketing __msg tags.
41 * Same regex syntax as for __msg is supported.
42 * __msg_unpriv Same as __msg but for unprivileged mode.
46 * same regex rules apply like __msg.
53 * Regular expressions could be specified same way as in __msg.
71 * as in __msg.
130 #define __msg(msg) __attribute__((btf_decl_tag("comment:test_expect_msg=" XSTR(__COUNTER__) "=" msg)))