HomeSort by: relevance | last modified time | path
    Searched defs:ats50 (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/compat/common/
kern_select_50.c 144 struct timespec50 ats50; local in function:compat_50_sys_pselect
150 error = copyin(SCARG(uap, ts), &ats50, sizeof(ats50));
153 timespec50_to_timespec(&ats50, &ats);
178 struct timespec50 ats50; local in function:compat_50_sys_pollts
183 error = copyin(SCARG(uap, ts), &ats50, sizeof(ats50));
186 timespec50_to_timespec(&ats50, &ats);
kern_time_50.c 117 struct timespec50 ats50; local in function:compat_50_sys_clock_gettime
123 timespec_to_timespec50(&ats, &ats50);
125 return copyout(&ats50, SCARG(uap, tp), sizeof(ats50));
139 struct timespec50 ats50; local in function:compat_50_sys_clock_settime
141 error = copyin(SCARG(uap, tp), &ats50, sizeof(ats50));
144 timespec50_to_timespec(&ats50, &ats);
159 struct timespec50 ats50; local in function:compat_50_sys_clock_getres
168 timespec_to_timespec50(&ats, &ats50);
    [all...]

Completed in 11 milliseconds