Searched refs:modname (Results 1 - 4 of 4) sorted by relevance

/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Module.h116 const char *modname; /* name of module, e.g. "foo" */ member in struct:__anona8bf17910208
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Module.h132 const char * modname; /* name of module, e.g. "foo" */ member in struct:__anon7b0206fe0308
/xsrc/external/mit/xorg-server/dist/hw/xfree86/loader/
H A Dloadmod.c434 data->modname ? data->modname : "UNKNOWN!",
854 const char *name = mod->VersionInfo->modname;
916 LoaderErrorMsg(const char *name, const char *modname, int errmaj, int errmin) argument
958 name, modname, msg, errmin);
961 modname, msg, errmin);
966 LoaderGetCanonicalName(const char *modname, PatternPtr patterns) argument
975 s = strrchr(modname, '/');
977 s = modname;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/loader/
H A Dloadmod.c584 data->modname ? data->modname : "UNKNOWN!",
1150 LoaderErrorMsg(const char *name, const char *modname, int errmaj, int errmin) argument
1210 name, modname, msg, errmin);
1213 modname, msg, errmin);
1218 LoaderGetCanonicalName(const char *modname, PatternPtr patterns) argument
1227 s = strrchr(modname, '/');
1229 s = modname;

Completed in 6 milliseconds