Lines Matching refs:log_msg
45 void print_msg(struct log_msg *msg) in print_msg()
75 static void basic_validate(struct log_msg *msg, in basic_validate()
124 void clear_pkg_flags(struct log_msg *msg) in clear_pkg_flags()
200 ZTEST(log_msg, test_log_msg_0_args_msg) in ZTEST() argument
228 ZTEST(log_msg, test_log_msg_various_args) in ZTEST() argument
262 ZTEST(log_msg, test_log_msg_only_data) in ZTEST() argument
288 ZTEST(log_msg, test_log_msg_string_and_data) in ZTEST() argument
317 ZTEST(log_msg, test_log_msg_fp) in ZTEST() argument
369 ZTEST(log_msg, test_mode_size_plain_string) in ZTEST() argument
393 exp_len = offsetof(struct log_msg, data) + in ZTEST()
401 ZTEST(log_msg, test_mode_size_data_only) in ZTEST() argument
424 exp_len = offsetof(struct log_msg, data) + sizeof(data); in ZTEST()
429 ZTEST(log_msg, test_mode_size_plain_str_data) in ZTEST() argument
452 exp_len = offsetof(struct log_msg, data) + sizeof(data) + in ZTEST()
458 ZTEST(log_msg, test_mode_size_str_with_strings) in ZTEST() argument
486 exp_len = offsetof(struct log_msg, data) + in ZTEST()
495 ZTEST(log_msg, test_mode_size_str_with_2strings) in ZTEST() argument
528 exp_len = offsetof(struct log_msg, data) + in ZTEST()
543 ZTEST(log_msg, test_saturate) in ZTEST() argument
550 ROUND_UP(offsetof(struct log_msg, data) + 2 * sizeof(void *), in ZTEST()
586 ZTEST_SUITE(log_msg, NULL, NULL, NULL, NULL, NULL);