Lines Matching defs:ets
2299 struct timespec *abs_timeout, ets;
2303 error = copyin(uap->abs_timeout, &ets, sizeof(ets));
2306 abs_timeout = &ets;
2336 struct timespec *abs_timeout, ets;
2340 error = copyin(uap->abs_timeout, &ets, sizeof(ets));
2343 abs_timeout = &ets;
2824 struct timespec *abs_timeout, ets;
2831 CP(ets32, ets, tv_sec);
2832 CP(ets32, ets, tv_nsec);
2833 abs_timeout = &ets;
2846 struct timespec *abs_timeout, ets;
2853 CP(ets32, ets, tv_sec);
2854 CP(ets32, ets, tv_nsec);
2855 abs_timeout = &ets;