Searched refs:otimp (Results 1 – 2 of 2) sorted by relevance
56 struct itimerval otim, *otimp; in setitimer() local59 otimp = otim50 ? &otim : NULL; in setitimer()64 error = __setitimer50(timerid, timp, otimp); in setitimer()68 itimerval_to_itimerval50(otimp, otim50); in setitimer()
57 struct itimerspec otim, *otimp; in timer_settime() local60 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()