Searched refs:abs_time (Results 1 - 2 of 2) sorted by relevance

/darwin-on-arm/xnu/bsd/net/
H A Ddevtimer.c198 struct timeval abs_time,
214 abs_time.tv_sec, abs_time.tv_usec);
219 timeval_to_absolutetime(abs_time));
229 struct timeval abs_time; local
233 timeval_add(current_time, rel_time, &abs_time);
234 devtimer_set_absolute(timer, abs_time, timeout_func, arg1, arg2);
197 devtimer_set_absolute(devtimer_ref timer, struct timeval abs_time, devtimer_timeout_func timeout_func, void * arg1, void * arg2) argument
H A Ddevtimer.h74 struct timeval abs_time,

Completed in 11 milliseconds