Home
last modified time | relevance | path

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

/illumos-gate/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c76 static int syslog_logfd = -1; /* log(4D) file descriptor */ variable
161 if (syslog_file && putmsg(syslog_logfd, &ctl, &dat, 0) != 0) { in syslog_emit()
349 if ((syslog_logfd = open("/dev/conslog", O_WRONLY | O_NOCTTY)) == -1) in _fmd_init()
421 (void) close(syslog_logfd); in _fmd_fini()