Home
last modified time | relevance | path

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

/freebsd/sys/x86/isa/
H A Dclock.c95 struct attimer_softc { struct
109 static struct attimer_softc *attimer_sc = NULL; argument
139 struct attimer_softc *sc = (struct attimer_softc *)arg; in clkintr()
469 struct attimer_softc *sc = device_get_softc(dev); in i8254_get_timecount()
508 struct attimer_softc *sc = device_get_softc(dev); in attimer_start()
529 struct attimer_softc *sc = device_get_softc(dev); in attimer_stop()
563 struct attimer_softc *sc; in attimer_attach()
568 bzero(sc, sizeof(struct attimer_softc)); in attimer_attach()
645 sizeof(struct attimer_softc),