Lines Matching defs:atv
405 struct timeval atv;419 TIMESPEC_TO_TIMEVAL(&atv, ats);420 error = settime(td, &atv);647 struct timeval atv;652 microtime(&atv);653 error = copyout(&atv, uap->tp, sizeof (atv));673 struct timeval atv, *tvp;678 error = copyin(uap->tv, &atv, sizeof(atv));681 tvp = &atv;