Searched refs:found (Results 1 – 18 of 18) sorted by relevance
/scripts/dtc/ |
A D | of_unittest_expect | 310 $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 D | dt_to_config | 1124 my $found = 0; 1127 $found = 1; 1130 if (!$found) { 1137 my $found = 0; 1140 $found = 1; 1143 if (!$found) {
|
A D | dtx_diff | 301 Preferred 'dtc' (built from Linux kernel source tree) was not found or
|
/scripts/ |
A D | show_delta | 108 found = 0 116 found = 1 119 if not found:
|
A D | faddr2line | 230 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 D | get_abi.py | 177 found=args.found,
|
A D | Kconfig.include | 40 $(error-if,$(failure,command -v $(CC)),C compiler '$(CC)' not found) 41 $(error-if,$(failure,command -v $(LD)),linker '$(LD)' not found)
|
A D | Makefile.asm-headers | 40 $(warning redundant generic-y found in $(src)/Kbuild: $(redundant)))
|
A D | get_dvb_firmware | 399 my $found = 0; 424 $found = 1; 432 if (!$found) {
|
A D | sorttable.c | 891 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 D | asn1_compiler.c | 1104 goto found; in parse_type() 1110 goto found; in parse_type() 1116 found: in parse_type()
|
A D | checkpatch.pl | 4722 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 D | spelling.txt | 735 fonud||found
|
/scripts/package/debian/ |
A D | copyright | 3 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 D | system_symbols.py | 175 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 D | README | 3 The latest version can be found in
|
/scripts/lib/kdoc/ |
A D | kdoc_parser.py | 979 found = False 989 found = True 991 if not found: 1010 found = True 1012 if not found:
|
/scripts/bash-completion/ |
A D | make | 256 # If 'kernel' and 'Documentation' directories are found, we assume this
|
Completed in 40 milliseconds