| /scripts/ |
| D | documentation-file-ref-check | 108 my $ref = $2; 119 $ref =~ s/(txt|rst)\[\d+]$/$1/; 122 $ref =~ s/\].*// if (!($ref =~ m/\[/)); 125 $ref =~ s/[\,\.]+$//; 127 my $fulref = "$prefix$ref"; 144 next if (grep -e, glob("$ref $fulref")); 151 next if (grep -e, glob("$path/$ref $path/../$ref $path/$fulref")); 160 if (!($ref =~ m/(scripts|Kconfig|Kbuild)/)) { 161 $broken_ref{$ref}++; 177 foreach my $ref (keys %broken_ref) { [all …]
|
| D | check-uapi.sh | 146 local -r ref="$1" 147 local -r tree="$(get_header_tree "$ref")" 155 local -r ref="$1" 160 eprintf "error - no usr/include/Makefile present at %s\n" "$ref" 196 local -r ref="$1" 197 local -r install_dir="$(get_header_tree "$ref")" 207 for ref in "$base_ref" "$past_ref"; do 209 if [ -n "$ref" ]; then 210 git archive --format=tar --prefix="${ref}-archive/" "$ref" \ 213 cd "${TMP_DIR}/${ref}-archive" [all …]
|
| D | leaking_addresses.pl | 658 my ($ref, $desc) = @_; 663 if (keys %$ref == 0) { 668 foreach(keys %$ref) { 669 my $lines = $ref->{$_};
|
| D | get_maintainer.pl | 1837 foreach my $ref (@{$commit_author}) { 1838 print STDERR " Author: @{$ref}[1]\n"; 1843 foreach my $ref (@{$commit_signer}) { 1844 print STDERR " @{$ref}[2]: @{$ref}[1]\n"; 2125 foreach my $ref(@{$commit_author_hash{$authors[$i]}}) { 2126 if (@{$ref}[0] eq $commits[$i] && 2127 @{$ref}[1] eq $subjects[$i]) { 2160 foreach my $ref(@{$commit_signer_hash{$signer}}) { 2161 if (@{$ref}[0] eq $commit && 2162 @{$ref}[1] eq $subject && [all …]
|
| D | asn1_compiler.c | 859 struct type **ref; in parse_type() local 1012 ref = bsearch(cursor, type_index, nr_types, sizeof(type_index[0]), in parse_type() 1014 if (!ref) { in parse_type() 1019 cursor->type = *ref; in parse_type() 1020 (*ref)->ref_count++; in parse_type()
|
| D | checkpatch.pl | 4491 my $ref = $1; 4493 $ref .= $1; 4494 $ref =~ s/\s//g; 4496 "Avoid multiple line dereference - prefer '$ref'\n" . $hereprev);
|
| /scripts/dtc/ |
| D | livetree.c | 228 struct node * add_orphan_node(struct node *dt, struct node *new_node, char *ref) in add_orphan_node() argument 236 if (ref[0] == '/') { in add_orphan_node() 237 d = data_add_marker(d, TYPE_STRING, ref); in add_orphan_node() 238 d = data_append_data(d, ref, strlen(ref) + 1); in add_orphan_node() 242 d = data_add_marker(d, REF_PHANDLE, ref); in add_orphan_node() 487 if (streq(m->ref, label)) in get_marker_label() 583 struct node *get_node_by_ref(struct node *tree, const char *ref) in get_node_by_ref() argument 588 if (streq(ref, "/")) in get_node_by_ref() 591 if (ref[0] == '/') in get_node_by_ref() 592 path = ref; in get_node_by_ref() [all …]
|
| D | treesource.c | 153 m->ref = NULL; in add_string_markers() 227 dummy_marker.ref = NULL; in write_propval() 241 fprintf(f, " %s:", m->ref); in write_propval() 257 if (m_phandle->ref[0] == '/') in write_propval() 258 fprintf(f, "&{%s}", m_phandle->ref); in write_propval() 260 fprintf(f, "&%s", m_phandle->ref); in write_propval()
|
| D | data.c | 15 free(m->ref); in data_free() 227 struct data data_add_marker(struct data d, enum markertype type, char *ref) in data_add_marker() argument 234 m->ref = ref; in data_add_marker()
|
| D | dtc.h | 130 char *ref; member 186 struct data data_add_marker(struct data d, enum markertype type, char *ref); 277 struct node *add_orphan_node(struct node *old_node, struct node *new_node, char *ref); 301 struct node *get_node_by_ref(struct node *tree, const char *ref);
|
| D | dtc-parser.y | 27 static bool is_ref_relative(const char *ref) in is_ref_relative() argument 29 return ref[0] != '/' && strchr(&ref[1], '/'); in is_ref_relative()
|
| D | checks.c | 481 check_duplicate_label(c, dti, m->ref, node, prop, m); in check_duplicate_label_node() 507 if (node != get_node_by_ref(root, m->ref)) in check_phandle_prop() 617 refnode = get_node_by_ref(dt, m->ref); in fixup_phandle_references() 621 "label \"%s\"\n", m->ref); in fixup_phandle_references() 652 refnode = get_node_by_ref(dt, m->ref); in fixup_path_references() 655 m->ref); in fixup_path_references()
|
| D | flattree.c | 157 emit_offset_label(f, m->ref, m->offset); in asm_emit_data()
|
| /scripts/gdb/linux/ |
| D | modules.py | 87 ref=str(module['refcnt']['counter'] - 1)))
|
| /scripts/coccinelle/free/ |
| D | kfree.cocci | 126 cocci.print_secs("ref",p2)
|
| /scripts/gcc-plugins/ |
| D | gcc-common.h | 432 static inline cgraph_node_ptr ipa_ref_referring_node(struct ipa_ref *ref) in ipa_ref_referring_node() argument 434 return dyn_cast<cgraph_node_ptr>(ref->referring); in ipa_ref_referring_node()
|