Searched refs:ln (Results 1 – 14 of 14) sorted by relevance
| /scripts/lib/kdoc/ |
| A D | kdoc_parser.py | 117 def __init__(self, config, ln): argument 297 def reset_state(self, ln): argument 520 self.emit_msg(ln, 564 self.emit_msg(ln, 1013 self.emit_msg(ln, 1018 self.emit_msg(ln, 1139 self.reset_state(ln) 1281 if self.is_new_section(ln, line) or self.is_comment_end(ln, line): 1321 if self.is_new_section(ln, line) or self.is_comment_end(ln, line): 1361 if self.is_new_section(ln, line) or self.is_comment_end(ln, line): [all …]
|
| A D | kdoc_output.py | 272 def print_lineno(self, ln): argument 276 ln += 1 374 ln = args.declaration_start_line 390 self.print_lineno(ln) 406 self.print_lineno(ln) 446 ln = args.declaration_start_line 450 self.print_lineno(ln) 475 ln = args.declaration_start_line 479 self.print_lineno(ln) 494 ln = args.declaration_start_line [all …]
|
| A D | kdoc_files.py | 282 ln = arg.get("ln", 0) 286 fname, ln, dtype)
|
| /scripts/ |
| A D | get_feat.pl | 58 my ($file, $ln, $msg, $data) = @_; 62 print STDERR "Warning: file $file#$ln:\n\t$msg"; 116 my $ln; 123 $ln++; 180 parse_error($file, $ln, "line is invalid", $_); 185 parse_error($file, $ln, "Feature name not found", ""); 194 parse_error($file, $ln, "Architecture table not found", ""); 482 my $ln = 0; 484 if (!$ln) { 487 } elsif ($ln >= 2 && scalar(@descs)) { [all …]
|
| A D | documentation-file-ref-check | 89 my $ln = $2; 104 next if ($ln =~ m,\b(\S*)Documentation/output,); 106 if ($ln =~ m,\b(\S*)(Documentation/[A-Za-z0-9\_\.\,\~/\*\[\]\?+-]*)(.*),) {
|
| A D | Makefile.vdsoinst | 39 cmd_symlink = mkdir -p $(dir $@); ln -sf --relative $< $@
|
| A D | Makefile.package | 59 $(Q)ln -f linux.tar.gz rpmbuild/SOURCES/linux.tar.gz 112 ln -f $< ../$(orig-name); \ 154 @ln -srf $(srctree)/scripts/package/PKGBUILD $(objtree)/PKGBUILD
|
| A D | Makefile.modinst | 25 cmd_symlink = ln -s $(CURDIR) $@
|
| A D | checkpatch.pl | 2746 for (my $ln = $linenr + 1; $cnt > 0; $ln++) { 2747 next if (defined $rawlines[$ln - 1] && 2748 $rawlines[$ln - 1] =~ /^-/); 3632 my $ln = $linenr; 3636 while (defined $lines[$ln]) { 3637 my $f = $lines[$ln++]; 5925 my $ln = $linenr; 5931 ($dstat, $dcond, $ln, $cnt, $off) = 6101 my $ln = $linenr; 6105 ($dstat, $dcond, $ln, $cnt, $off) = [all …]
|
| /scripts/package/ |
| A D | builddeb | 122 ln -sf --relative "${dbg}" "${link}" 133 ln -s ../lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/boot/vmlinux-${KERNELRELEASE} 135 ln -s lib/modules/${KERNELRELEASE}/vmlinux ${pdir}/usr/lib/debug/vmlinux-${KERNELRELEASE} 145 ln -s /usr/src/linux-headers-$version $pdir/lib/modules/$version/build
|
| A D | PKGBUILD | 100 ln -sr "${builddir}" "${pkgdir}/usr/src/${pkgbase}" 123 ln -sr "${debugdir}/vmlinux" "${builddir}/vmlinux"
|
| A D | kernel.spec | 97 ln -fns /usr/src/kernels/%{KERNELRELEASE} %{buildroot}/lib/modules/%{KERNELRELEASE}/build
|
| /scripts/lib/abi/ |
| A D | abi_parser.py | 79 def add_symbol(self, what, fname, ln=None, xref=None): argument 88 if ln and ln not in self.what_symbols[what]["file"][fname]: 89 self.what_symbols[what]["file"][fname].append(ln) 128 self.add_symbol(what=content, fname=fdata.fname, ln=fdata.ln) 139 ln=fdata.what_ln, xref=fdata.key) 164 "line_no": fdata.ln, 171 fdata.what_ln = fdata.ln 306 fdata.ln = 0 336 fdata.ln += 1 547 ln = v.get("line_no", 1) [all …]
|
| /scripts/gdb/linux/ |
| A D | Makefile | 8 cmd_symlink = ln -fsn $(patsubst $(obj)/%,$(abspath $(src))/%,$@) $@
|
Completed in 24 milliseconds