Home
last modified time | relevance | path

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

/freebsd/contrib/bsnmp/snmpd/
H A Dmain.c1823 trfunc(int tid __unused, void *uap) in trfunc() function
1826 trfunc(evContext ctx __unused, void *uap, struct timespec due __unused, in trfunc()
1910 if ((tp->id = poll_start_timer(repeat_ticks * 10, 1, trfunc, tp)) < 0) { in timer_start_repeat()
1915 if (evSetTimer(evctx, trfunc, tp, due, inter, &tp->id) == -1) { in timer_start_repeat()