/src/sys/arch/cobalt/dev/ |
mcclock.c | 50 static void mcclock_attach(device_t, device_t, void *); 53 mcclock_match, mcclock_attach, NULL, NULL); 73 mcclock_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void 82 aprint_error("mcclock_attach: unable to map registers\n");
|
mcclock.c | 50 static void mcclock_attach(device_t, device_t, void *); 53 mcclock_match, mcclock_attach, NULL, NULL); 73 mcclock_attach(device_t parent, device_t self, void *aux) function in typeref:typename:void 82 aprint_error("mcclock_attach: unable to map registers\n");
|
/src/sys/dev/dec/ |
mcclock.c | 68 mcclock_attach(struct mcclock_softc *sc, const struct mcclock_busfns *busfns) function in typeref:typename:void
|
mcclock.c | 68 mcclock_attach(struct mcclock_softc *sc, const struct mcclock_busfns *busfns) function in typeref:typename:void
|
/src/sys/arch/alpha/alpha/ |
mcclock.c | 167 mcclock_attach(struct mcclock_softc *msc) function in typeref:typename:void
|
mcclock.c | 167 mcclock_attach(struct mcclock_softc *msc) function in typeref:typename:void
|