Home
last modified time | relevance | path

Searched refs:node0 (Results 1 – 11 of 11) sorted by relevance

/netbsd-src/sys/arch/sparc64/dev/
H A Dcentral.c89 int node0, node; in central_attach() local
101 node0 = firstchild(sc->sc_node); in central_attach()
102 for (node = node0; node; node = nextsibling(node)) { in central_attach()
H A Dfhc.c62 int node0, node; in fhc_attach() local
95 node0 = firstchild(sc->sc_node); in fhc_attach()
96 for (node = node0; node; node = nextsibling(node)) { in fhc_attach()
H A Dsbus.c175 int node0, error; in sbus_attach() local
283 node0 = OF_child(node); in sbus_attach()
284 for (node = node0; node; node = OF_peer(node)) { in sbus_attach()
H A Dpsycho.c861 psycho_fixup_bus_range(int node0, int *brp0) in psycho_fixup_bus_range() argument
868 __func__, node0, brp0[0], brp0[1])); in psycho_fixup_bus_range()
877 node = prom_firstchild(node0); in psycho_fixup_bus_range()
895 __func__, node0, brp[0], brp[1])); in psycho_fixup_bus_range()
/netbsd-src/external/zlib/pigz/dist/zopfli/
H A Dkatajainen.c148 Node* node0 = GetFreeNode(0, maxbits, pool); in InitLists() local
150 InitNode(leaves[0].weight, 1, 0, node0); in InitLists()
153 lists[i][0] = node0; in InitLists()
/netbsd-src/sys/arch/sparc/dev/
H A Dsbus.c350 int node0, node, error; in sbus_attach_common() local
405 node0 = firstchild(busnode); in sbus_attach_common()
407 if ((node = findnode(node0, sp)) == 0) { in sbus_attach_common()
421 for (node = node0; node; node = nextsibling(node)) { in sbus_attach_common()
/netbsd-src/sys/arch/sparc/sparc/
H A Dautoconf.c1124 int node0, node; in mainbus_attach() local
1254 node0 = firstchild(findroot()); in mainbus_attach()
1266 for (node = node0; node; node = nextsibling(node)) { in mainbus_attach()
1311 if ((node = findnode(node0, sp)) == 0) { in mainbus_attach()
1348 for (node = node0; node; node = nextsibling(node)) { in mainbus_attach()
/netbsd-src/sys/arch/sparc64/sparc64/
H A Dautoconf.c666 int node0, node, rv, i; in mainbus_attach() local
743 node0 = OF_child(node); in mainbus_attach()
750 for (node = node0; node; node = OF_peer(node)) { in mainbus_attach()
/netbsd-src/external/gpl3/gcc.old/dist/gcc/config/avr/
H A Davr.c10091 tree node0 = node; in avr_insert_attributes() local
10097 node0 = TREE_TYPE (node0); in avr_insert_attributes()
10098 while (TREE_CODE (node0) == ARRAY_TYPE); in avr_insert_attributes()
10100 if (error_mark_node == node0) in avr_insert_attributes()
10105 if (!TYPE_READONLY (node0) in avr_insert_attributes()
10114 avr_edump ("\n%?: %t\n%t\n", node, node0); in avr_insert_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/config/avr/
H A Davr.cc10602 tree node0 = node; in avr_insert_attributes() local
10608 node0 = TREE_TYPE (node0); in avr_insert_attributes()
10609 while (TREE_CODE (node0) == ARRAY_TYPE); in avr_insert_attributes()
10611 if (error_mark_node == node0) in avr_insert_attributes()
10616 if (!TYPE_READONLY (node0) in avr_insert_attributes()
10625 avr_edump ("\n%?: %t\n%t\n", node, node0); in avr_insert_attributes()
/netbsd-src/external/gpl3/gcc/dist/gcc/
H A Dfold-const.cc16676 symtab_node *node0 = symtab_node::get_create (base0); in address_compare() local
16678 equal = node0->equal_address_to (node1); in address_compare()