Home
last modified time | relevance | path

Searched refs:get_subnode (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/external/gpl2/dtc/dist/
H A Dlivetree.c503 struct node *get_subnode(struct node *node, const char *nodename) in get_subnode() function
801 an = get_subnode(dt, name); in build_root_node()
978 nwn = get_subnode(wn, compp[i]); in add_local_fixup_entry()
H A Ddtc.h230 struct node *get_subnode(struct node *node, const char *nodename);
H A Dchecks.c341 if (get_subnode(node, "__overlay__")) { in check_unit_address_vs_reg()