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

/freebsd-10-stable/sys/compat/freebsd32/
H A Dfreebsd32_misc.c2386 struct timespec32 ats32; local
2391 CP(ats, ats32, tv_sec);
2392 CP(ats, ats32, tv_nsec);
2393 error = copyout(&ats32, uap->tp, sizeof(ats32));
2403 struct timespec32 ats32; local
2406 error = copyin(uap->tp, &ats32, sizeof(ats32));
2409 CP(ats32, ats, tv_sec);
2410 CP(ats32, at
[all...]

Completed in 100 milliseconds