Home
last modified time | relevance | path

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

/scripts/
A Ddocumentation-file-ref-check108 my $ref = $2;
119 $ref =~ s/(txt|rst)\[\d+]$/$1/;
122 $ref =~ s/\].*// if (!($ref =~ m/\[/));
125 $ref =~ s/[\,\.]+$//;
127 my $fulref = "$prefix$ref";
151 next if (grep -e, glob("$path/$ref $path/../$ref $path/$fulref"));
161 $broken_ref{$ref}++;
178 my $new =$ref;
190 if ($ref =~ /devicetree/) {
193 my $new_ref = $ref;
[all …]
A Dcheck-uapi.sh146 local -r ref="$1"
155 local -r ref="$1"
196 local -r ref="$1"
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"
214 run_make_headers_install "$ref"
218 run_make_headers_install "$ref"
229 local -r ref="$1"
[all …]
A Dleaking_addresses.pl658 my ($ref, $desc) = @_;
663 if (keys %$ref == 0) {
668 foreach(keys %$ref) {
669 my $lines = $ref->{$_};
A Dget_maintainer.pl1849 foreach my $ref (@{$commit_author}) {
1850 print STDERR " Author: @{$ref}[1]\n";
1855 foreach my $ref (@{$commit_signer}) {
1856 print STDERR " @{$ref}[2]: @{$ref}[1]\n";
2138 foreach my $ref(@{$commit_author_hash{$authors[$i]}}) {
2139 if (@{$ref}[0] eq $commits[$i] &&
2140 @{$ref}[1] eq $subjects[$i]) {
2173 foreach my $ref(@{$commit_signer_hash{$signer}}) {
2174 if (@{$ref}[0] eq $commit &&
2175 @{$ref}[1] eq $subject &&
[all …]
A 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()
A Dcheckpatch.pl4502 my $ref = $1;
4504 $ref .= $1;
4505 $ref =~ s/\s//g;
4507 "Avoid multiple line dereference - prefer '$ref'\n" . $hereprev);
/scripts/lib/abi/
A Dsystem_symbols.py32 ref = self.root
35 if edge not in ref:
38 ref = ref[edge]
40 if link and link not in ref["__name"]:
41 ref["__name"].append(link.rstrip("/"))
240 for ref in all_refs:
241 refs.append(ref)
261 for ref in self._ref_interactor(self.root):
262 all_refs.append(ref["__name"])
266 for ref in all_refs:
[all …]
A Dabi_parser.py287 ref = f"abi_file_{path}_{basename}"
288 ref = self.re_unprintable.sub("_", ref).strip("_")
303 fdata.file_ref = (f, ref)
304 self.file_refs[f] = ref
325 self.data[ref] = fdata.nametag
512 for ref in file_ref:
516 base = os.path.basename(ref[0])
/scripts/dtc/
A Dlivetree.c236 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()
487 if (streq(m->ref, label)) in get_marker_label()
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()
594 label = ref; in get_node_by_ref()
932 if (strchr(m->ref, '/')) in add_fixup_entry()
934 m->ref); in add_fixup_entry()
[all …]
A Dtreesource.c153 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()
A 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()
A Ddtc.h130 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);
A Ddtc-parser.y27 static bool is_ref_relative(const char *ref) in is_ref_relative() argument
29 return ref[0] != '/' && strchr(&ref[1], '/'); in is_ref_relative()
A Dchecks.c481 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()
A Dflattree.c157 emit_offset_label(f, m->ref, m->offset); in asm_emit_data()
/scripts/gdb/linux/
A Dmodules.py90 ref=str(module['refcnt']['counter'] - 1)))
/scripts/coccinelle/free/
A Dkfree.cocci126 cocci.print_secs("ref",p2)
/scripts/gcc-plugins/
A Dgcc-common.h395 static inline cgraph_node_ptr ipa_ref_referring_node(struct ipa_ref *ref) in ipa_ref_referring_node() argument
397 return dyn_cast<cgraph_node_ptr>(ref->referring); in ipa_ref_referring_node()

Completed in 31 milliseconds