Home | History | Annotate | Download | only in common

Lines Matching defs:lts

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