Home
last modified time | relevance | path

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

/xnu-11215/bsd/net/
H A Ddevtimer.h50 typedef void (*devtimer_process_func)(devtimer_ref timer, typedef
64 devtimer_create(devtimer_process_func process_func, void * arg0);
H A Ddevtimer.c59 devtimer_process_func dt_process_func;
132 devtimer_process_func process_func; in devtimer_process()
161 devtimer_create(devtimer_process_func process_func, void * arg0) in devtimer_create()