Home
last modified time | relevance | path

Searched refs:_ (Results 1 – 25 of 48) sorted by relevance

12

/scripts/
Dleaking_addresses.pl82 my ($exitcode) = @_;
139 printf "\t%s\n", $_;
164 printf(STDERR @_) if $debug;
195 my ($desc) = @_;
221 my ($option) = @_;
262 my ($option, $file) = @_;
281 my ($match) = @_;
303 my ($match) = @_;
337 my ($match) = @_;
349 my ($line) = @_;
[all …]
Dasn1_compiler.c206 #define _(X) [DIRECTIVE_##X] = #X macro
207 _(ABSENT),
208 _(ALL),
209 _(ANY),
210 _(APPLICATION),
211 _(AUTOMATIC),
212 _(BEGIN),
213 _(BIT),
214 _(BMPString),
215 _(BOOLEAN),
[all …]
Dheaderdep.pl31 my @headers = grep { strip($_) } @ARGV;
89 my @queue = @_;
143 my @queue = map { [[0, $_]] } @_;
153 if(grep { $_->[1] eq $dep->[1] } @$top) {
165 $_ = shift;
169 $_;
Dstackdelta52 my @common = sort grep {exists $new->{$_}} keys %$old;
54 my $x = $old->{$_}{size};
55 my $y = $new->{$_}{size};
58 printf "%s\t%d\t%d\t%+d\n", $_, $x, $y, $delta;
Dexport_report.pl27 my ($href) = @_;
43 print "Usage: @_ -h -k Module.symvers [ -o outputfile ] \n",
58 push (@file, $_)
119 $state = 1 if ($_ =~ /static const struct modversion_info/);
123 $state = 2 if ($_ =~ /__attribute__\(\(section\("__versions"\)\)\)/);
127 if ( $_ !~ /0x[0-9a-f]+,/ ) {
Dkernel-doc470 my $contents = join "\n", @_;
507 my $contents = join "\n", @_;
539 my $contents = join "\n",@_;
575 my %args = %{$_[0]};
626 my %args = %{$_[0]};
667 my %args = %{$_[0]};
702 my %args = %{$_[0]};
717 my %args = %{$_[0]};
739 my %args = %{$_[0]};
770 my $input = join "\n",@_;
[all …]
Dget_maintainer.pl184 my $line = $_;
209 my $line = $_;
226 if ($_ =~ /^-{1,2}self-test(?:=|$)/) {
340 my ($file) = @_;
346 my $line = $_;
378 my ($file) = $_;
386 return grep { $_ !~ /^\.git$/; } @_;
559 my $patch_line = $_;
773 my ($address) = @_;
783 my ($start, $end) = @_;
[all …]
Dnamespace.pl163 my $basename = $_;
164 $_ = $File::Find::name;
216 do_nm($basename, $_);
218 $_ = $basename; # File::Find expects $_ untouched (undocumented)
223 my ($basename, $fullname) = @_;
253 $comment .= substr($_, 43);
268 ($type, $name) = (split(/ +/, $_, 3))[1..2];
347 my ($object, $name) = @_;
464 if (exists($export{$_})) {
Dcheckincludes.pl54 push(@file_lines, $_);
82 print {$f} $_;
87 print {$f} $_;
Dparse-maintainers.pl45 my ($a, $b) = @_;
58 my ($a, $b) = @_;
92 my ($hashref, $filename) = (@_);
117 my ($hashref, $filename) = (@_);
126 my $line = $_;
Dgenerate_initcall_order.pl40 my ($object) = @_;
52 my ($counter, $line, $symbol) = $_ =~ /^__initcall_(\d+)_(\d+)_(.*)$/;
104 my ($level, $counter, $line, $function) = $_ =~
181 push(@output, $_);
194 push(@objects, $_);
Dprofile2linkerlist.pl14 my $line = $_;
16 $_ =~ /\W*[0-9]+\W*([a-zA-Z\_0-9]+)\W*[0-9]+/;
Dsplit-man.pl22 print OUT $_;
24 print OUT $_;
Dmarkup_oops.pl48 my ($line) = @_;
88 my ($reg) = @_;
97 my ($line, $cntr) = @_;
157 my $line = $_;
204 if ($_ =~ /^([0-9a-f]+) \<$function\>\:/) {
219 my ($address, $target) = @_;
238 my $line = $_;
Dcheckversion.pl45 if (($_ =~ /LINUX_VERSION_CODE/) || ($_ =~ /\WKERNEL_VERSION/)) {
Dget_abi.pl40 my ($file, $ln, $msg, $data) = @_;
92 parse_error($file, $ln, "tag '$tag' is invalid", $_);
98 parse_error($file, $ln, "tag 'Where' is invalid. Should be 'What:' instead", $_);
136 parse_error($file, $ln, "'What:' should come first:", $_);
157 $data{$nametag}->{description} .= $_;
170 my $content = $_;
194 parse_error($file, $ln, "Unexpected line:", $_);
Dcheckpatch.pl69 my ($exitcode) = @_;
136 return grep { !$seen{$_}++ } @_;
140 my ($exitcode) = @_;
155 push (@types, $_);
173 my $line = $_;
195 if ($_ eq "--color" || $_ eq "-color") {
196 $_ = "--color=$color";
271 my ($hashRef, $arrayRef) = @_;
288 my ($hashRef, $prefix) = @_;
650 my ($string) = @_;
[all …]
/scripts/kconfig/
Dstreamline_config.pl56 print STDERR @_;
156 my ($kconfig) = @_;
180 $_ = $line . " " . $_;
185 $line = $_;
274 my ($line, %vars) = @_;
310 $line .= $_;
311 $_ = $line;
317 $_ = convert_vars($_, %make_vars);
427 $_ = $line;
448 my ($p) = @_;
[all …]
/scripts/atomic/fallbacks/
Drelease3 ${atomic}_${pfx}${name}${sfx}_release(${params})
6 ${retstmt}${atomic}_${pfx}${name}${sfx}_relaxed(${args});
Ddec3 ${atomic}_${pfx}dec${sfx}${order}(${atomic}_t *v)
5 ${retstmt}${atomic}_${pfx}sub${sfx}${order}(1, v);
Dinc3 ${atomic}_${pfx}inc${sfx}${order}(${atomic}_t *v)
5 ${retstmt}${atomic}_${pfx}add${sfx}${order}(1, v);
Dacquire3 ${atomic}_${pfx}${name}${sfx}_acquire(${params})
5 ${ret} ret = ${atomic}_${pfx}${name}${sfx}_relaxed(${args});
Dfence3 ${atomic}_${pfx}${name}${sfx}(${params})
7 ret = ${atomic}_${pfx}${name}${sfx}_relaxed(${args});
Dandnot3 ${atomic}_${pfx}andnot${sfx}${order}(${int} i, ${atomic}_t *v)
5 ${retstmt}${atomic}_${pfx}and${sfx}${order}(~i, v);
/scripts/coccinelle/api/
Dcheck_bq27xxx_data.cocci75 (_,i1regs_vals) << getregs1.i1regs_vals;
76 (_,i2regs_vals) << getregs2.i2regs_vals;
111 (_,i1dmregs_vals) << getdmregs1.i1dmregs_vals;
112 (_,i2dmregs_vals) << getdmregs2.i2dmregs_vals;
147 (_,i1props_vals) << getprops1.i1props_vals;
148 (_,i2props_vals) << getprops2.i2props_vals;

12