Home
last modified time | relevance | path

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

/openbsd/src/usr.sbin/vmd/
Di8253.c103 evtimer_set(&i8253_channel[0].timer, i8253_fire, &i8253_channel[0]); in i8253_init()
104 evtimer_set(&i8253_channel[1].timer, i8253_fire, &i8253_channel[1]); in i8253_init()
105 evtimer_set(&i8253_channel[2].timer, i8253_fire, &i8253_channel[2]); in i8253_init()
365 i8253_fire(int fd, short type, void *arg) in i8253_fire() function
406 evtimer_set(&i8253_channel[i].timer, i8253_fire, in i8253_restore()
Di8253.h49 void i8253_fire(int, short, void *);