Home
last modified time | relevance | path

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

/titanic_41/usr/src/cmd/fm/modules/common/syslog-msgs/
H A Dsyslog.c79 static int syslog_cons; /* log to syslog_msgfd */ variable
172 if (syslog_cons && write(syslog_msgfd, dat.buf, dat.len) != dat.len) { in syslog_emit()
391 syslog_cons = fmd_prop_get_int32(hdl, "console"); in _fmd_init()
/titanic_41/usr/src/cmd/fm/modules/sun4v/etm/
H A Detm.c241 static int syslog_cons = 0; /* log to syslog_msgfd */ variable
1358 if ((syslog_file == 0) && (syslog_cons == 0)) { in etm_post_to_syslog()
1390 if (syslog_cons) { in etm_post_to_syslog()
3815 syslog_cons = fmd_prop_get_int32(hdl, ETM_PROP_NM_CONSOLE); in _fmd_init()
3824 if (syslog_cons && (syslog_msgfd = open("/dev/sysmsg", in _fmd_init()
3827 syslog_cons = 0; in _fmd_init()