Lines Matching defs:ts32
306 struct netbsd32_timespec ts32;
312 netbsd32_from_timespec(&ats, &ts32);
313 return copyout(&ts32, SCARG_P32(uap, tp), sizeof(ts32));
323 struct netbsd32_timespec ts32;
327 if ((error = copyin(SCARG_P32(uap, tp), &ts32, sizeof(ts32))) != 0)
330 netbsd32_to_timespec(&ts32, &ats);
341 struct netbsd32_timespec ts32;
350 netbsd32_from_timespec(&ts, &ts32);
351 error = copyout(&ts32, SCARG_P32(uap, tp), sizeof(ts32));
364 struct netbsd32_timespec ts32;
368 error = copyin(SCARG_P32(uap, rqtp), &ts32, sizeof(ts32));
371 netbsd32_to_timespec(&ts32, &rqt);
378 netbsd32_from_timespec(&rmt, &ts32);
379 error1 = copyout(&ts32, SCARG_P32(uap, rmtp), sizeof(ts32));
392 struct netbsd32_timespec ts32;
396 error = copyin(SCARG_P32(uap, rqtp), &ts32, sizeof(ts32));
399 netbsd32_to_timespec(&ts32, &rqt);
406 netbsd32_from_timespec(&rmt, &ts32);
408 (error1 = copyout(&ts32, SCARG_P32(uap, rmtp), sizeof(ts32))) != 0)