Home
last modified time | relevance | path

Searched defs:devtimer_s (Results 1 – 1 of 1) sorted by relevance

/xnu-11215/bsd/net/
H A Ddevtimer.c56 struct devtimer_s { struct
57 void * dt_callout;
58 devtimer_timeout_func dt_timeout_func;
59 devtimer_process_func dt_process_func;
60 void * dt_arg0;
61 void * dt_arg1;
62 void * dt_arg2;
63 int dt_generation;
64 struct os_refcnt dt_retain_count;