Searched refs:print_msg (Results 1 – 5 of 5) sorted by relevance
60 define print_msg macro75 $(print_msg)118 $(print_msg)
81 ksft.print_msg(log["message"])84 ksft.print_msg("No device error logs found")
75 static int print_msg = 10; in wdrtas_set_interval() local82 if (result < 0 && print_msg) { in wdrtas_set_interval()85 print_msg--; in wdrtas_set_interval()
318 ksft.print_msg(f"Using board file: {yaml_file}")341 ksft.print_msg(f"Boards directory '{args.boards_dir}' doesn't exist")353 ksft.print_msg("No matching board file found")
35 def print_msg(msg): function