Home
last modified time | relevance | path

Searched refs:ref (Results 1 – 15 of 15) sorted by relevance

/scripts/
Ddocumentation-file-ref-check105 my $ref = $2;
116 $ref =~ s/(txt|rst)\[\d+]$/$1/;
119 $ref =~ s/\].*// if (!($ref =~ m/\[/));
122 $ref =~ s/[\,\.]+$//;
124 my $fulref = "$prefix$ref";
141 next if (grep -e, glob("$ref $fulref"));
147 next if (grep -e, glob("$path/$ref $path/../$ref $path/$fulref"));
156 if (!($ref =~ m/(scripts|Kconfig|Kbuild)/)) {
157 $broken_ref{$ref}++;
173 foreach my $ref (keys %broken_ref) {
[all …]
Dleaking_addresses.pl599 my ($ref, $desc) = @_;
604 if (keys %$ref == 0) {
609 foreach(keys %$ref) {
610 my $lines = $ref->{$_};
Dget_maintainer.pl1817 foreach my $ref (@{$commit_author}) {
1818 print STDERR " Author: @{$ref}[1]\n";
1823 foreach my $ref (@{$commit_signer}) {
1824 print STDERR " @{$ref}[2]: @{$ref}[1]\n";
2105 foreach my $ref(@{$commit_author_hash{$authors[$i]}}) {
2106 if (@{$ref}[0] eq $commits[$i] &&
2107 @{$ref}[1] eq $subjects[$i]) {
2140 foreach my $ref(@{$commit_signer_hash{$signer}}) {
2141 if (@{$ref}[0] eq $commit &&
2142 @{$ref}[1] eq $subject &&
[all …]
Dgenerate_cfi_kallsyms.pl251 my ($addr, $debug, $section, $ref, $symbol) = $_ =~
Dasn1_compiler.c859 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()
Dcheckpatch.pl4487 my $ref = $1;
4489 $ref .= $1;
4490 $ref =~ s/\s//g;
4492 "Avoid multiple line dereference - prefer '$ref'\n" . $hereprev);
/scripts/dtc/
Dlivetree.c228 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()
486 if (streq(m->ref, label)) in get_marker_label()
582 struct node *get_node_by_ref(struct node *tree, const char *ref) in get_node_by_ref() argument
584 if (streq(ref, "/")) in get_node_by_ref()
586 else if (ref[0] == '/') in get_node_by_ref()
587 return get_node_by_path(tree, ref); in get_node_by_ref()
[all …]
Ddata.c15 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()
Ddtc.h109 char *ref; member
150 struct data data_add_marker(struct data d, enum markertype type, char *ref);
241 struct node *add_orphan_node(struct node *old_node, struct node *new_node, char *ref);
265 struct node *get_node_by_ref(struct node *tree, const char *ref);
Dtreesource.c224 dummy_marker.ref = NULL; in write_propval()
237 fprintf(f, " %s:", m->ref); in write_propval()
Dchecks.c457 check_duplicate_label(c, dti, m->ref, node, prop, m); in check_duplicate_label_node()
483 if (node != get_node_by_ref(root, m->ref)) in check_phandle_prop()
593 refnode = get_node_by_ref(dt, m->ref); in fixup_phandle_references()
597 "label \"%s\"\n", m->ref); in fixup_phandle_references()
628 refnode = get_node_by_ref(dt, m->ref); in fixup_path_references()
631 m->ref); in fixup_path_references()
Dflattree.c156 emit_offset_label(f, m->ref, m->offset); in asm_emit_data()
/scripts/gdb/linux/
Dmodules.py81 ref=str(module['refcnt']['counter'] - 1)))
/scripts/coccinelle/free/
Dkfree.cocci126 cocci.print_secs("ref",p2)
/scripts/gcc-plugins/
Dgcc-common.h937 static inline cgraph_node_ptr ipa_ref_referring_node(struct ipa_ref *ref) in ipa_ref_referring_node() argument
939 return dyn_cast<cgraph_node_ptr>(ref->referring); in ipa_ref_referring_node()