Home
last modified time | relevance | path

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

/openbsd-src/sys/arch/sparc64/dev/
H A Dvcons.c91 if (vbus_intr_map(va->va_node, va->va_intr[0], &sc->sc_sysino)) in vcons_attach()
104 vcons_is_input = (va->va_node == node); in vcons_attach()
106 vcons_is_output = (va->va_node == node); in vcons_attach()
H A Dvbusvar.h23 int va_node; member
H A Dcbus.c84 if (OF_getprop(va->va_node, "reg", &reg, sizeof(reg)) != sizeof(reg)) in cbus_attach()
94 for (node = OF_child(va->va_node); node; node = OF_peer(node)) { in cbus_attach()
H A Dvbus.c86 va.va_node = node; in vbus_attach()
/openbsd-src/sys/arch/sparc64/sparc64/
H A Dautoconf.c1372 node = va->va_node; in device_register()