Home
last modified time | relevance | path

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

/freebsd-11-stable/contrib/bsnmp/snmpd/
HDmain.c1795 trfunc(int tid __unused, void *uap) in trfunc() function
1798 trfunc(evContext ctx __unused, void *uap, struct timespec due __unused, in trfunc()
1882 if ((tp->id = poll_start_timer(repeat_ticks * 10, 1, trfunc, tp)) < 0) { in timer_start_repeat()
1887 if (evSetTimer(evctx, trfunc, tp, due, inter, &tp->id) == -1) { in timer_start_repeat()