Searched refs:netbsd32_from_timespec50 (Results 1 – 2 of 2) sorted by relevance
333 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()
162 netbsd32_from_timespec50(const struct timespec *p, in netbsd32_from_timespec50() function