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

/freebsd-10.1-release/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-10.1-release/sys/dev/bxe/
H A Dbxe_stats.c983 struct tstorm_per_pf_stats *tfunc = local
1133 tfunc->rcv_error_bytes.hi,
1135 tfunc->rcv_error_bytes.lo);
1138 tfunc->rcv_error_bytes.hi,
1140 tfunc->rcv_error_bytes.lo);
/freebsd-10.1-release/contrib/bsnmp/snmpd/
H A Dmain.c1962 tfunc(int tid __unused, void *uap) function
1965 tfunc(evContext ctx __unused, void *uap, struct timespec due __unused,
2021 if ((tp->id = poll_start_timer(ticks * 10, 0, tfunc, tp)) < 0) {
2026 if (evSetTimer(evctx, tfunc, tp, due, evConsTime(0, 0), &tp->id)
/freebsd-10.1-release/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3505 uint32_t (*tfunc)(void *);
3510 tfunc = thrctx->tc_thrfunc;
3514 rval = MSCALL1(tfunc, tctx);

Completed in 120 milliseconds