Home
last modified time | relevance | path

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

/f-stack/freebsd/x86/isa/
H A Dclock.c93 struct attimer_softc { struct
107 static struct attimer_softc *attimer_sc = NULL; argument
136 struct attimer_softc *sc = (struct attimer_softc *)arg; in clkintr()
465 struct attimer_softc *sc = device_get_softc(dev); in i8254_get_timecount()
504 struct attimer_softc *sc = device_get_softc(dev); in attimer_start()
525 struct attimer_softc *sc = device_get_softc(dev); in attimer_stop()
559 struct attimer_softc *sc; in attimer_attach()
564 bzero(sc, sizeof(struct attimer_softc)); in attimer_attach()
644 sizeof(struct attimer_softc),