Searched refs:cfunc_t (Results 1 – 3 of 3) sorted by relevance
23 cfunc_t func; /* function to call */91 timer_setTimer(int delay, cfunc_t action, char *data) in timer_setTimer()
38 typedef void (*cfunc_t)(void *); typedef159 extern int timer_setTimer(int delay, cfunc_t action, char *data);
1414 return timer_setTimer(g->al_timer, (cfunc_t)DelVif, (void *)cbk); in SetTimer()1455 return timer_setTimer(to_expire, (cfunc_t)SendQuery, (void *)cbk); in SetQueryTimer()