Home
last modified time | relevance | path

Searched refs:found (Results 1 – 18 of 18) sorted by relevance

/scripts/dtc/
A Dof_unittest_expect310 $found = 0;
315 $found = 1;
384 $found = 0;
389 $found = 1;
404 if ($found) {
447 $found = 0;
450 $found = 1;
455 if ($found) {
470 $found = 0;
473 $found = 1;
[all …]
A Ddt_to_config1124 my $found = 0;
1127 $found = 1;
1130 if (!$found) {
1137 my $found = 0;
1140 $found = 1;
1143 if (!$found) {
A Ddtx_diff301 Preferred 'dtc' (built from Linux kernel source tree) was not found or
/scripts/
A Dshow_delta108 found = 0
116 found = 1
119 if not found:
A Dfaddr2line230 local found=0
245 found=1
249 if [[ $found = 1 ]]; then
252 found=2
257 if [[ $found = 0 ]]; then
265 [[ $found = 1 ]] && sym_size=$(($sec_size - $sym_addr))
A Dget_abi.py177 found=args.found,
A DKconfig.include40 $(error-if,$(failure,command -v $(CC)),C compiler '$(CC)' not found)
41 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
A DMakefile.asm-headers40 $(warning redundant generic-y found in $(src)/Kbuild: $(redundant)))
A Dget_dvb_firmware399 my $found = 0;
424 $found = 1;
432 if (!$found) {
A Dsorttable.c891 int found = 0; in get_mcount_loc() local
899 if (++found == 2) in get_mcount_loc()
903 if (++found == 2) in get_mcount_loc()
A Dasn1_compiler.c1104 goto found; in parse_type()
1110 goto found; in parse_type()
1116 found: in parse_type()
A Dcheckpatch.pl4722 my $found = $1;
4723 if ($sline =~ /\bconst\s+\Q$found\E\s+const\b\s*\*/) {
4725 "'const $found const *' should probably be 'const $found * const'\n" . $herecurr);
4726 } elsif ($sline !~ /\bconst\s+\Q$found\E\s+const\s+\w+\s*\[/) {
4728 "'const $found const' should probably be 'const $found'\n" . $herecurr);
A Dspelling.txt735 fonud||found
/scripts/package/debian/
A Dcopyright3 The sources may be found at most Linux archive sites, including:
16 License version 2 can be found in `/usr/share/common-licenses/GPL-2'.
/scripts/lib/abi/
A Dsystem_symbols.py175 def check_file(self, refs, found): argument
202 if found:
252 found=None, dry_run=None): argument
324 f_list.append(exe.submit(self.check_file, refs, found))
/scripts/ksymoops/
A DREADME3 The latest version can be found in
/scripts/lib/kdoc/
A Dkdoc_parser.py979 found = False
989 found = True
991 if not found:
1010 found = True
1012 if not found:
/scripts/bash-completion/
A Dmake256 # If 'kernel' and 'Documentation' directories are found, we assume this

Completed in 40 milliseconds