Searched refs:tfunc (Results 1 – 4 of 4) sorted by relevance
| /freebsd-12.1/contrib/ngatm/sscop/ |
| H A D | common.c | 398 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-12.1/sys/dev/bxe/ |
| H A D | bxe_stats.c | 991 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-12.1/contrib/bsnmp/snmpd/ |
| H A D | main.c | 1809 tfunc(int tid __unused, void *uap) in tfunc() function 1812 tfunc(evContext ctx __unused, void *uap, struct timespec due __unused, in tfunc() 1868 if ((tp->id = poll_start_timer(ticks * 10, 0, tfunc, tp)) < 0) { in timer_start() 1873 if (evSetTimer(evctx, tfunc, tp, due, evConsTime(0, 0), &tp->id) in timer_start()
|
| /freebsd-12.1/sys/compat/ndis/ |
| H A D | subr_ntoskrnl.c | 3504 uint32_t (*tfunc)(void *); local 3509 tfunc = thrctx->tc_thrfunc; 3513 rval = MSCALL1(tfunc, tctx);
|