HomeSort by: relevance | last modified time | path
    Searched defs:node0 (Results 1 - 6 of 6) sorted by relevancy

  /src/sys/arch/sparc64/dev/
central.c 89 int node0, node; local in function:central_attach
101 node0 = firstchild(sc->sc_node);
102 for (node = node0; node; node = nextsibling(node)) {
fhc.c 62 int node0, node; local in function:fhc_attach
95 node0 = firstchild(sc->sc_node);
96 for (node = node0; node; node = nextsibling(node)) {
sbus.c 175 int node0, error; local in function:sbus_attach
283 node0 = OF_child(node);
284 for (node = node0; node; node = OF_peer(node)) {
  /src/sys/arch/sparc/dev/
sbus.c 350 int node0, node, error; local in function:sbus_attach_common
405 node0 = firstchild(busnode);
407 if ((node = findnode(node0, sp)) == 0) {
421 for (node = node0; node; node = nextsibling(node)) {
  /src/sys/arch/sparc/sparc/
autoconf.c 1124 int node0, node; local in function:mainbus_attach
1254 node0 = firstchild(findroot());
1266 for (node = node0; node; node = nextsibling(node)) {
1311 if ((node = findnode(node0, sp)) == 0) {
1348 for (node = node0; node; node = nextsibling(node)) {
  /src/sys/arch/sparc64/sparc64/
autoconf.c 666 int node0, node, rv, i; local in function:mainbus_attach
743 node0 = OF_child(node);
750 for (node = node0; node; node = OF_peer(node)) {

Completed in 87 milliseconds