Home | History | Annotate | Download | only in loader

Lines Matching defs:errmaj

754 	      int *errmaj, int *errmin)
765 if (errmaj)
766 *errmaj = LDR_BADUSAGE;
773 modreq, errmaj, errmin);
796 int errmaj, errmin;
805 if (!(ret->handle = LoaderOpen(mod->path, &errmaj, &errmin))) {
833 int *errmaj, int *errmin)
872 if (errmaj)
873 *errmaj = LDR_BADUSAGE;
880 if (errmaj)
881 *errmaj = LDR_NOMEM;
890 if (errmaj)
891 *errmaj = LDR_BADUSAGE;
922 if (errmaj)
923 *errmaj = LDR_NOENT;
928 ret->handle = LoaderOpen(found, errmaj, errmin);
944 if (errmaj)
945 *errmaj = LDR_NOMEM;
962 if (errmaj)
963 *errmaj = LDR_MISMATCH;
972 if (errmaj)
973 *errmaj = LDR_INVALID;
991 if (errmaj)
992 *errmaj = LDR_INVALID;
998 ret->TearDownData = ret->SetupProc(ret, options, errmaj, errmin);
1055 * errmaj Major error return.
1062 const XF86ModReqInfo * modreq, int *errmaj, int *errmin)
1065 modreq, errmaj, errmin);
1150 LoaderErrorMsg(const char *name, const char *modname, int errmaj, int errmin)
1155 switch (errmaj) {