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

1 2

  /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_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_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_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_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_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_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_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_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_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_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);

Completed in 68 milliseconds

1 2