Searched refs:syslog_enabled (Results 1 - 1 of 1) sorted by relevance

/opensolaris-onvv-gate/usr/src/cmd/hal/hald/
H A Dlogger.c57 static int syslog_enabled = 0; variable
84 syslog_enabled = 1;
93 syslog_enabled = 0;
110 syslog_enabled = 1;
112 syslog_enabled = 0;
187 if (priority != HAL_LOGPRI_TRACE && !syslog_enabled ) {
189 } else if (priority != HAL_LOGPRI_TRACE && syslog_enabled ) {
233 if (syslog_enabled)

Completed in 50 milliseconds