Lines Matching full:failure
37 * * -1 - There was a failure in the ioctl logic.
38 * On failure, errno is set to:
39 * * EFAULT - copy_to_user() failure.
40 * * ENOMEM - Memory allocation failure for internal
64 * * -1 - There was a failure in the ioctl logic.
65 * On failure, errno is set to:
66 * * EFAULT - copy_from_user() / copy_to_user() failure.
67 * * ENOMEM - Memory allocation failure for internal
99 * * -1 - There was a failure in the ioctl logic.
100 * On failure, errno is set to:
101 * * EFAULT - copy_from_user() / copy_to_user() failure.
122 * * -1 - There was a failure in the ioctl logic.
123 * On failure, errno is set to:
124 * * EFAULT - copy_from_user() failure.
129 * * ENOMEM - Memory allocation failure for internal
165 * * -1 - There was a failure in the ioctl logic.
166 * On failure, errno is set to:
167 * * EFAULT - copy_from_user() / copy_to_user() failure.