Home
last modified time | relevance | path

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

/f-stack/freebsd/amd64/vmm/io/
H A Dvhpet.c153 vhpet_counter(struct vhpet *vhpet, sbintime_t *nowptr) in vhpet_counter() argument
165 if (nowptr != NULL) in vhpet_counter()
166 *nowptr = now; in vhpet_counter()
173 KASSERT(nowptr == NULL, ("vhpet_counter: nowptr must be NULL")); in vhpet_counter()
481 sbintime_t now, *nowptr; in vhpet_mmio_write() local
523 nowptr = vhpet_counter_enabled(vhpet) ? &now : NULL; in vhpet_mmio_write()
524 counter = vhpet_counter(vhpet, nowptr); in vhpet_mmio_write()