Lines Matching defs:retcode
3588 int retcode = -EINVAL;
3592 retcode = -ENOTTY;
3608 retcode = -ENOTTY;
3629 retcode = -EBADF;
3638 retcode = -EINVAL;
3650 retcode = -EACCES;
3661 retcode = -ENOMEM;
3671 retcode = -EFAULT;
3679 retcode = ioctl->validate(kdata, usize);
3680 if (retcode)
3684 retcode = func(filep, process, kdata);
3688 retcode = -EFAULT;
3698 if (retcode)
3700 nr, arg, retcode);
3702 return retcode;