Home
last modified time | relevance | path

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

/freebsd/sys/dev/bxe/
H A Dbxe_stats.c989 struct tstorm_per_pf_stats *tfunc = in bxe_storm_stats_update() local
1139 tfunc->rcv_error_bytes.hi, in bxe_storm_stats_update()
1141 tfunc->rcv_error_bytes.lo); in bxe_storm_stats_update()
1144 tfunc->rcv_error_bytes.hi, in bxe_storm_stats_update()
1146 tfunc->rcv_error_bytes.lo); in bxe_storm_stats_update()
/freebsd/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()