Lines Matching refs:syslog
15 #include <syslog.h>
25 ** This is a output file type that copies its output to the syslog daemon.
26 ** Each line of output is written as a separate syslog message.
28 ** any syslog file, and calling closelog() after all syslog output is complete.
29 ** The only state associated with a syslog file is 'int priority',
34 ** SM_SYSLOGOPEN -- open a file pointer to syslog
38 ** info -- priority level of the syslog messages
60 ** SM_SYSLOGREAD -- read function for syslog
63 ** It is an error to read syslog.
86 ** SM_SYSLOGWRITE -- write function for syslog
88 ** Send output to syslog.
101 ** XXX written to a syslog file is mapped to exactly one syslog message.
109 syslog(fp->f_ival, "%s", buf);
114 ** SM_SYSLOGSEEK -- position the syslog file offset
117 ** It is an error to seek syslog.
139 ** SM_SYSLOGCLOSE -- close the syslog file pointer