Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c78 static int syslog_file; /* log to syslog_logfd */ variable
161 if (syslog_file && putmsg(syslog_logfd, &ctl, &dat, 0) != 0) { in syslog_emit()
390 syslog_file = fmd_prop_get_int32(hdl, "syslogd"); in _fmd_init()
/titanic_41/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c240 static int syslog_file = 0; /* log to syslog_logfd */ variable
1358 if ((syslog_file == 0) && (syslog_cons == 0)) { in etm_post_to_syslog()
1369 if (syslog_file) { in etm_post_to_syslog()
3814 syslog_file = fmd_prop_get_int32(hdl, ETM_PROP_NM_SYSLOGD); in _fmd_init()
3817 if (syslog_file && (syslog_logfd = open("/dev/conslog", in _fmd_init()
3821 syslog_file = 0; in _fmd_init()
3830 if (syslog_file) { in _fmd_init()
3847 syslog_file = 0; in _fmd_init()