Home
last modified time | relevance | path

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

/netbsd/src/lib/libc/compat/sys/
Dcompat_itimer.c56 struct itimerval otim, *otimp; in setitimer() local
59 otimp = otim50 ? &otim : NULL; in setitimer()
64 error = __setitimer50(timerid, timp, otimp); in setitimer()
68 itimerval_to_itimerval50(otimp, otim50); in setitimer()
Dcompat_timer.c57 struct itimerspec otim, *otimp; in timer_settime() local
60 otimp = otim50 ? &otim : NULL; in timer_settime()
65 error = __timer_settime50(timerid, flags, timp, otimp); in timer_settime()
69 itimerspec_to_itimerspec50(otimp, otim50); in timer_settime()