Searched full:txt (Results 1 – 18 of 18) sorted by relevance
52 | tee results.txt53 - grep -q PASS results.txt && ! grep -q FAIL results.txt66 | tee results.txt67 - grep -q PASS results.txt && ! grep -q FAIL results.txt80 | tee results.txt81 - grep -q PASS results.txt && ! grep -q FAIL results.txt112 | tee results.txt113 - grep -q PASS results.txt && ! grep -q FAIL results.txt126 | tee results.txt127 - grep -q PASS results.txt && ! grep -q FAIL results.txt[all …]
33 ACCEL="${ACCEL:-tcg}" ./run_tests.sh -v $TESTS | tee results.txt &&34 grep -q PASS results.txt && ! grep -q FAIL results.txt ;
171 The ./errata.txt file provides a mapping of the commits needed by errata174 from the ./errata.txt file and the host's kernel version is provided to
39 docs/unittests.txt)
61 erratatxt="$srcdir/errata.txt"105 --erratatxt=FILE specify a file to use instead of errata.txt. Use
36 | tee results.txt37 - grep -q PASS results.txt && ! grep -q FAIL results.txt
40 | tee results.txt41 - grep -q PASS results.txt && ! grep -q FAIL results.txt
73 | tee results.txt74 - grep -q PASS results.txt && ! grep -q FAIL results.txt
36 * Documentation/devicetree/bindings/pci/host-generic-pci.txt describes
13 * docs/specs/edu.txt in QEMU repository for EDU device manual.
49 * See kernel Documentation/devicetree/bindings/pci/host-generic-pci.txt
7 * Documentation/devicetree/booting-without-of.txt
7 memory size, etc. See file docs/testdev.txt for more details.
45 * Documentation/devicetree/bindings/interrupt-controller/arm,gic.txt46 * Documentation/devicetree/bindings/interrupt-controller/arm,gic-v3.txt
34 * Documentation/arm64/booting.txt
68 my $spelling_file = "$D/spelling.txt";70 my $codespellfile = "/usr/share/codespell/dictionary.txt";344 # If /usr/share/codespell/dictionary.txt is not present, try to find it345 # under codespell's install directory: <codespell_root>/data/dictionary.txt352 codespell_file = op.join(codespell_dir, 'data', 'dictionary.txt')2718 if ($1 =~ m@Documentation/admin-guide/kernel-parameters.txt$@) {3437 ($realfile =~ m@^Documentation/devicetree/bindings/.*\.txt$@)) {7231 …"__setup appears un-documented -- check Documentation/admin-guide/kernel-parameters.txt\n" . $here…
2374 if (open(SOURCE_MAP, "<.tmp_filelist.txt")) {