Lines Matching refs:retval
365 int retval = -ENOMEM;
428 return retval;
606 int retval = -EINVAL;
614 retval = fd;
621 retval = PTR_ERR(path.mnt);
629 retval = PTR_ERR(filp);
639 return retval;
795 int retval;
803 retval = tty_alloc_file(filp);
804 if (retval)
805 return retval;
809 retval = PTR_ERR(fsi);
818 retval = index;
829 retval = PTR_ERR(tty);
844 retval = PTR_ERR(dentry);
849 retval = ptm_driver->ops->open(tty, filp);
850 if (retval)
861 return retval;
868 return retval;