Home
last modified time | relevance | path

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

/freebsd-9-stable/contrib/bsnmp/snmpd/
Dmain.c1985 trfunc(int tid __unused, void *uap) in trfunc() function
1988 trfunc(evContext ctx __unused, void *uap, struct timespec due __unused, in trfunc()
2072 if ((tp->id = poll_start_timer(repeat_ticks * 10, 1, trfunc, tp)) < 0) { in timer_start_repeat()
2077 if (evSetTimer(evctx, trfunc, tp, due, inter, &tp->id) == -1) { in timer_start_repeat()