Lines Matching defs:ts32
327 struct netbsd32_timespec50 ts32;
333 netbsd32_from_timespec50(&ats, &ts32);
334 return copyout(&ts32, SCARG_P32(uap, tp), sizeof(ts32));
345 struct netbsd32_timespec50 ts32;
349 if ((error = copyin(SCARG_P32(uap, tp), &ts32, sizeof(ts32))) != 0)
352 netbsd32_to_timespec50(&ts32, &ats);
364 struct netbsd32_timespec50 ts32;
373 netbsd32_from_timespec50(&ts, &ts32);
374 error = copyout(&ts32, SCARG_P32(uap, tp), sizeof(ts32));
446 struct netbsd32_timespec50 ts32;
450 error = copyin(SCARG_P32(uap, rqtp), &ts32, sizeof(ts32));
453 netbsd32_to_timespec50(&ts32, &rqt);
460 netbsd32_from_timespec50(&rmt, &ts32);
461 error1 = copyout(&ts32, SCARG_P32(uap,rmtp), sizeof(ts32));
480 struct netbsd32_timespec50 ts32;
483 error = copyin(src, &ts32, sizeof(ts32));
487 netbsd32_to_timespec50(&ts32, ts);
495 struct netbsd32_timespec50 ts32;
497 netbsd32_from_timespec50(ts, &ts32);
499 return copyout(&ts32, dst, sizeof(ts32));
558 struct netbsd32_timespec50 ts32;
564 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof ts32);
567 netbsd32_to_timespec50(&ts32, &ts);
584 struct netbsd32_timespec50 ts32;
589 error = copyin(src, &ts32, sizeof(ts32));
592 netbsd32_to_timespec50(&ts32, (struct timespec *)dest);
633 struct netbsd32_timespec50 ts32;
638 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof(ts32));
641 netbsd32_to_timespec50(&ts32, &ats);
666 struct netbsd32_timespec50 ts32;
671 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof(ts32));
674 netbsd32_to_timespec50(&ts32, &ats);