Lines Matching refs:root
45 my $root;
218 'root=s' => \$root,
320 if (defined $root) {
321 if (!top_of_kernel_tree($root)) {
322 die "$P: $root: --root does not point at a valid tree\n";
326 $root = '.';
329 $root = $1;
333 if (!defined $root) {
880 return 0 if (!$tree || !(-e "$root/scripts/get_maintainer.pl"));
882 …my $status = `perl $root/scripts/get_maintainer.pl --status --nom --nol --nogit --nogit-fallback -…
890 …return 1 if (!$tree || which("python") eq "" || !(-e "$root/scripts/spdxcheck.py") || !(-e "$root/…
892 my $root_path = abs_path($root);
914 $files = `find $root/include -name "*.h"`;
1097 my ($root) = @_;
1106 if (! -e $root . '/' . $check) {
2174 if (-f "$root/$file") {
2507 -e "$root/$p1_prefix") {
3038 if (defined $root &&
3044 my $dt_path = $root . "/Documentation/devicetree/bindings/";
5070 if (-f "$root/$checkfile" &&
5074 my $asminclude = `grep -Ec "#include\\s+<asm/$file>" $root/$checkfile`;