Searched refs:refnode (Results 1 – 5 of 5) sorted by relevance
/netbsd-src/external/gpl2/dtc/dist/ |
H A D | livetree.c | 916 struct node *refnode; in generate_fixups_tree_internal() local 921 refnode = get_node_by_ref(dt, m->ref); in generate_fixups_tree_internal() 922 if (!refnode) in generate_fixups_tree_internal() 956 struct node *refnode) in add_local_fixup_entry() argument 997 struct node *refnode; in generate_local_fixups_tree_internal() local 1002 refnode = get_node_by_ref(dt, m->ref); in generate_local_fixups_tree_internal() 1003 if (refnode) in generate_local_fixups_tree_internal() 1004 add_local_fixup_entry(dti, lfn, node, prop, m, refnode); in generate_local_fixups_tree_internal()
|
H A D | checks.c | 589 struct node *refnode; in fixup_phandle_references() local 595 refnode = get_node_by_ref(dt, m->ref); in fixup_phandle_references() 596 if (! refnode) { in fixup_phandle_references() 606 phandle = get_node_phandle(dt, refnode); in fixup_phandle_references() 609 reference_node(refnode); in fixup_phandle_references() 624 struct node *refnode; in fixup_path_references() local 630 refnode = get_node_by_ref(dt, m->ref); in fixup_path_references() 631 if (!refnode) { in fixup_path_references() 637 path = refnode->fullpath; in fixup_path_references() 641 reference_node(refnode); in fixup_path_references()
|
/netbsd-src/external/mpl/bind/dist/doc/arm/_ext/ |
H A D | iscconf.py | 330 refnode = make_refnode( 338 return refnode 511 refnode = addnodes.pending_xref( 518 refnode += nodes.Text(sig) 519 refpara += refnode
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/cxxcom/ |
H A D | inline.c | 107 refnode(struct symtab *sp) in refnode() function 219 refnode(sp); in inline_ref()
|
/netbsd-src/external/bsd/pcc/dist/pcc/cc/ccom/ |
H A D | inline.c | 110 refnode(struct symtab *sp) in refnode() function 290 refnode(sp); in inline_ref()
|