Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/ofppc/ofppc/
H A Dmainbus.c230 int node, rtnode, i; in mainbus_attach() local
239 rtnode = OF_finddevice("/rtas"); in mainbus_attach()
240 if (rtnode != -1) { in mainbus_attach()
242 if (OF_getprop(rtnode, "name", name, sizeof(name)) != -1) { in mainbus_attach()
244 ca.ca_node = rtnode; in mainbus_attach()
245 ca.ca_nreg = OF_getprop(rtnode, "reg", reg, in mainbus_attach()
285 if (node == rtnode) in mainbus_attach()