Home
last modified time | relevance | path

Searched refs:root (Results 1 – 13 of 13) sorted by relevance

/scripts/gdb/linux/
Drbtree.py13 def rb_first(root): argument
14 if root.type == rb_root_type.get_type():
15 node = root.address.cast(rb_root_type.get_type().pointer())
16 elif root.type != rb_root_type.get_type().pointer():
17 raise gdb.GdbError("Must be struct rb_root not {}".format(root.type))
19 node = root['rb_node']
29 def rb_last(root): argument
30 if root.type == rb_root_type.get_type():
31 node = root.address.cast(rb_root_type.get_type().pointer())
32 elif root.type != rb_root_type.get_type().pointer():
[all …]
Dsymbols.py78 for root, dirs, files in os.walk(path):
81 self.module_files.append(root + "/" + name)
/scripts/package/
Dmkspec132 %defattr (-, root, root)
139 %defattr (-, root, root)
143 $S$M %defattr (-, root, root)
Dbuildtar148 if tar --owner=root --group=root --help >/dev/null 2>&1; then
Dbuilddeb43 chown -R root:root "$pdir"
/scripts/dtc/
Ddtx_diff31 -S linux kernel source tree is at root of current git repo
52 If this script is not run from the root of the linux source tree,
306 If it does not exist, create it from the root of the Linux source tree:
309 If not at the root of the Linux kernel source tree -s SRCTREE or -S
317 this script from the root of the Linux kernel source tree is required.
Dchecks.c465 struct node *root = dti->dt; in check_phandle_prop() local
483 if (node != get_node_by_ref(root, m->ref)) in check_phandle_prop()
512 struct node *root = dti->dt; in check_explicit_phandles() local
534 other = get_node_by_phandle(root, phandle); in check_explicit_phandles()
1369 struct node *root = dti->dt; in check_property_phandle_args() local
1411 provider_node = get_node_by_phandle(root, phandle); in check_property_phandle_args()
1584 struct node *root = dti->dt; in check_interrupts_property() local
1615 irq_node = get_node_by_phandle(root, phandle); in check_interrupts_property()
Ddtc.h266 cell_t get_node_phandle(struct node *root, struct node *node);
Dlivetree.c592 cell_t get_node_phandle(struct node *root, struct node *node) in get_node_phandle() argument
600 while (get_node_by_phandle(root, phandle)) in get_node_phandle()
/scripts/
Dcheckpatch.pl48 my $root;
313 'root=s' => \$root,
446 if (defined $root) {
447 if (!top_of_kernel_tree($root)) {
448 die "$P: $root: --root does not point at a valid tree\n";
452 $root = '.';
455 $root = $1;
459 if (!defined $root) {
1138 return 0 if (!$tree || !(-e "$root/scripts/get_maintainer.pl"));
1141 …$maintained_status{$filename} = `perl $root/scripts/get_maintainer.pl --status --nom --nol --nogit…
[all …]
Ddev-needs.sh16 chain, so the last entry in the output is close to the root of the
Dasn1_compiler.c1296 struct type *root; in render() local
1359 root = &type_list[0]; in render()
1360 render_element(NULL, root->element, NULL); in render()
1374 root = &type_list[0]; in render()
1375 render_element(out, root->element, NULL); in render()
/scripts/gcc-plugins/
Dgcc-common.h147 void debug_dominance_tree(enum cdi_direction dir, basic_block root);