Lines Matching refs:file
464 my $file = shift @ARGV;
465 push(@export_file_list, $file);
569 my $file = shift;
589 print STDERR "${file}:$.: warning: duplicate section name '$name'\n";
606 my $file = shift;
620 dump_section($file, $name, $contents);
1200 my ($prototype, $file) = @_;
1211 my $file = shift;
1232 …print STDERR "${file}:$.: warning: expecting prototype for $decl_type $identifier. Prototype was f…
1337 create_parameterlist($members, ';', $file, $declaration_name);
1338 check_sections($file, $declaration_name, $decl_type, $sectcheck, $struct_actual);
1376 print STDERR "${file}:$.: error: Cannot parse struct or union!\n";
1416 my $file = shift;
1435 print STDERR "${file}:$.: warning: wrong kernel-doc identifier on line:\n";
1437 …print STDERR "${file}:$.: warning: expecting prototype for enum $identifier. Prototype was for enu…
1453 … print STDERR "${file}:$.: warning: Enum value '$arg' not described in enum '$declaration_name'\n";
1462 … print STDERR "${file}:$.: warning: Excess enum value '$k' description in '$declaration_name'\n";
1478 print STDERR "${file}:$.: error: Cannot parse enum!\n";
1492 my $file = shift;
1504 …print STDERR "${file}:$.: warning: expecting prototype for typedef $identifier. Prototype was for …
1508 create_parameterlist($args, ',', $file, $declaration_name);
1535 …print STDERR "${file}:$.: warning: expecting prototype for typedef $identifier. Prototype was for …
1549 print STDERR "${file}:$.: error: Cannot parse typedef!\n";
1565 my $file = shift;
1588 push_parameter($arg, "", "", $file);
1597 push_parameter($param, $type, $arg, $file, $declaration_name);
1623 push_parameter($2, "$type $1", $arg, $file, $declaration_name);
1628 push_parameter($1, "$type:$2", $arg, $file, $declaration_name)
1633 push_parameter($param, $type, $arg, $file, $declaration_name);
1644 my $file = shift;
1692 …"${file}:$.: warning: Function parameter or member '$param' not described in '$declaration_name'\n…
1712 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck) = @_;
1741 print STDERR "${file}:$.: warning: " .
1754 my $file = shift;
1766 print STDERR "${file}:$.: warning: " .
1779 my $file = shift;
1848 create_parameterlist($args, ',', $file, $declaration_name);
1850 print STDERR "${file}:$.: warning: cannot understand function prototype: '$prototype'\n";
1855 …print STDERR "${file}:$.: warning: expecting prototype for $identifier(). Prototype was for $decla…
1860 check_sections($file, $declaration_name, "function", $sectcheck, $prms);
1868 check_return_section($file, $declaration_name, $return_type);
1919 my $file = shift;
1937 print STDERR "${file}:$.: warning: Unrecognized tracepoint format: \n".
1981 my $file = shift;
2007 tracepoint_munge($file);
2009 dump_function($prototype, $file);
2016 my $file = shift;
2037 dump_declaration($prototype, $file);
2051 my $file;
2055 $file = "$ENV{'SRCTREE'}" . "/" . $orig_file;
2057 $file = $orig_file;
2060 if (defined($source_map{$file})) {
2061 $file = $source_map{$file};
2064 return $file;
2069 my $file = map_filename($orig_file);
2071 if (!open(IN,"<$file")) {
2072 print STDERR "Error: Cannot open file $file\n";
2104 my $file = shift;
2163 …print STDERR "${file}:$.: warning: This comment starts with '/**', but isn't a kernel-doc comment.…
2170 print STDERR "${file}:$.: warning: missing initial short description on line:\n";
2176 print STDERR "${file}:$.: warning: wrong kernel-doc identifier on line:\n";
2183 print STDERR "${file}:$.: info: Scanning doc for $decl_type $identifier\n";
2186 print STDERR "${file}:$.: warning: Cannot understand $_ on line $.",
2198 my $file = shift;
2207 … print STDERR "${file}:$.: warning: Variable macro arguments should be documented without dots\n";
2213 dump_section($file, $section, $contents);
2237 print STDERR "${file}:$.: warning: contents before sections\n";
2240 dump_section($file, $section, $contents);
2258 dump_section($file, $section, $contents);
2264 print STDERR "${file}:$.: warning: suspicious ending line: $_";
2275 dump_section($file, $section, $contents);
2309 print STDERR "${file}:$.: warning: bad line: $_";
2319 my $file = shift;
2326 dump_section($file, $section, $contents);
2334 process_proto_function($_, $file);
2336 process_proto_type($_, $file);
2344 my $file = shift;
2347 dump_doc_section($file, $section, $contents);
2371 my $file = shift;
2388 dump_section($file, $section, $contents);
2404 print STDERR "${file}:$.: warning: ";
2413 my $file;
2417 $file = map_filename($orig_file);
2419 if (!open(IN_FILE,"<$file")) {
2420 print STDERR "Error: Cannot open file $file\n";
2438 process_name($file, $_);
2441 process_body($file, $_);
2443 process_inline($file, $_);
2445 process_proto($file, $_);
2447 process_docblock($file, $_);
2455 print STDERR "${file}:1: warning: '$_' not found\n"
2459 print STDERR "${file}:1: warning: no structured comments found\n";