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

  /src/sys/compat/netbsd32/
netbsd32_compat_60.c 59 struct netbsd32_timespec ts32; local
65 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof ts32);
68 netbsd32_to_timespec(&ts32, &ts);
netbsd32_select.c 97 struct netbsd32_timespec ts32; local
102 error = copyin(SCARG_P32(uap, ts), &ts32, sizeof(ts32));
105 netbsd32_to_timespec(&ts32, &ats);
130 struct netbsd32_timespec ts32; local
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
70 error = copyin(SCARG_P32(uap, timeout), &ts32, sizeof(ts32));
73 netbsd32_to_timespec(&ts32, &ts);
netbsd32_mqueue.c 270 struct netbsd32_timespec ts32; local
275 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
276 sizeof(ts32));
279 netbsd32_to_timespec(&ts32, &ts);
301 struct netbsd32_timespec ts32; local
307 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
308 sizeof(ts32));
311 netbsd32_to_timespec(&ts32, &ts);
340 struct netbsd32_timespec50 ts32; local
345 error = copyin(SCARG_P32(uap, abs_timeout), &ts32,
372 struct netbsd32_timespec50 ts32; local
    [all...]
netbsd32_compat_50.c 327 struct netbsd32_timespec50 ts32; local
333 netbsd32_from_timespec50(&ats, &ts32);
334 return copyout(&ts32, SCARG_P32(uap, tp), sizeof(ts32));
345 struct netbsd32_timespec50 ts32; local
349 if ((error = copyin(SCARG_P32(uap, tp), &ts32, sizeof(ts32))) != 0)
352 netbsd32_to_timespec50(&ts32, &ats);
364 struct netbsd32_timespec50 ts32; local
373 netbsd32_from_timespec50(&ts, &ts32);
446 struct netbsd32_timespec50 ts32; local
480 struct netbsd32_timespec50 ts32; local
495 struct netbsd32_timespec50 ts32; local
558 struct netbsd32_timespec50 ts32; local
584 struct netbsd32_timespec50 ts32; local
633 struct netbsd32_timespec50 ts32; local
666 struct netbsd32_timespec50 ts32; local
    [all...]
netbsd32_time.c 306 struct netbsd32_timespec ts32; local
312 netbsd32_from_timespec(&ats, &ts32);
313 return copyout(&ts32, SCARG_P32(uap, tp), sizeof(ts32));
323 struct netbsd32_timespec ts32; local
327 if ((error = copyin(SCARG_P32(uap, tp), &ts32, sizeof(ts32))) != 0)
330 netbsd32_to_timespec(&ts32, &ats);
341 struct netbsd32_timespec ts32; local
350 netbsd32_from_timespec(&ts, &ts32);
364 struct netbsd32_timespec ts32; local
392 struct netbsd32_timespec ts32; local
    [all...]
netbsd32_epoll.c 108 struct netbsd32_timespec ts32; local
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
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_event.c 52 struct netbsd32_timespec ts32; local
57 error = copyin(src, &ts32, sizeof(ts32));
60 netbsd32_to_timespec(&ts32, (struct timespec *)dest);
netbsd32_sem.c 168 struct netbsd32_timespec ts32; local
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
247 error = copyin(utimeout, &ts32, sizeof(ts32));
250 error, utimeout, &ts32, sizeof(ts32)));
253 netbsd32_to_timespec(&ts32, &timeout);
netbsd32_signal.c 585 struct netbsd32_timespec ts32; local
588 error = copyin(src, &ts32, sizeof(ts32));
592 netbsd32_to_timespec(&ts32, ts);
600 struct netbsd32_timespec ts32; local
602 netbsd32_from_timespec(ts, &ts32);
604 return copyout(&ts32, dst, sizeof(ts32));
netbsd32_socket.c 274 struct netbsd32_timespec ts32; local
281 if ((error = copyin(SCARG_P32(uap, timeout), &ts32,
282 sizeof(ts32))) != 0)
285 netbsd32_to_timespec(&ts32, &ts);
netbsd32_fs.c 358 struct netbsd32_timespec ts32[2]; local
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 25 milliseconds