Lines Matching refs:expected_msgs
51 struct expected_msgs expect_msgs;
52 struct expected_msgs expect_xlated;
53 struct expected_msgs jited;
54 struct expected_msgs stderr;
55 struct expected_msgs stdout;
97 void free_msgs(struct expected_msgs *msgs) in free_msgs()
194 struct expected_msgs *msgs) in __push_msg()
222 static int clone_msgs(struct expected_msgs *from, struct expected_msgs *to) in clone_msgs()
236 static int push_msg(const char *substr, bool negative, struct expected_msgs *msgs) in push_msg()
241 static int push_disasm_msg(const char *regex_str, bool *on_next_line, struct expected_msgs *msgs) in push_disasm_msg()
800 static void verify_stderr(int prog_fd, struct expected_msgs *msgs) in verify_stderr()
885 static void match_positive_msgs(const char *log, struct expected_msgs *msgs, struct match *matches) in match_positive_msgs()
915 static void match_negative_msgs(const char *log, struct expected_msgs *msgs, struct match *matches) in match_negative_msgs()
954 void validate_msgs(const char *log_buf, struct expected_msgs *msgs, in validate_msgs()