Home
last modified time | relevance | path

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

/freebsd-13.1/contrib/ngatm/sscop/
H A Dcommon.c398 tfunc(int tid __unused, void *uap) in tfunc() function
401 tfunc(evContext ctx __unused, void *uap, struct timespec due __unused, in tfunc()
429 if ((t->id = poll_start_timer(msec, 0, tfunc, t)) == -1) in sscop_start_timer()
435 if (evSetTimer(evctx, tfunc, t, due, evConsTime(0, 0), &t->id)) in sscop_start_timer()
/freebsd-13.1/sys/dev/bxe/
H A Dbxe_stats.c991 struct tstorm_per_pf_stats *tfunc = in bxe_storm_stats_update() local
1141 tfunc->rcv_error_bytes.hi, in bxe_storm_stats_update()
1143 tfunc->rcv_error_bytes.lo); in bxe_storm_stats_update()
1146 tfunc->rcv_error_bytes.hi, in bxe_storm_stats_update()
1148 tfunc->rcv_error_bytes.lo); in bxe_storm_stats_update()
/freebsd-13.1/contrib/bsnmp/snmpd/
H A Dmain.c1807 tfunc(int tid __unused, void *uap) in tfunc() function
1810 tfunc(evContext ctx __unused, void *uap, struct timespec due __unused, in tfunc()
1866 if ((tp->id = poll_start_timer(ticks * 10, 0, tfunc, tp)) < 0) { in timer_start()
1871 if (evSetTimer(evctx, tfunc, tp, due, evConsTime(0, 0), &tp->id) in timer_start()
/freebsd-13.1/sys/compat/ndis/
H A Dsubr_ntoskrnl.c3496 uint32_t (*tfunc)(void *); local
3501 tfunc = thrctx->tc_thrfunc;
3505 rval = MSCALL1(tfunc, tctx);