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

/illumos-gate/usr/src/lib/efcode/interpreter/
H A Dinterpreter.c102 int error_log_flags; local
127 error_log_flags = parse_msg_flags(optarg);
130 error_log_flags = MSG_ERRLOG_DEFAULT;
132 open_error_log(errlog, error_log_flags);
169 ((error_log_flags | syslog_flags) & MSG_FC_DEBUG) == 0) {
174 error_log_flags |= MSG_FC_DEBUG;
179 ((error_log_flags | syslog_flags) & MSG_DEBUG) == 0) {
183 error_log_flags |= MSG_DEBUG;
/illumos-gate/usr/src/lib/efcode/engine/
H A Dlog.c50 static int error_log_flags; variable
132 return (msg_level & error_log_flags);
261 error_log_flags = errflags;
341 error_log_flags = MSG_FATAL|MSG_ERROR|MSG_WARN|MSG_INFO|

Completed in 43 milliseconds