Home
last modified time | relevance | path

Searched refs:firstchild (Results 1 – 20 of 20) sorted by relevance

/netbsd-src/sys/arch/sparc/dev/
H A Dzs_kgdb.c341 node = firstchild(findroot()); in findzs()
349 node = firstchild(node); in findzs()
H A Dbootbus.c119 for (node = firstchild(sc->sc_node); node != 0; in bootbus_attach()
H A Debus.c311 for (node = firstchild(node); node; node = nextsibling(node)) { in ebus_attach()
H A Dsbus.c405 node0 = firstchild(busnode); in sbus_attach_common()
/netbsd-src/sys/arch/sparc/sparc/
H A Dopenprom.c106 if (sid == tid || openpromcheckid(firstchild(sid), tid)) in openpromcheckid()
240 node = firstchild(node); in openpromioctl()
H A Dcpuunit.c121 for (node = firstchild(sc->sc_node); node != 0; in cpuunit_attach()
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()
241 for (unode = firstchild(node); unode; in find_cpus()
1254 node0 = firstchild(findroot()); in mainbus_attach()
H A Diommu.c318 for (node = firstchild(node); node; node = nextsibling(node)) { in iommu_attach()
H A Dpromlib.c1025 node = findnode(firstchild(findroot()), "memory"); in prom_makememarr()
H A Dcpu.c1376 for (node2 = firstchild(findroot()); 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.c101 node0 = firstchild(sc->sc_node); in central_attach()
H A Dfhc.c95 node0 = firstchild(sc->sc_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/include/
H A Dpromlib.h215 #define firstchild(node) prom_firstchild(node) macro
/netbsd-src/usr.bin/vgrind/
H A Dvgrindefs.src94 eq equal findattr firstchild ge getattr getfield gt hash label\
/netbsd-src/external/mit/expat/dist/lib/
H A Dxmlparse.c311 int firstchild; member
7326 parent->firstchild = next; in nextScaffoldPart()
7330 me->firstchild = me->lastchild = me->childcnt = me->nextsib = 0; in nextScaffoldPart()
7452 for (i = 0, cn = dtd->scaffold[src_node].firstchild; in build_model()