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

/freebsd-11-stable/contrib/ngatm/sscop/
H A Dcommon.c398 tfunc(int tid __unused, void *uap) function
401 tfunc(evContext ctx __unused, void *uap, struct timespec due __unused,
429 if ((t->id = poll_start_timer(msec, 0, tfunc, t)) == -1)
435 if (evSetTimer(evctx, tfunc, t, due, evConsTime(0, 0), &t->id))
/freebsd-11-stable/sys/dev/bxe/
H A Dbxe_stats.c989 struct tstorm_per_pf_stats *tfunc = local
1139 tfunc->rcv_error_bytes.hi,
1141 tfunc->rcv_error_bytes.lo);
1144 tfunc->rcv_error_bytes.hi,
1146 tfunc->rcv_error_bytes.lo);
/freebsd-11-stable/contrib/bsnmp/snmpd/
H A Dmain.c1776 tfunc(int tid __unused, void *uap) function
1779 tfunc(evContext ctx __unused, void *uap, struct timespec due __unused,
1835 if ((tp->id = poll_start_timer(ticks * 10, 0, tfunc, tp)) < 0) {
1840 if (evSetTimer(evctx, tfunc, tp, due, evConsTime(0, 0), &tp->id)
/freebsd-11-stable/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3502 uint32_t (*tfunc)(void *);
3507 tfunc = thrctx->tc_thrfunc;
3511 rval = MSCALL1(tfunc, tctx);

Completed in 83 milliseconds