Searched refs:xf86ModulePath (Results 1 - 11 of 11) sorted by relevance

/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
H A Dxf86Priv.h77 extern _X_EXPORT const char *xf86ModulePath;
H A Dxf86Globals.c141 const char *xf86ModulePath = DEFAULT_MODULE_PATH; variable in typeref:typename:const char *
H A Dxf86Configure.c432 if (xf86ModulePath)
433 ptr->file_modulepath = strdup(xf86ModulePath);
H A Dxf86Init.c381 LoaderSetPath(xf86ModulePath);
1065 xf86ModulePath = mp;
H A Dxf86Config.c634 xf86ModulePath = fileconf->file_modulepath;
639 xf86Msg(xf86ModPathFrom, "ModulePath set to \"%s\"\n", xf86ModulePath);
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
H A Dxf86Priv.h78 extern _X_EXPORT const char *xf86ModulePath;
H A Dxf86Globals.c140 const char *xf86ModulePath = DEFAULT_MODULE_PATH; variable in typeref:typename:const char *
H A Dxf86Configure.c444 if (xf86ModulePath)
445 ptr->file_modulepath = xnfstrdup(xf86ModulePath);
H A Dxf86Init.c332 LoaderSetPath(xf86ModulePath);
932 xf86ModulePath = argv[i + 1];
H A Dxf86platformBus.c308 path ? path : xf86ModulePath);
H A Dxf86Config.c589 xf86ModulePath = fileconf->file_modulepath;
594 xf86Msg(xf86ModPathFrom, "ModulePath set to \"%s\"\n", xf86ModulePath);

Completed in 20 milliseconds