Searched refs:XLOG_MANDATORY (Results 1 – 2 of 2) sorted by relevance
723 if ((xl & XLOG_MANDATORY) != XLOG_MANDATORY) { in switch_option()725 xl |= XLOG_MANDATORY; in switch_option()
116 #define XLOG_MANDATORY (XLOG_FATAL|XLOG_ERROR) /* cannot turn these off */ macro