Home
last modified time | relevance | path

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

/netbsd-src/sys/arch/news68k/dev/
H A Dsi.c74 static void si_attach(device_t, device_t, void *);
85 si_match, si_attach, NULL, NULL);
125 si_attach(device_t parent, device_t self, void *aux) in si_attach() function
/netbsd-src/sys/arch/sun3/dev/
H A Dsivar.h91 void si_attach(struct si_softc *);
H A Dsi.c122 si_attach(struct si_softc *sc) in si_attach() function
H A Dsi_vme.c228 si_attach(sc); in si_vme_attach()
H A Dsi_obio.c214 si_attach(sc); in si_obio_attach()
/netbsd-src/sys/dev/vme/
H A Dsi.c169 static void si_attach(device_t, device_t, void *);
197 si_match, si_attach, NULL, NULL);
224 si_attach(device_t parent, device_t self, void *aux) in si_attach() function
/netbsd-src/sys/arch/powerpc/booke/dev/
H A Dpq3gpio.c509 void (*si_attach)(device_t, bus_space_tag_t, bus_space_handle_t, u_int); member
562 (*si->si_attach)(self, bst, bsh, svr); in pq3gpio_attach()