Home
last modified time | relevance | path

Searched refs:LogName (Results 1 – 4 of 4) sorted by relevance

/illumos-gate/usr/src/cmd/bnu/
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); in scWrite()
458 writeLog(Record,&LogFile,LogName,&Collecting); in scWlog()
H A Daccount.c76 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 Dperfstat.c216 static char LogName[] = PERFLOG; /* Name of our log file. */ variable
346 writeLog(Record,&LogFile,LogName,&Collecting); in reportConn()
452 writeLog(Record,&LogFile,LogName,&Collecting);
901 if (openLog(&LogFile,LogName) == SUCCESS) in pfInit()
/illumos-gate/usr/src/cmd/syslogd/
H A Dsyslogd.c115 static char *LogName = "/dev/log"; variable
343 LogName = optarg; in main()
578 if ((funix = openklog(LogName, O_RDONLY)) < 0) { in prepare_sys_poll()
660 Pfd.fd = openklog(LogName, O_RDONLY); in sys_poll()