Home
last modified time | relevance | path

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

/titanic_44/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c76 static int syslog_logfd = -1; /* log(7D) 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()
/titanic_44/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c238 static int syslog_logfd = -1; /* log(7D) file descriptor */ variable
1383 if (putmsg(syslog_logfd, &ctl, &dat, 0) != 0) { in etm_post_to_syslog()
3817 if (syslog_file && (syslog_logfd = open("/dev/conslog", in _fmd_init()
4231 if (syslog_logfd != -1) { in _fmd_fini()
4232 (void) close(syslog_logfd); in _fmd_fini()