Searched refs:check_line (Results 1 – 2 of 2) sorted by relevance
/openbmc/openbmc/poky/meta/lib/oeqa/selftest/cases/ |
H A D | devtool.py | 725 def check_line(checkfile, expected, message, present=True): function 741 check_line(modfile, 'Linux Software RAID', 'Could not find initial string') 742 … check_line(modfile, 'antique pin sardine', 'Unexpectedly found replacement string', present=False) 745 check_line(modfile, 'antique pin sardine', 'mdadm.8.in file not modified (sed failed)') 748 …check_line(manfile, 'antique pin sardine', 'man file not modified. man searched file path: %s' % m… 751 check_line(modfile, 'Linux Software RAID', 'man .in file not restored (git failed)') 754 …check_line(manfile, 'Linux Software RAID', 'man file not updated. man searched file path: %s' % ma…
|
/openbmc/linux/tools/testing/selftests/bpf/prog_tests/ |
H A D | btf.c | 5363 static int check_line(const char *expected_line, int nexpected_line, in check_line() function 5503 err = check_line(expected_line, nexpected_line, in do_test_pprint() 5519 err = check_line(expected_line, nexpected_line, in do_test_pprint()
|