Searched refs:LogName (Results 1 - 4 of 4) sorted by relevance
/illumos-gate/usr/src/cmd/bnu/ |
H A D | security.c | 81 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 D | account.c | 76 static char LogName[] = ACCOUNT; /* Name of our log file. */ variable 129 writeLog(Record,&LogFile,LogName,&Collecting); 259 if (openLog(&LogFile,LogName) == SUCCESS){
|
H A D | perfstat.c | 218 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 D | syslogd.c | 117 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 72 milliseconds