Home | History | Annotate | Download | only in common

Lines Matching refs:errcode

137   TWORD result = 0, errcode = 0;
155 errcode = EINVAL;
173 errcode = EINVAL;
179 errcode = EINVAL;
273 errcode = EFAULT;
277 errcode = EINVAL;
289 errcode = get_path (cb, sc, sc->arg1, &path);
290 if (errcode != 0)
339 errcode = EINVAL;
373 errcode = EINVAL;
414 errcode = get_path (cb, sc, sc->arg1, &path);
415 if (errcode != 0)
432 errcode = get_path (cb, sc, sc->arg1, &path);
433 if (errcode != 0)
436 errcode = EFAULT;
461 errcode = get_path (cb, sc, sc->arg1, &path1);
462 if (errcode != 0)
465 errcode = EFAULT;
468 errcode = get_path (cb, sc, sc->arg2, &path2);
469 if (errcode != 0)
472 errcode = EFAULT;
491 errcode = get_path (cb, sc, sc->arg1, &path);
492 if (errcode != 0)
508 errcode = ENOSYS;
515 errcode = EINVAL;
540 errcode = ENOSYS;
547 errcode = EINVAL;
562 errcode = get_path (cb, sc, sc->arg1, &path);
563 if (errcode != 0)
582 errcode = ENOSYS;
590 errcode = EINVAL;
618 errcode = EFAULT;
637 errcode = ENOSYS;
668 errcode = ENOSYS;
674 if (errcode == 0)
675 sc->errcode = 0;
677 sc->errcode = cb_host_to_target_errno (cb, errcode);
682 sc->errcode = (*cb->get_errno) (cb);