Lines Matching refs:file
323 my $file = shift @ARGV;
324 push(@export_file_list, $file);
402 my $file = shift;
422 emit_warning("${file}:$.", "duplicate section name '$name'\n");
438 my $file = shift;
452 dump_section($file, $name, $contents);
1034 my ($prototype, $file) = @_;
1045 my $file = shift;
1066 …emit_warning("${file}:$.", "expecting prototype for $decl_type $identifier. Prototype was for $dec…
1179 create_parameterlist($members, ';', $file, $declaration_name);
1180 check_sections($file, $declaration_name, $decl_type, $sectcheck, $struct_actual);
1217 print STDERR "${file}:$.: error: Cannot parse struct or union!\n";
1257 my $file = shift;
1279 emit_warning("${file}:$.", "wrong kernel-doc identifier on line:\n");
1281 …emit_warning("${file}:$.", "expecting prototype for enum $identifier. Prototype was for enum $decl…
1298 … emit_warning("${file}:$.", "Enum value '$arg' not described in enum '$declaration_name'\n");
1307 … emit_warning("${file}:$.", "Excess enum value '$k' description in '$declaration_name'\n");
1323 print STDERR "${file}:$.: error: Cannot parse enum!\n";
1337 my $file = shift;
1349 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1353 create_parameterlist($args, ',', $file, $declaration_name);
1380 …emit_warning("${file}:$.", "expecting prototype for typedef $identifier. Prototype was for typedef…
1393 print STDERR "${file}:$.: error: Cannot parse typedef!\n";
1409 my $file = shift;
1434 push_parameter($arg, "", "", $file);
1443 push_parameter($param, $type, $arg, $file, $declaration_name);
1452 push_parameter($param, $type, $arg, $file, $declaration_name);
1478 push_parameter($2, "$type $1", $arg, $file, $declaration_name);
1482 push_parameter($1, "$type:$2", $arg, $file, $declaration_name)
1486 push_parameter($param, $type, $arg, $file, $declaration_name);
1497 my $file = shift;
1548 …emit_warning("${file}:$.", "Function parameter or struct member '$param' not described in '$declar…
1567 my ($file, $decl_name, $decl_type, $sectcheck, $prmscheck) = @_;
1596 emit_warning("${file}:$.",
1602 emit_warning("${file}:$.",
1614 my $file = shift;
1627 emit_warning("${file}:$.",
1639 my $file = shift;
1713 create_parameterlist($args, ',', $file, $declaration_name);
1715 emit_warning("${file}:$.", "cannot understand function prototype: '$prototype'\n");
1720 …emit_warning("${file}:$.", "expecting prototype for $identifier(). Prototype was for $declaration_…
1725 check_sections($file, $declaration_name, "function", $sectcheck, $prms);
1733 check_return_section($file, $declaration_name, $return_type);
1786 my $file = shift;
1804 emit_warning("${file}:$.", "Unrecognized tracepoint format: \n".
1848 my $file = shift;
1873 tracepoint_munge($file);
1875 dump_function($prototype, $file);
1882 my $file = shift;
1903 dump_declaration($prototype, $file);
1917 my $file;
1921 $file = "$ENV{'SRCTREE'}" . "/" . $orig_file;
1923 $file = $orig_file;
1926 return $file;
1931 my $file = map_filename($orig_file);
1933 if (!open(IN,"<$file")) {
1934 print STDERR "Error: Cannot open file $file\n";
1969 my $file = shift;
2028 …emit_warning("${file}:$.", "This comment starts with '/**', but isn't a kernel-doc comment. Refer …
2033 emit_warning("${file}:$.", "missing initial short description on line:\n$_");
2037 emit_warning("${file}:$.", "wrong kernel-doc identifier on line:\n$_");
2042 print STDERR "${file}:$.: info: Scanning doc for $decl_type $identifier\n";
2045 … emit_warning("${file}:$.", "Cannot understand $_ on line $. - I thought it was a doc line\n");
2055 my $file = shift;
2058 dump_section($file, $section, $contents);
2081 dump_section($file, $section, $contents);
2098 dump_section($file, $section, $contents);
2104 emit_warning("${file}:$.", "suspicious ending line: $_");
2114 dump_section($file, $section, $contents);
2148 emit_warning("${file}:$.", "bad line: $_");
2157 my $file = shift;
2164 dump_section($file, $section, $contents);
2172 process_proto_function($_, $file);
2174 process_proto_type($_, $file);
2182 my $file = shift;
2185 dump_doc_section($file, $section, $contents);
2209 my $file = shift;
2226 dump_section($file, $section, $contents);
2242 emit_warning("${file}:$.", "Incorrect use of kernel-doc format: $_");
2249 my $file;
2252 $file = map_filename($orig_file);
2254 if (!open(IN_FILE,"<$file")) {
2255 print STDERR "Error: Cannot open file $file\n";
2273 process_name($file, $_);
2276 process_body($file, $_);
2278 process_inline($file, $_);
2280 process_proto($file, $_);
2282 process_docblock($file, $_);
2289 emit_warning("${file}:1", "'$_' not found\n")
2292 emit_warning("${file}:1", "no structured comments found\n");