Lines Matching refs:attimer_softc
108 struct attimer_softc { struct
126 static struct attimer_softc *attimer_sc = NULL; argument
155 struct attimer_softc *sc = (struct attimer_softc *)arg; in clkintr()
533 struct attimer_softc *sc = device_get_softc(dev); in i8254_get_timecount()
572 struct attimer_softc *sc = device_get_softc(dev); in attimer_start()
593 struct attimer_softc *sc = device_get_softc(dev); in attimer_stop()
616 struct attimer_softc *sc; in pc98_alloc_resource()
642 struct attimer_softc *sc; in pc98_release_resource()
677 struct attimer_softc *sc; in attimer_attach()
682 bzero(sc, sizeof(struct attimer_softc)); in attimer_attach()
766 sizeof(struct attimer_softc),