Home | History | Annotate | Download | only in common

Lines Matching defs:otim

443 		syscallarg(struct linux32_itimerspec *) otim;
446 struct linux32_itimerspec tim, otim;
455 if (SCARG(uap, otim)) {
470 native_to_linux32_itimerspec(&otim, ovp);
471 error = copyout(&otim, SCARG(uap, otim), sizeof(otim));
536 syscallarg(struct linux32_itimerspec *) otim;
555 if (SCARG(uap, otim)) {
563 error = copyout(&lits, SCARG(uap, otim), sizeof(lits));