/scripts/ |
D | generate_initcall_order.pl | 58 my ($function, $level) = $symbol =~ 65 'level' => $level, 104 my ($level, $counter, $line, $function) = $_ =~ 107 if (!defined($level) || 119 'level' => $level, 208 my $level = $result->{'level'}; 210 if (!exists($sections->{$level})) { 211 $sections->{$level} = []; 218 push(@{$sections->{$level}}, $fsname); 230 foreach my $level (sort(keys(%{$sections}))) { [all …]
|
D | checkpatch.pl | 1368 my $level = 0; 1397 if ($level == 0 && substr($blk, $off) =~ /^.\s*#\s*define/) { 1398 $level++; 1410 push(@stack, [ $type, $level ]); 1412 ($type, $level) = @{$stack[$#stack - 1]}; 1414 ($type, $level) = @{pop(@stack)}; 1419 if ($level == 0 && $c eq ';') { 1424 if ($level == 0 && $coff_set == 0 && 1435 $level++; 1439 $level--; [all …]
|
D | gen_compile_commands.py | 114 level = getattr(logging, log_level) 115 logging.basicConfig(format='%(levelname)s: %(message)s', level=level)
|
D | Kconfig.include | 41 # gcc version including patch level
|
D | kernel-doc | 1168 my $level = 1; 1175 $level-- if ($clause =~ m/(\})/ && $level > 1); 1177 $declaration .= "\t" x $level; 1180 $level++ if ($clause =~ m/(\{)/ && !($clause =~m/\}/));
|
D | unifdef.c | 1087 int level = 0; in skipargs() local 1093 level++; in skipargs() 1095 level--; in skipargs() 1097 } while (level != 0 && *cp != '\0'); in skipargs() 1098 if (level == 0) in skipargs()
|
D | asn1_compiler.c | 1210 static void dump_element(const struct element *e, int level) in dump_element() argument 1238 level, "", in dump_element() 1244 dump_element(e->type->type->element, level + 3); in dump_element() 1247 dump_element(c, level + 3); in dump_element()
|
/scripts/dtc/ |
D | fdtget.c | 140 int level = 0; /* keep track of nesting level */ in list_subnodes() local 144 while (level >= 0) { in list_subnodes() 149 if (level <= depth) { in list_subnodes() 154 if (level == 1) in list_subnodes() 157 level++; in list_subnodes() 158 if (level >= MAX_LEVEL) { in list_subnodes() 164 level--; in list_subnodes() 165 if (level == 0) in list_subnodes() 166 level = -1; /* exit the loop */ in list_subnodes() 173 if (level <= depth) in list_subnodes()
|
D | srcpos.c | 312 srcpos_string_comment(struct srcpos *pos, bool first_line, int level) in srcpos_string_comment() argument 318 if (level > 1) { in srcpos_string_comment() 330 else if (level > 1) in srcpos_string_comment() 340 if (level > 1) in srcpos_string_comment() 352 rest = srcpos_string_comment(pos->next, first_line, level); in srcpos_string_comment() 363 char *srcpos_string_first(struct srcpos *pos, int level) in srcpos_string_first() argument 365 return srcpos_string_comment(pos, true, level); in srcpos_string_first() 368 char *srcpos_string_last(struct srcpos *pos, int level) in srcpos_string_last() argument 370 return srcpos_string_comment(pos, false, level); in srcpos_string_last()
|
D | treesource.c | 34 static void write_prefix(FILE *f, int level) in write_prefix() argument 38 for (i = 0; i < level; i++) in write_prefix() 281 static void write_tree_source_node(FILE *f, struct node *tree, int level) in write_tree_source_node() argument 288 write_prefix(f, level); in write_tree_source_node() 306 write_prefix(f, level+1); in write_tree_source_node() 314 write_tree_source_node(f, child, level+1); in write_tree_source_node() 316 write_prefix(f, level); in write_tree_source_node()
|
D | srcpos.h | 92 extern char *srcpos_string_first(struct srcpos *pos, int level); 93 extern char *srcpos_string_last(struct srcpos *pos, int level);
|
/scripts/gdb/linux/ |
D | clk.py | 29 def show_subtree(self, clk, level): argument 31 level * 3 + 1, "", 32 30 - level * 3, 41 self.show_subtree(child, level + 1)
|
D | device.py | 90 def _show_device(dev, level=0, recursive=False): argument 91 gdb.write('{}dev {}:\t{}\n'.format('\t' * level, dev_name(dev), dev)) 94 _show_device(child, level + 1, recursive) 108 _show_device(dev, level=1) 128 _show_device(dev, level=1) 147 _show_device(dev, level=0, recursive=True)
|
/scripts/kconfig/tests/ |
D | pytest.ini | 5 # them as top-level modules. It is silly to prefix or suffix a test file with
|
/scripts/coccinelle/api/ |
D | stream_open.cocci | 49 // XXX currently reader_blocks supports only direct and 1-level indirect cases.
|