Home | History | Annotate | Download | only in common

Lines Matching defs:lts

224 	struct linux_timespec lts;
234 native_to_linux_timespec(&lts, &ts);
235 return copyout(&lts, SCARG(uap, tp), sizeof lts);
246 struct linux_timespec lts;
254 error = copyin(SCARG(uap, tp), &lts, sizeof lts);
258 linux_to_native_timespec(&ts, &lts);
271 struct linux_timespec lts;
283 native_to_linux_timespec(&lts, &ts);
284 return copyout(&lts, SCARG(uap, tp), sizeof lts);