Searched defs:LogName (Results 1 - 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
H A Daccount.c76 static char LogName[] = ACCOUNT; /* Name of our log file. */ variable
129 writeLog(Record,&LogFile,LogName,&Collecting);
259 if (openLog(&LogFile,LogName) == SUCCESS){
H A Dsecurity.c81 static char LogName[] = SECURITY; /* Name of our log file. */ variable
151 LogFile = open(LogName, O_WRONLY | O_APPEND);
153 LogFile = creat(LogName, LOGFILEMODE);
154 (void) chmod(LogName, LOGFILEMODE);
200 writeLog(Record,&LogFile,LogName,&Collecting);
458 writeLog(Record,&LogFile,LogName,&Collecting);
H A Dperfstat.c218 static char LogName[] = PERFLOG; /* Name of our log file. */ variable
348 writeLog(Record,&LogFile,LogName,&Collecting);
454 writeLog(Record,&LogFile,LogName,&Collecting);
903 if (openLog(&LogFile,LogName) == SUCCESS)
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c117 static char *LogName = "/dev/log"; variable
345 LogName = optarg;
580 if ((funix = openklog(LogName, O_RDONLY)) < 0) {
662 Pfd.fd = openklog(LogName, O_RDONLY);

Completed in 87 milliseconds