/src/lib/libc/compat/sys/ |
compat_itimer.c | 56 struct itimerval otim, *otimp; variable in typeref:struct:itimerval * 59 otimp = otim50 ? &otim : NULL; 64 error = __setitimer50(timerid, timp, otimp); 68 itimerval_to_itimerval50(otimp, otim50);
|
compat_timer.c | 57 struct itimerspec otim, *otimp; variable in typeref:struct:itimerspec * 60 otimp = otim50 ? &otim : NULL; 65 error = __timer_settime50(timerid, flags, timp, otimp); 69 itimerspec_to_itimerspec50(otimp, otim50);
|
compat_itimer.c | 56 struct itimerval otim, *otimp; variable in typeref:struct:itimerval * 59 otimp = otim50 ? &otim : NULL; 64 error = __setitimer50(timerid, timp, otimp); 68 itimerval_to_itimerval50(otimp, otim50);
|
compat_timer.c | 57 struct itimerspec otim, *otimp; variable in typeref:struct:itimerspec * 60 otimp = otim50 ? &otim : NULL; 65 error = __timer_settime50(timerid, flags, timp, otimp); 69 itimerspec_to_itimerspec50(otimp, otim50);
|