Searched refs:netbsd32_to_timespec (Results 1 – 14 of 14) sorted by relevance
/netbsd-src/sys/compat/netbsd32/ |
H A D | netbsd32_time.c | 330 netbsd32_to_timespec(&ts32, &ats); in netbsd32___clock_settime50() 371 netbsd32_to_timespec(&ts32, &rqt); in netbsd32___nanosleep50() 399 netbsd32_to_timespec(&ts32, &rqt); in netbsd32_clock_nanosleep() 471 netbsd32_to_timespec(&its32.it_interval, &value.it_interval); in netbsd32___timer_settime50() 472 netbsd32_to_timespec(&its32.it_value, &value.it_value); in netbsd32___timer_settime50() 557 netbsd32_to_timespec(&its32.it_interval, &its.it_interval); in netbsd32_timerfd_settime() 558 netbsd32_to_timespec(&its32.it_value, &its.it_value); in netbsd32_timerfd_settime()
|
H A D | netbsd32_select.c | 105 netbsd32_to_timespec(&ts32, &ats); in netbsd32___pselect50() 138 netbsd32_to_timespec(&ts32, &ats); in netbsd32___pollts50()
|
H A D | netbsd32_compat_60.c | 68 netbsd32_to_timespec(&ts32, &ts); in compat_60_netbsd32__lwp_park()
|
H A D | netbsd32_mqueue.c | 279 netbsd32_to_timespec(&ts32, &ts); in netbsd32___mq_timedsend50() 311 netbsd32_to_timespec(&ts32, &ts); in netbsd32___mq_timedreceive50()
|
H A D | netbsd32_futex.c | 73 netbsd32_to_timespec(&ts32, &ts); in netbsd32___futex()
|
H A D | netbsd32_event.c | 60 netbsd32_to_timespec(&ts32, (struct timespec *)dest); in netbsd32_kevent_fetch_timeout()
|
H A D | netbsd32_epoll.c | 114 netbsd32_to_timespec(&ts32, &ts); in netbsd32_epoll_pwait2()
|
H A D | netbsd32_sem.c | 178 netbsd32_to_timespec(&ts32, &ts); in netbsd32__ksem_timedwait()
|
H A D | netbsd32_lwp.c | 182 netbsd32_to_timespec(&ts32, &ts); in netbsd32____lwp_park60()
|
H A D | netbsd32_fs.c | 368 netbsd32_to_timespec(&ts32[0], &ts[0]); in get_utimens32() 369 netbsd32_to_timespec(&ts32[1], &ts[1]); in get_utimens32()
|
H A D | netbsd32_signal.c | 592 netbsd32_to_timespec(&ts32, ts); in netbsd32_sigtimedwait_fetch_timeout()
|
H A D | netbsd32_socket.c | 285 netbsd32_to_timespec(&ts32, &ts); in netbsd32_recvmmsg()
|
H A D | netbsd32_ioctl.c | 161 netbsd32_to_timespec(&s32p->ifdr_data.ifi_lastchange, in netbsd32_to_ifdatareq() 1230 netbsd32_to_timespec(&ld32->ld_time, &ld->ld_time); in netbsd32_to_lsdisable()
|
H A D | netbsd32_conv.h | 152 netbsd32_to_timespec(const struct netbsd32_timespec *s32p, in netbsd32_to_timespec() function
|