HomeSort by: relevance | last modified time | path
    Searched defs:ts32 (Results 1 - 14 of 14) sorted by relevancy

  /src/sys/compat/netbsd32/
netbsd32_compat_60.c 59 struct netbsd32_timespec ts32; local in function:compat_60_netbsd32__lwp_park
65 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof ts32);
68 netbsd32_to_timespec(&ts32, &ts);
netbsd32_futex.c 62 struct netbsd32_timespec ts32; local in function:netbsd32___futex
70 error = copyin(SCARG_P32(uap, timeout), &ts32, sizeof(ts32));
73 netbsd32_to_timespec(&ts32, &ts);
netbsd32_select.c 97 struct netbsd32_timespec ts32; local in function:netbsd32___pselect50
102 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof(ts32));
105 netbsd32_to_timespec(&ts32, &ats);
130 struct netbsd32_timespec ts32; local in function:netbsd32___pollts50
135 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof(ts32));
138 netbsd32_to_timespec(&ts32, &ats);
netbsd32_event.c 52 struct netbsd32_timespec ts32; local in function:netbsd32_kevent_fetch_timeout
57 error = copyin(src, &ts32, sizeof(ts32));
60 netbsd32_to_timespec(&ts32, (struct timespec *)dest);
netbsd32_epoll.c 108 struct netbsd32_timespec ts32; local in function:netbsd32_epoll_pwait2
110 error = copyin(SCARG_P32(uap, timeout), &ts32, sizeof(ts32));
114 netbsd32_to_timespec(&ts32, &ts);
netbsd32_lwp.c 172 struct netbsd32_timespec ts32; local in function:netbsd32____lwp_park60
179 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof ts32);
182 netbsd32_to_timespec(&ts32, &ts);
194 netbsd32_from_timespec(&ts, &ts32);
195 (void)copyout(&ts32, SCARG_P32(uap, ts), sizeof(ts32));
netbsd32_mqueue.c 270 struct netbsd32_timespec ts32; local in function:netbsd32___mq_timedsend50
275 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
276 sizeof(ts32));
279 netbsd32_to_timespec(&ts32, &ts);
301 struct netbsd32_timespec ts32; local in function:netbsd32___mq_timedreceive50
307 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
308 sizeof(ts32));
311 netbsd32_to_timespec(&ts32, &ts);
340 struct netbsd32_timespec50 ts32; local in function:compat_50_netbsd32_mq_timedsend
345 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
372 struct netbsd32_timespec50 ts32; local in function:compat_50_netbsd32_mq_timedreceive
    [all...]
netbsd32_sem.c 168 struct netbsd32_timespec ts32; local in function:netbsd32__ksem_timedwait
175 error = copyin(SCARG_P32(uap, abstime), &ts32, sizeof(ts32));
178 netbsd32_to_timespec(&ts32, &ts);
netbsd32_ipc.c 217 struct netbsd32_timespec ts32; local in function:netbsd32_do_semop
247 error = copyin(utimeout, &ts32, sizeof(ts32));
250 error, utimeout, &ts32, sizeof(ts32)));
253 netbsd32_to_timespec(&ts32, &timeout);
netbsd32_socket.c 274 struct netbsd32_timespec ts32; local in function:netbsd32_recvmmsg
281 if ((error = copyin(SCARG_P32(uap, timeout), &ts32,
282 sizeof(ts32))) != 0)
285 netbsd32_to_timespec(&ts32, &ts);
netbsd32_time.c 306 struct netbsd32_timespec ts32; local in function:netbsd32___clock_gettime50
312 netbsd32_from_timespec(&ats, &ts32);
313 return copyout(&ts32, SCARG_P32(uap, tp), sizeof(ts32));
323 struct netbsd32_timespec ts32; local in function:netbsd32___clock_settime50
327 if ((error = copyin(SCARG_P32(uap, tp), &ts32, sizeof(ts32))) != 0)
330 netbsd32_to_timespec(&ts32, &ats);
341 struct netbsd32_timespec ts32; local in function:netbsd32___clock_getres50
350 netbsd32_from_timespec(&ts, &ts32);
364 struct netbsd32_timespec ts32; local in function:netbsd32___nanosleep50
392 struct netbsd32_timespec ts32; local in function:netbsd32_clock_nanosleep
    [all...]
netbsd32_signal.c 585 struct netbsd32_timespec ts32; local in function:netbsd32_sigtimedwait_fetch_timeout
588 error = copyin(src, &ts32, sizeof(ts32));
592 netbsd32_to_timespec(&ts32, ts);
600 struct netbsd32_timespec ts32; local in function:netbsd32_sigtimedwait_put_timeout
602 netbsd32_from_timespec(ts, &ts32);
604 return copyout(&ts32, dst, sizeof(ts32));
netbsd32_compat_50.c 327 struct netbsd32_timespec50 ts32; local in function:compat_50_netbsd32_clock_gettime
333 netbsd32_from_timespec50(&ats, &ts32);
334 return copyout(&ts32, SCARG_P32(uap, tp), sizeof(ts32));
345 struct netbsd32_timespec50 ts32; local in function:compat_50_netbsd32_clock_settime
349 if ((error = copyin(SCARG_P32(uap, tp), &ts32, sizeof(ts32))) != 0)
352 netbsd32_to_timespec50(&ts32, &ats);
364 struct netbsd32_timespec50 ts32; local in function:compat_50_netbsd32_clock_getres
373 netbsd32_from_timespec50(&ts, &ts32);
446 struct netbsd32_timespec50 ts32; local in function:compat_50_netbsd32_nanosleep
480 struct netbsd32_timespec50 ts32; local in function:compat_50_netbsd32_sigtimedwait_fetch_timeout
495 struct netbsd32_timespec50 ts32; local in function:compat_50_netbsd32_sigtimedwait_put_timeout
558 struct netbsd32_timespec50 ts32; local in function:compat_50_netbsd32__lwp_park
584 struct netbsd32_timespec50 ts32; local in function:compat_50_netbsd32_kevent_fetch_timeout
633 struct netbsd32_timespec50 ts32; local in function:compat_50_netbsd32_pselect
666 struct netbsd32_timespec50 ts32; local in function:compat_50_netbsd32_pollts
    [all...]
netbsd32_fs.c 358 struct netbsd32_timespec ts32[2]; local in function:get_utimens32
365 error = copyin(tptr, ts32, sizeof(ts32));
368 netbsd32_to_timespec(&ts32[0], &ts[0]);
369 netbsd32_to_timespec(&ts32[1], &ts[1]);

Completed in 19 milliseconds