Lines Matching defs:ts32
270 struct netbsd32_timespec ts32;
275 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
276 sizeof(ts32));
279 netbsd32_to_timespec(&ts32, &ts);
301 struct netbsd32_timespec ts32;
307 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
308 sizeof(ts32));
311 netbsd32_to_timespec(&ts32, &ts);
340 struct netbsd32_timespec50 ts32;
345 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
346 sizeof(ts32));
349 netbsd32_to_timespec50(&ts32, &ts);
372 struct netbsd32_timespec50 ts32;
378 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
379 sizeof(ts32));
382 netbsd32_to_timespec50(&ts32, &ts);