Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/evbppc/walnut/dev/
H A Dpbus.c100 static void pbus_attach(device_t, device_t, void *);
104 pbus_match, pbus_attach, NULL, NULL);
132 pbus_attach(device_t parent, device_t self, void *aux) in pbus_attach() function