Lines Matching refs:retval
376 int retval = -ENOMEM;
439 return retval;
618 int retval = -EINVAL;
626 retval = fd;
633 retval = PTR_ERR(path.mnt);
641 retval = PTR_ERR(filp);
651 return retval;
807 int retval;
815 retval = tty_alloc_file(filp);
816 if (retval)
817 return retval;
821 retval = PTR_ERR(fsi);
830 retval = index;
841 retval = PTR_ERR(tty);
856 retval = PTR_ERR(dentry);
861 retval = ptm_driver->ops->open(tty, filp);
862 if (retval)
873 return retval;
880 return retval;