Home | History | Annotate | Download | only in common

Lines Matching defs:otim

388 		syscallarg(struct linux_itimerspec *) otim;
391 struct linux_itimerspec tim, otim;
400 if (SCARG(uap, otim)) {
415 native_to_linux_itimerspec(&otim, ovp);
416 error = copyout(&otim, SCARG(uap, otim), sizeof(otim));
533 syscallarg(struct linux_itimerspec *) otim;
552 if (SCARG(uap, otim)) {
560 error = copyout(&lits, SCARG(uap, otim), sizeof(lits));