Searched refs:trfunc (Results 1 – 1 of 1) sorted by relevance
/freebsd/contrib/bsnmp/snmpd/ |
H A D | main.c | 1826 trfunc(int tid __unused, void *uap) in trfunc() function 1829 trfunc(evContext ctx __unused, void *uap, struct timespec due __unused, in trfunc() 1913 if ((tp->id = poll_start_timer(repeat_ticks * 10, 1, trfunc, tp)) < 0) { in timer_start_repeat() 1918 if (evSetTimer(evctx, trfunc, tp, due, inter, &tp->id) == -1) { in timer_start_repeat()
|