Home
last modified time | relevance | path

Searched refs:thunk_gettimeofday (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/arch/usermode/dev/
H A Dclock.c136 error = thunk_gettimeofday(&ttv, NULL); in clock_todr_gettime()
/netbsd-src/sys/arch/usermode/include/
H A Dthunk.h86 int thunk_gettimeofday(struct thunk_timeval *, void *);
/netbsd-src/sys/arch/usermode/usermode/
H A Dthunk.c269 thunk_gettimeofday(struct thunk_timeval *tp, void *tzp) in thunk_gettimeofday() function