Home
last modified time | relevance | path

Searched defs:depth (Results 1 – 8 of 8) sorted by relevance

/scripts/dtc/libfdt/
Dfdt.c197 int fdt_next_node(const void *fdt, int offset, int *depth) in fdt_next_node()
239 int depth = 0; in fdt_first_subnode() local
250 int depth = 1; in fdt_next_subnode() local
Dfdt_wip.c75 int depth = 0; in fdt_node_end_offset_() local
Dfdt_ro.c213 int depth; in fdt_subnode_offset_namelen() local
523 int offset, depth, namelen; in fdt_get_path() local
575 int offset, depth; in fdt_supernode_atdepth_offset() local
842 unsigned depth = 0; in fdt_check_full() local
/scripts/dtc/
Dfdtdump.c60 int depth, sz, shift; in dump_blob() local
Dfdtget.c142 int depth = 1; /* the assumed depth of this node */ in list_subnodes() local
Dlivetree.c960 int i, depth; in add_local_fixup_entry() local
/scripts/gdb/linux/
Dproc.py55 def get_resources(resource, depth): argument
/scripts/
Dunifdef.c202 static int depth; /* current #if nesting */ variable