Home
last modified time | relevance | path

Searched refs:findroot (Results 1 – 12 of 12) sorted by relevance

/openbsd/sys/arch/sparc64/sparc64/
H A Dautoconf.c246 stack[0] = findroot(); in get_ncpus()
327 if (OF_getprop(findroot(), "compatible", buf, sizeof(buf)) > 0) { in bootstrap()
841 findroot(void) in findroot() function
917 if (OF_getprop(findroot(), "banner-name", buf, sizeof(buf)) > 0 || in mainbus_attach()
918 OF_getprop(findroot(), "name", buf, sizeof(buf)) > 0) in mainbus_attach()
928 if ((len = OF_getprop(findroot(), "name", buf, sizeof(buf))) > 0) { in mainbus_attach()
949 if (OF_getprop(findroot(), "model", buf, sizeof(buf)) > 0 && in mainbus_attach()
959 node = findroot(); in mainbus_attach()
1001 node = findroot(); /* re-init root node */ in mainbus_attach()
H A Dclock.c425 node = findroot(); in getidprom()
446 node = findroot(); in myetheraddr()
503 sys_tick_rate = getpropint(findroot(), "stick-frequency", 0); in cpu_initclocks()
H A Dcpu.c269 clk = getpropint(findroot(), "clock-frequency", 0); in cpu_attach()
382 if (OF_getprop(findroot(), "name", buf, sizeof(buf)) > 0 && in cpu_myid()
668 if (OF_getprop(findroot(), "name", buf, sizeof(buf)) > 0 && in cpu_boot_secondary_processors()
H A Dopenprom.c183 ok = openpromcheckid(findroot(), node); in openpromioctl()
/openbsd/sys/arch/sparc64/dev/
H A Dcom_ebus.c74 i = OF_getproplen(findroot(), "model"); in com_match_ikkaku()
77 if (OF_getprop(findroot(), "model", model, sizeof(model)) != i) in com_match_ikkaku()
H A Dprtc.c80 opl = OF_getprop(findroot(), "name", buf, sizeof(buf)) > 0 && in prtc_attach()
H A Dpcfiic_ebus.c108 int clk = getpropint(findroot(), "clock-frequency", 0); in pcfiic_ebus_attach()
H A Dbeep.c128 sc->sc_clk = getpropint(findroot(), "clock-frequency", 0); in beep_attach()
H A Dtda.c89 if (OF_getprop(findroot(), "name", name, sizeof(name)) <= 0) in tda_match()
H A Dpsycho.c417 if (OF_getprop(findroot(), "name", buf, sizeof(buf)) > 0 && in psycho_attach()
580 stick_rate = getpropint(findroot(), "stick-frequency", 0); in psycho_attach()
H A Dsbus.c355 if (OF_getprop(findroot(), "name", buf, sizeof(buf)) > 0 && in sbus_mb_attach()
/openbsd/sys/arch/sparc64/include/
H A Dautoconf.h155 int findroot(void);