Home
last modified time | relevance | path

Searched refs:netbsd32_from_timespec50 (Results 1 – 2 of 2) sorted by relevance

/netbsd-src/sys/compat/netbsd32/
H A Dnetbsd32_compat_50.c333 netbsd32_from_timespec50(&ats, &ts32); in compat_50_netbsd32_clock_gettime()
373 netbsd32_from_timespec50(&ts, &ts32); in compat_50_netbsd32_clock_getres()
408 netbsd32_from_timespec50(&ovp->it_interval, &its32.it_interval); in compat_50_netbsd32_timer_settime()
409 netbsd32_from_timespec50(&ovp->it_value, &its32.it_value); in compat_50_netbsd32_timer_settime()
432 netbsd32_from_timespec50(&its.it_interval, &its32.it_interval); in compat_50_netbsd32_timer_gettime()
433 netbsd32_from_timespec50(&its.it_value, &its32.it_value); in compat_50_netbsd32_timer_gettime()
460 netbsd32_from_timespec50(&rmt, &ts32); in compat_50_netbsd32_nanosleep()
497 netbsd32_from_timespec50(ts, &ts32); in compat_50_netbsd32_sigtimedwait_put_timeout()
H A Dnetbsd32_conv.h162 netbsd32_from_timespec50(const struct timespec *p, in netbsd32_from_timespec50() function