Home
last modified time | relevance | path

Searched refs:func (Results 1 – 6 of 6) sorted by relevance

/scripts/
A Dcheckstack.pl113 my ($func, $file, $lastslash);
117 $func = $1;
143 my $intro = "$addr $func [$file]:";
160 my $intro = "$addr $func [$file]:";
A Dkernel-doc1158 my $func = "output_${functype}_$output_mode";
1169 &$func(@_);
1178 my $func = "output_blockhead_" . $output_mode;
1179 &$func(@_);
1189 my $func = "dump_" . $decl_type;
1190 &$func(@_);
A Dcheckpatch.pl6386 my $func = $1;
6388 "$func(NULL) is safe and this check is probably not required\n" . $hereprev) &&
6398 if ($lines[$linenr - 1] =~ /^\+(\t+)$func\s*\(\s*$tested\s*\)\s*;\s*$/) {
6554 my $func = $constant_func;
6555 $func =~ s/^__constant_//;
6557 "$constant_func should be $func\n" . $herecurr) &&
6559 $fixed[$fixlinenr] =~ s/\b$constant_func\b/$func/g;
7490 my $func = $entry->[0];
7502 my $test = "\\b$func\\s*\\(${skip_args}($FuncArg(?:\\|\\s*$FuncArg)*)\\s*[,\\)]";
7506 if (!($func =~ /^(?:module_param|proc_create)/ && $val eq "0") &&
/scripts/kconfig/
A Dnconf.c302 const char *func; member
311 .func = "Help",
317 .func = "SymInfo",
323 .func = "Help 2",
329 .func = "ShowAll",
335 .func = "Back",
341 .func = "Save",
347 .func = "Load",
353 .func = "SymSearch",
359 .func = "Exit",
[all …]
A Dpreprocess.c106 char *(*func)(int argc, char *argv[]); member
217 return f->func(argc, argv); in function_expand()
/scripts/dtc/
A Dchecks.c858 unsigned int dev, func, reg; in check_pci_device_reg() local
876 func = (reg & 0x700) >> 8; in check_pci_device_reg()
883 if (func == 0) { in check_pci_device_reg()
889 snprintf(unit_addr, sizeof(unit_addr), "%x,%x", dev, func); in check_pci_device_reg()

Completed in 50 milliseconds