HomeSort by: relevance | last modified time | path
    Searched refs:node0 (Results 1 - 7 of 7) 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)) {
psycho.c 861 psycho_fixup_bus_range(int node0, int *brp0)
868 __func__, node0, brp0[0], brp0[1]));
877 node = prom_firstchild(node0);
895 __func__, node0, brp[0], brp[1]));
  /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 17 milliseconds