Home
last modified time | relevance | path

Searched refs:netbsd32_to_timespec50 (Results 1 – 3 of 3) sorted by relevance

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_compat_50.c352 netbsd32_to_timespec50(&ts32, &ats); in compat_50_netbsd32_clock_settime()
396 netbsd32_to_timespec50(&its32.it_interval, &value.it_interval); in compat_50_netbsd32_timer_settime()
397 netbsd32_to_timespec50(&its32.it_value, &value.it_value); in compat_50_netbsd32_timer_settime()
453 netbsd32_to_timespec50(&ts32, &rqt); in compat_50_netbsd32_nanosleep()
487 netbsd32_to_timespec50(&ts32, ts); in compat_50_netbsd32_sigtimedwait_fetch_timeout()
567 netbsd32_to_timespec50(&ts32, &ts); in compat_50_netbsd32__lwp_park()
592 netbsd32_to_timespec50(&ts32, (struct timespec *)dest); in compat_50_netbsd32_kevent_fetch_timeout()
641 netbsd32_to_timespec50(&ts32, &ats); in compat_50_netbsd32_pselect()
674 netbsd32_to_timespec50(&ts32, &ats); in compat_50_netbsd32_pollts()
H A Dnetbsd32_mqueue.c349 netbsd32_to_timespec50(&ts32, &ts); in compat_50_netbsd32_mq_timedsend()
382 netbsd32_to_timespec50(&ts32, &ts); in compat_50_netbsd32_mq_timedreceive()
H A Dnetbsd32_conv.h142 netbsd32_to_timespec50(const struct netbsd32_timespec50 *s32p, in netbsd32_to_timespec50() function