/src/sys/arch/sun3/dev/ |
sivar.h | 91 void si_attach(struct si_softc *);
|
si.c | 122 si_attach(struct si_softc *sc) function in typeref:typename:void
|
si_obio.c | 214 si_attach(sc);
|
si_vme.c | 228 si_attach(sc);
|
/src/sys/arch/news68k/dev/ |
si.c | 74 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) function in typeref:typename:void
|
/src/sys/dev/vme/ |
si.c | 169 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) function in typeref:typename:void
|
/src/sys/arch/powerpc/booke/dev/ |
pq3gpio.c | 509 void (*si_attach)(device_t, bus_space_tag_t, bus_space_handle_t, u_int); member in struct:pq3gpio_svr_info 562 (*si->si_attach)(self, bst, bsh, svr);
|