Searched refs:ppc_attach (Results 1 – 6 of 6) sorted by relevance
34 int ppc_attach(device_t dev);
55 DEVMETHOD(device_attach, ppc_attach),
53 DEVMETHOD(device_attach, ppc_attach),
62 DEVMETHOD(device_attach, ppc_attach),
113 return (ppc_attach(dev)); in ppc_isa_attach()
1777 ppc_attach(device_t dev) in ppc_attach() function