Searched refs:nowptr (Results 1 – 1 of 1) sorted by relevance
150 vhpet_counter(struct vhpet *vhpet, sbintime_t *nowptr) in vhpet_counter() argument162 if (nowptr != NULL) in vhpet_counter()163 *nowptr = now; in vhpet_counter()170 KASSERT(nowptr == NULL, ("vhpet_counter: nowptr must be NULL")); in vhpet_counter()478 sbintime_t now, *nowptr; in vhpet_mmio_write() local520 nowptr = vhpet_counter_enabled(vhpet) ? &now : NULL; in vhpet_mmio_write()521 counter = vhpet_counter(vhpet, nowptr); in vhpet_mmio_write()