Home
last modified time | relevance | path

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

/freebsd/usr.sbin/uhsoctl/
H A Duhsoctl.c181 typedef void (*tmr_cb)(int, void *); typedef
186 tmr_cb func;
220 tmr_add(struct timers *tmrs, int id, int timeout, tmr_cb func, void *arg) in tmr_add()