Home
last modified time | relevance | path

Searched refs:xf86LogFile (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Init.c345 if (xf86LogFile) { in InitOutput()
352 xf86LogFile, ct); in InitOutput()
960 if (xf86LogFile && xf86LogFileWasOpened) in OsVendorFatalError()
962 "information.\n", xf86LogFile); in OsVendorFatalError()
1042 xf86LogFile = argv[i + 1]; in ddxProcessArgument()
H A Dxf86Globals.c142 const char *xf86LogFile = DEFAULT_LOGDIR "/" DEFAULT_LOGPREFIX; variable
H A Dxf86Priv.h80 extern _X_EXPORT const char *xf86LogFile;
H A Dxf86Helper.c1179 xf86LogFile = buf; in xf86LogInit()
1183 if (asprintf(&lf, "%s%%s" LOGSUFFIX, xf86LogFile) == -1) in xf86LogInit()
1185 xf86LogFile = lf; in xf86LogInit()
1188 xf86LogFile = LogInit(xf86LogFile, LOGOLDSUFFIX); in xf86LogInit()
H A Dxf86Config.c613 xf86LogFile = fileconf->file_logfile; in configFiles()