Home
last modified time | relevance | path

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

/openbsd/usr.bin/sndiod/
H A Dfile.h68 void timo_add(struct timo *, unsigned int);
H A Dsiofile.c273 timo_add(&d->sio.watchdog, WATCHDOG_USEC); in dev_sio_start()
368 timo_add(&d->sio.watchdog, WATCHDOG_USEC); in dev_sio_run()
H A Dfile.c94 timo_add(struct timo *o, unsigned int delta) in timo_add() function