Lines Matching refs:PRINT_FAIL
260 PRINT_FAIL("Can't find btf_type for id %d\n", btf_id); in find_field_offset_aux()
265 PRINT_FAIL("BTF id %d is not struct or union\n", btf_id); in find_field_offset_aux()
302 PRINT_FAIL("Malformed pattern: type ident is too long: %d\n", type_sz); in find_field_offset()
307 PRINT_FAIL("Malformed pattern: field ident is too long: %d\n", field_sz); in find_field_offset()
315 PRINT_FAIL("No BTF info for type %s\n", type_str); in find_field_offset()
321 PRINT_FAIL("No BTF info for field %s::%s\n", type_str, field_str); in find_field_offset()
335 PRINT_FAIL("Can't alloc regex\n"); in compile_regex()
344 PRINT_FAIL("Can't compile regex: %s\n", errbuf); in compile_regex()
541 PRINT_FAIL("Unexpected end of pattern\n"); in match_pattern()
557 PRINT_FAIL("Field reference expected\n"); in match_pattern()
571 PRINT_FAIL("No match for group offset %.*s (%d)\n", in match_pattern()
593 PRINT_FAIL("No match for field offset %.*s (%d)\n", in match_pattern()
655 PRINT_FAIL("Can't allocate %d bytes\n", MAX_PROG_TEXT_SZ); in match_program()
669 PRINT_FAIL("Can't load program, errno %d (%s), verifier log:\n%s\n", in match_program()
678 PRINT_FAIL("Can't load back BPF program\n"); in match_program()
684 PRINT_FAIL("Can't open memory stream\n"); in match_program()
727 PRINT_FAIL("Unexpected field size: %d, want 8,4,2 or 1\n", test->field_sz); in run_one_testcase()
810 PRINT_FAIL("Can't load vmlinux BTF, errno %d (%s)\n", errno, strerror(errno)); in test_ctx_rewrite()