Home
last modified time | relevance | path

Searched refs:nextsibling (Results 1 – 17 of 17) sorted by relevance

/netbsd-src/sys/arch/sparc/sparc/
H A Dopenprom.c105 for (; sid != 0; sid = nextsibling(sid)) in openpromcheckid()
229 node = nextsibling(node); in openpromioctl()
H A Dautoconf.c227 for (node = firstchild(node); node; node = nextsibling(node)) { in find_cpus()
236 for (node = firstchild(node); node; node = nextsibling(node)) { in find_cpus()
242 unode = nextsibling(unode)) { in find_cpus()
1266 for (node = node0; node; node = nextsibling(node)) { in mainbus_attach()
1348 for (node = node0; node; node = nextsibling(node)) { in mainbus_attach()
H A Dcpuunit.c122 node = nextsibling(node)) { in cpuunit_attach()
H A Diommu.c318 for (node = firstchild(node); node; node = nextsibling(node)) { in iommu_attach()
H A Dcpu.c1378 node2 = nextsibling(node2)) { in getcacheinfo_obp()
/netbsd-src/sys/dev/sbus/
H A Dlebuffer.c123 for (node = firstchild(node); node; node = nextsibling(node)) { in lebufattach()
H A Ddma_sbus.c210 for (node = firstchild(sa->sa_node); node; node = nextsibling(node)) { in dmaattach_sbus()
H A Dqec.c206 for (node = firstchild(node); node; node = nextsibling(node)) { in qecattach()
/netbsd-src/sys/arch/sparc64/dev/
H A Dcentral.c102 for (node = node0; node; node = nextsibling(node)) { in central_attach()
H A Dfhc.c96 for (node = node0; node; node = nextsibling(node)) { in fhc_attach()
H A Debus_mainbus.c168 for (node = firstchild(node); node; node = nextsibling(node)) { in ebus_mainbus_attach()
H A Debus.c208 for (node = firstchild(node); node; node = nextsibling(node)) { in ebus_attach()
/netbsd-src/sys/arch/sparc/dev/
H A Dbootbus.c120 node = nextsibling(node)) { in bootbus_attach()
H A Dzs_kgdb.c355 node = nextsibling(node); in findzs()
H A Debus.c311 for (node = firstchild(node); node; node = nextsibling(node)) { in ebus_attach()
H A Dsbus.c421 for (node = node0; node; node = nextsibling(node)) { in sbus_attach_common()
/netbsd-src/sys/arch/sparc/include/
H A Dpromlib.h216 #define nextsibling(node) prom_nextsibling(node) macro