Searched refs:ppc_attach (Results 1 – 6 of 6) sorted by relevance
32 int ppc_attach(device_t dev);
52 DEVMETHOD(device_attach, ppc_attach),
60 DEVMETHOD(device_attach, ppc_attach),
50 DEVMETHOD(device_attach, ppc_attach),
110 return (ppc_attach(dev)); in ppc_isa_attach()
1774 ppc_attach(device_t dev) in ppc_attach() function