Lines Matching refs:errno
39 #include <errno.h>
112 * error return NULL with errno set to the error code returned by ntfs_malloc().
120 errno = EINVAL;
127 int eo = errno;
129 errno = eo;
147 * Return 0 on success or -1 on error with errno set to the error code. The
155 errno = EINVAL;
159 errno = EBUSY;
201 * On error and nothing has been read, return -1 with errno set appropriately
213 errno = EINVAL;
251 * On error and nothing has been written, return -1 with errno set
264 errno = EINVAL;
270 errno = EROFS;
318 * On error and nothing was read, return -1 with errno set appropriately to the
335 errno = EINVAL;
373 * On error and nothing has been written, return -1 with errno set
392 errno = EINVAL;
431 * with errno set to the error code.
439 errno = EINVAL;
443 errno = ESPIPE;
467 * error, with errno set to the error code.
475 errno = EINVAL;
479 errno = ESPIPE;
527 * On error return -1 with errno set to the error code.
534 errno = EINVAL;
623 * block device of @dev. On error return -1 with errno set to the error code.
633 errno = EINVAL;
646 errno = EOPNOTSUPP;
656 errno = EINVAL;
770 err = errno;
773 errno = err;
782 * -1 with errno set to the error code.
793 errno = EINVAL;
800 errno = EINVAL;
812 * error return -1 with errno set to the error code.
823 errno = EINVAL;
830 errno = EINVAL;
842 * On error return -1 with errno set to the error code.
852 errno = EINVAL;
888 errno = EOPNOTSUPP;
899 * On error return -1 with errno set to the error code.
910 errno = EINVAL;
929 errno = EOPNOTSUPP;