Searched refs:tmr_add (Results 1 - 1 of 1) sorted by relevance

/freebsd-10-stable/usr.sbin/uhsoctl/
H A Duhsoctl.c221 tmr_add(struct timers *tmrs, int id, int timeout, tmr_cb func, void *arg) function
300 tmr_add(&timers, 1, 5, tmr_watchdog, ctx);
734 tmr_add(&timers, 1, 1, tmr_creg, ctx);
737 tmr_add(&timers, 1, 30, tmr_creg, ctx);
761 tmr_add(&timers, 1, 1, tmr_cgreg, ctx);
764 tmr_add(&timers, 1, 30, tmr_cgreg, ctx);
837 tmr_add(&timers, 1, 15, tmr_status, ctx);
1255 tmr_add(&timers, 1, 5, tmr_status, ctx);
1466 tmr_add(&timers, 1, 5, &tmr_watchdog, &ctx);

Completed in 104 milliseconds