Home | Sort by: relevance | last modified time | path |
/src/sys/compat/common/ | |
kern_time_50.c | 515 struct itimerspec50 value50, ovalue50; local in function:compat_50_sys_timer_settime 529 itimerspec_to_itimerspec50(&ovalue, &ovalue50); 530 return copyout(&ovalue50, SCARG(uap, ovalue), sizeof(ovalue50)); |
kern_time_50.c | 515 struct itimerspec50 value50, ovalue50; local in function:compat_50_sys_timer_settime 529 itimerspec_to_itimerspec50(&ovalue, &ovalue50); 530 return copyout(&ovalue50, SCARG(uap, ovalue), sizeof(ovalue50)); |