/src/sys/arch/mac68k/dev/ |
zs.c | 207 static void zsc_attach(device_t, device_t, void *); 211 zsc_match, zsc_attach, NULL, NULL); 236 zsc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|
/src/sys/arch/macppc/dev/ |
zs.c | 174 static void zsc_attach(device_t, device_t, void *); 178 zsc_match, zsc_attach, NULL, NULL); 219 zsc_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void
|