Lines Matching defs:lts
314 struct linux32_timespec lts;
321 if ((error = copyin(SCARG_P32(uap, tp), <s, sizeof lts)))
324 linux32_to_native_timespec(&ts, <s);
339 struct linux32_timespec lts;
349 native_to_linux32_timespec(<s, &ts);
350 return copyout(<s, SCARG_P32(uap, tp), sizeof lts);
364 struct linux32_timespec lts;
374 native_to_linux32_timespec(<s, &ts);
375 return copyout(<s, SCARG_P32(uap, tp), sizeof lts);