Home
last modified time | relevance | path

Searched refs:netbsd32_to_timespec (Results 1 – 14 of 14) sorted by relevance

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_time.c330 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 Dnetbsd32_select.c105 netbsd32_to_timespec(&ts32, &ats); in netbsd32___pselect50()
138 netbsd32_to_timespec(&ts32, &ats); in netbsd32___pollts50()
H A Dnetbsd32_compat_60.c68 netbsd32_to_timespec(&ts32, &ts); in compat_60_netbsd32__lwp_park()
H A Dnetbsd32_mqueue.c279 netbsd32_to_timespec(&ts32, &ts); in netbsd32___mq_timedsend50()
311 netbsd32_to_timespec(&ts32, &ts); in netbsd32___mq_timedreceive50()
H A Dnetbsd32_futex.c73 netbsd32_to_timespec(&ts32, &ts); in netbsd32___futex()
H A Dnetbsd32_event.c60 netbsd32_to_timespec(&ts32, (struct timespec *)dest); in netbsd32_kevent_fetch_timeout()
H A Dnetbsd32_epoll.c114 netbsd32_to_timespec(&ts32, &ts); in netbsd32_epoll_pwait2()
H A Dnetbsd32_sem.c178 netbsd32_to_timespec(&ts32, &ts); in netbsd32__ksem_timedwait()
H A Dnetbsd32_lwp.c182 netbsd32_to_timespec(&ts32, &ts); in netbsd32____lwp_park60()
H A Dnetbsd32_fs.c368 netbsd32_to_timespec(&ts32[0], &ts[0]); in get_utimens32()
369 netbsd32_to_timespec(&ts32[1], &ts[1]); in get_utimens32()
H A Dnetbsd32_signal.c592 netbsd32_to_timespec(&ts32, ts); in netbsd32_sigtimedwait_fetch_timeout()
H A Dnetbsd32_socket.c285 netbsd32_to_timespec(&ts32, &ts); in netbsd32_recvmmsg()
H A Dnetbsd32_ioctl.c161 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 Dnetbsd32_conv.h152 netbsd32_to_timespec(const struct netbsd32_timespec *s32p, in netbsd32_to_timespec() function