Searched refs:LogName (Results 1 – 4 of 4) sorted by relevance
/titanic_44/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); in scWrite() 458 writeLog(Record,&LogFile,LogName,&Collecting); in scWlog()
|
H A D | account.c | 76 static char LogName[] = ACCOUNT; /* Name of our log file. */ variable 129 writeLog(Record,&LogFile,LogName,&Collecting); in reportJob() 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); in reportConn() 454 writeLog(Record,&LogFile,LogName,&Collecting); 903 if (openLog(&LogFile,LogName) == SUCCESS) in pfInit()
|
/titanic_44/usr/src/cmd/syslogd/ |
H A D | syslogd.c | 117 static char *LogName = "/dev/log"; variable 345 LogName = optarg; in main() 580 if ((funix = openklog(LogName, O_RDONLY)) < 0) { in prepare_sys_poll() 662 Pfd.fd = openklog(LogName, O_RDONLY); in sys_poll()
|